Compare commits

..

12 Commits

Author SHA1 Message Date
e5f19da3ed build(deps): [security] bump diff from 3.4.0 to 3.5.0
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.4.0 to 3.5.0. **This update includes a security fix.**
- [Release notes](https://github.com/kpdecker/jsdiff/releases)
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-24 19:31:57 +00:00
a718a7e9c3 update README, add new Related Project to list (#1021) 2020-12-24 08:05:28 -08:00
8263ca93c4 docs: Minor content edits (#924)
Removed missing link to roadmap and updated Egghead link.
2020-06-08 16:12:20 -07:00
b15b4a7535 docs: Add django-feather (#726)
Co-authored-by: Cole Bemis <colebemis@github.com>
2020-04-04 10:17:32 -07:00
9e0dcca265 feat: Add divide icons (#568)
Added 3 division icons (also knows as an obelus).  One by itself, one with a circle around it, and one with a square around it.  These are meant to compliment plus, minus, and x icons.
2020-04-04 10:05:53 -07:00
23603b8217 feat: Add dribbble icon 2020-04-04 09:56:59 -07:00
dca4f121b8 feat: Update tags.json
Thank you, @drinking-code! 🙌
2020-02-07 08:50:59 -08:00
91118a67b6 feat: Update tags.json (#797) 2019-12-10 11:57:57 -08:00
3e9da32dca docs: Remove stdlib logo 2019-11-15 19:34:45 -08:00
080262a2bf Update description 2019-11-08 02:56:50 -08:00
466b3f0494 Remove roadmap
The roadmap was out of date. Let's track future work using GitHub issues instead.
2019-11-08 02:22:14 -08:00
c05985d348 Add Svelte library to list of related projects (#772) 2019-10-30 07:36:07 -07:00
8 changed files with 230 additions and 91 deletions

View File

@ -8,10 +8,10 @@ The following is a set of guidelines for contributing to Feather. Feel free to p
> **Note:** At the moment we are not accepting pull requests containing _**icons**_. The best way to contribute an icon is to create an issue with a screenshot and link to an SVG of your icon. > **Note:** At the moment we are not accepting pull requests containing _**icons**_. The best way to contribute an icon is to create an issue with a screenshot and link to an SVG of your icon.
Pull requests for new features, bug fixes, etc. are often appreciated. Please checkout the [project roadmap](https://github.com/colebemis/feather#roadmap) and raise an issue to discuss any of the items on the list. Pull requests for new features, bug fixes, etc. are often appreciated.
**Working on your first Pull Request?** You can learn how from this *free* series **Working on your first Pull Request?** You can learn how from this *free* series
[How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
Guidelines for pull requests: Guidelines for pull requests:
- __Make your commit messages as descriptive as possible.__ Include as much information as you can. Explain anything that the file diffs themselves wont make apparent. - __Make your commit messages as descriptive as possible.__ Include as much information as you can. Explain anything that the file diffs themselves wont make apparent.

View File

@ -9,7 +9,7 @@
## What is Feather? ## What is Feather?
Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and usability. Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency, and flexibility.
https://feathericons.com https://feathericons.com
@ -17,12 +17,6 @@ https://feathericons.com
npm install feather-icons npm install feather-icons
``` ```
**Sponsored by**
<a href="https://stdlib.com">
<img src="https://stdlib.com/static/images/stdlib-logo-wordmark-128.png" width="128" />
</a>
## Table of Contents ## Table of Contents
* [Quick Start](#quick-start) * [Quick Start](#quick-start)
@ -36,7 +30,6 @@ npm install feather-icons
* [`feather.icons[name].toSvg()`](#feathericonsnametosvgattrs) * [`feather.icons[name].toSvg()`](#feathericonsnametosvgattrs)
* [`feather.replace()`](#featherreplaceattrs) * [`feather.replace()`](#featherreplaceattrs)
* [(DEPRECATED) `feather.toSvg()`](#deprecated-feathertosvgname-attrs) * [(DEPRECATED) `feather.toSvg()`](#deprecated-feathertosvgname-attrs)
* [Roadmap](#roadmap)
* [Contributing](#contributing) * [Contributing](#contributing)
* [Related Projects](#related-projects) * [Related Projects](#related-projects)
* [License](#license) * [License](#license)
@ -389,14 +382,6 @@ feather.toSvg('circle', { class: 'foo bar' })
[View Source](https://github.com/colebemis/feather/blob/master/src/to-svg.js) [View Source](https://github.com/colebemis/feather/blob/master/src/to-svg.js)
## Roadmap
- [ ] Write icon design guidelines
- [ ] Improve SVG accessibility
- [ ] Handle usage of custom icons
- [ ] Add usage examples
- [ ] Make `<feather-icon>` web component
## Contributing ## Contributing
For more info on how to contribute please see the [contribution guidelines](https://github.com/colebemis/feather/blob/master/CONTRIBUTING.md). For more info on how to contribute please see the [contribution guidelines](https://github.com/colebemis/feather/blob/master/CONTRIBUTING.md).
@ -411,6 +396,9 @@ Caught a mistake or want to contribute to the documentation? [Edit this page on
- [sketch-feather](https://github.com/odmln/sketch-feather) - Feather icons as a Sketch library - [sketch-feather](https://github.com/odmln/sketch-feather) - Feather icons as a Sketch library
- [vue-feather-icons](https://github.com/egoist/vue-feather-icons) - Feather icons as Vue components - [vue-feather-icons](https://github.com/egoist/vue-feather-icons) - Feather icons as Vue components
- [php-feather](https://github.com/Pixelrobin/php-feather) - Feather icons as a PHP Library - [php-feather](https://github.com/Pixelrobin/php-feather) - Feather icons as a PHP Library
- [wp-php-feather](https://github.com/reatlat/wp-php-feather) - Feather icons as a WordPress template tag
- [django-feather](https://pypi.org/project/django-feather/) - Feather icons as Django Template Tag
- [svelte-feather-icons](https://github.com/dylanblokhuis/svelte-feather-icons) - Feather icons as Svelte components
## License ## License

16
icons/divide-circle.svg Normal file
View File

@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<line x1="8" y1="12" x2="16" y2="12" />
<line x1="12" y1="16" x2="12" y2="16" />
<line x1="12" y1="8" x2="12" y2="8" />
<circle cx="12" cy="12" r="10" />
</svg>

After

Width:  |  Height:  |  Size: 370 B

16
icons/divide-square.svg Normal file
View File

@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="3" y="3" width="18" height="18" rx="2" ry="2" />
<line x1="8" y1="12" x2="16" y2="12" />
<line x1="12" y1="16" x2="12" y2="16" />
<line x1="12" y1="8" x2="12" y2="8" />
</svg>

After

Width:  |  Height:  |  Size: 394 B

15
icons/divide.svg Normal file
View File

@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="6" r="2" />
<line x1="5" y1="12" x2="19" y2="12" />
<circle cx="12" cy="18" r="2" />
</svg>

After

Width:  |  Height:  |  Size: 319 B

14
icons/dribbble.svg Normal file
View File

@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="10" />
<path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32" />
</svg>

After

Width:  |  Height:  |  Size: 406 B

67
package-lock.json generated
View File

@ -775,6 +775,7 @@
"resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
"integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"kind-of": "^3.0.2", "kind-of": "^3.0.2",
"longest": "^1.0.1", "longest": "^1.0.1",
@ -2121,6 +2122,7 @@
"resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
"integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"inherits": "~2.0.0" "inherits": "~2.0.0"
} }
@ -3003,7 +3005,8 @@
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
"dev": true "dev": true,
"optional": true
}, },
"constants-browserify": { "constants-browserify": {
"version": "1.0.0", "version": "1.0.0",
@ -3571,9 +3574,9 @@
"dev": true "dev": true
}, },
"diff": { "diff": {
"version": "3.4.0", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/diff/-/diff-3.4.0.tgz", "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
"integrity": "sha512-QpVuMTEoJMF7cKzi6bvWhRulU1fZqZnvyVQgNhPaxxuTYwyjn/j1v9falseQ/uXWwPnO56RBfwtg4h/EQXmucA==", "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==",
"dev": true "dev": true
}, },
"diffie-hellman": { "diffie-hellman": {
@ -5199,6 +5202,7 @@
"resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
"integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"graceful-fs": "^4.1.2", "graceful-fs": "^4.1.2",
"inherits": "~2.0.0", "inherits": "~2.0.0",
@ -9178,6 +9182,7 @@
"resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
"integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"hoek": "2.x.x" "hoek": "2.x.x"
} }
@ -9187,6 +9192,7 @@
"resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
"integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"boom": "2.x.x" "boom": "2.x.x"
} }
@ -9226,6 +9232,7 @@
"resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
"integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"boom": "2.x.x", "boom": "2.x.x",
"cryptiles": "2.x.x", "cryptiles": "2.x.x",
@ -9237,7 +9244,8 @@
"version": "2.16.3", "version": "2.16.3",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
"integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
"dev": true "dev": true,
"optional": true
}, },
"http-signature": { "http-signature": {
"version": "1.1.1", "version": "1.1.1",
@ -9301,6 +9309,7 @@
"resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
"integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"hoek": "2.x.x" "hoek": "2.x.x"
} }
@ -11147,7 +11156,8 @@
"ansi-regex": { "ansi-regex": {
"version": "2.1.1", "version": "2.1.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"aproba": { "aproba": {
"version": "1.2.0", "version": "1.2.0",
@ -11168,12 +11178,14 @@
"balanced-match": { "balanced-match": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"balanced-match": "^1.0.0", "balanced-match": "^1.0.0",
"concat-map": "0.0.1" "concat-map": "0.0.1"
@ -11188,17 +11200,20 @@
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"concat-map": { "concat-map": {
"version": "0.0.1", "version": "0.0.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"console-control-strings": { "console-control-strings": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"core-util-is": { "core-util-is": {
"version": "1.0.2", "version": "1.0.2",
@ -11315,7 +11330,8 @@
"inherits": { "inherits": {
"version": "2.0.3", "version": "2.0.3",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.5",
@ -11327,6 +11343,7 @@
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"number-is-nan": "^1.0.0" "number-is-nan": "^1.0.0"
} }
@ -11341,6 +11358,7 @@
"version": "3.0.4", "version": "3.0.4",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"brace-expansion": "^1.1.7" "brace-expansion": "^1.1.7"
} }
@ -11348,12 +11366,14 @@
"minimist": { "minimist": {
"version": "0.0.8", "version": "0.0.8",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"minipass": { "minipass": {
"version": "2.2.4", "version": "2.2.4",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"safe-buffer": "^5.1.1", "safe-buffer": "^5.1.1",
"yallist": "^3.0.0" "yallist": "^3.0.0"
@ -11372,6 +11392,7 @@
"version": "0.5.1", "version": "0.5.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"minimist": "0.0.8" "minimist": "0.0.8"
} }
@ -11452,7 +11473,8 @@
"number-is-nan": { "number-is-nan": {
"version": "1.0.1", "version": "1.0.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"object-assign": { "object-assign": {
"version": "4.1.1", "version": "4.1.1",
@ -11464,6 +11486,7 @@
"version": "1.4.0", "version": "1.4.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"wrappy": "1" "wrappy": "1"
} }
@ -11549,7 +11572,8 @@
"safe-buffer": { "safe-buffer": {
"version": "5.1.1", "version": "5.1.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"safer-buffer": { "safer-buffer": {
"version": "2.1.2", "version": "2.1.2",
@ -11585,6 +11609,7 @@
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"code-point-at": "^1.0.0", "code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0", "is-fullwidth-code-point": "^1.0.0",
@ -11604,6 +11629,7 @@
"version": "3.0.1", "version": "3.0.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"ansi-regex": "^2.0.0" "ansi-regex": "^2.0.0"
} }
@ -11647,12 +11673,14 @@
"wrappy": { "wrappy": {
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"yallist": { "yallist": {
"version": "3.0.2", "version": "3.0.2",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
} }
} }
}, },
@ -12773,6 +12801,7 @@
"resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
"integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"block-stream": "*", "block-stream": "*",
"fstream": "^1.0.2", "fstream": "^1.0.2",
@ -14760,12 +14789,6 @@
"which": "^1.2.9" "which": "^1.2.9"
} }
}, },
"diff": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
"integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==",
"dev": true
},
"expand-tilde": { "expand-tilde": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",

View File

@ -1,19 +1,34 @@
{ {
"activity": ["pulse", "health", "action", "motion"], "activity": ["pulse", "health", "action", "motion"],
"airplay": ["stream", "cast", "mirroring"], "airplay": ["stream", "cast", "mirroring"],
"alert-circle": ["warning"], "alert-circle": ["warning", "alert", "danger"],
"alert-octagon": ["warning"], "alert-octagon": ["warning", "alert", "danger"],
"alert-triangle": ["warning"], "alert-triangle": ["warning", "alert", "danger"],
"at-sign": ["mention"], "align-center": ["text alignment", "center"],
"align-justify": ["text alignment", "justified"],
"align-left": ["text alignment", "left"],
"align-right": ["text alignment", "right"],
"anchor": [],
"archive": ["index", "box"],
"at-sign": ["mention", "at", "email", "message"],
"award": ["achievement", "badge"], "award": ["achievement", "badge"],
"aperture": ["camera", "photo"], "aperture": ["camera", "photo"],
"bell": ["alarm", "notification"], "bar-chart": ["statistics", "diagram", "graph"],
"bar-chart-2": ["statistics", "diagram", "graph"],
"battery": ["power", "electricity"],
"battery-charging": ["power", "electricity"],
"bell": ["alarm", "notification", "sound"],
"bell-off": ["alarm", "notification", "silent"], "bell-off": ["alarm", "notification", "silent"],
"bluetooth": ["wireless"], "bluetooth": ["wireless"],
"book-open": ["read"], "book-open": ["read", "library"],
"book": ["read", "dictionary", "booklet", "magazine"], "book": ["read", "dictionary", "booklet", "magazine", "library"],
"bookmark": ["read", "clip", "marker", "tag"], "bookmark": ["read", "clip", "marker", "tag"],
"box": ["cube"],
"briefcase": ["work", "bag", "baggage", "folder"], "briefcase": ["work", "bag", "baggage", "folder"],
"calendar": ["date"],
"camera": ["photo"],
"cast": ["chromecast", "airplay"],
"circle": ["off", "zero", "record"],
"clipboard": ["copy"], "clipboard": ["copy"],
"clock": ["time", "watch", "alarm"], "clock": ["time", "watch", "alarm"],
"cloud-drizzle": ["weather", "shower"], "cloud-drizzle": ["weather", "shower"],
@ -23,11 +38,13 @@
"cloud": ["weather"], "cloud": ["weather"],
"codepen": ["logo"], "codepen": ["logo"],
"codesandbox": ["logo"], "codesandbox": ["logo"],
"code": ["source", "programming"],
"coffee": ["drink", "cup", "mug", "tea", "cafe", "hot", "beverage"], "coffee": ["drink", "cup", "mug", "tea", "cafe", "hot", "beverage"],
"command": ["keyboard", "cmd"], "columns": ["layout"],
"compass": ["navigation", "safari", "travel"], "command": ["keyboard", "cmd", "terminal", "prompt"],
"compass": ["navigation", "safari", "travel", "direction"],
"copy": ["clone", "duplicate"], "copy": ["clone", "duplicate"],
"corner-down-left": ["arrow"], "corner-down-left": ["arrow", "return"],
"corner-down-right": ["arrow"], "corner-down-right": ["arrow"],
"corner-left-down": ["arrow"], "corner-left-down": ["arrow"],
"corner-left-up": ["arrow"], "corner-left-up": ["arrow"],
@ -35,10 +52,11 @@
"corner-right-up": ["arrow"], "corner-right-up": ["arrow"],
"corner-up-left": ["arrow"], "corner-up-left": ["arrow"],
"corner-up-right": ["arrow"], "corner-up-right": ["arrow"],
"cpu": ["processor", "technology"],
"credit-card": ["purchase", "payment", "cc"], "credit-card": ["purchase", "payment", "cc"],
"crop": ["photo", "image"], "crop": ["photo", "image"],
"crosshair": ["aim", "target"], "crosshair": ["aim", "target"],
"database": ["storage"], "database": ["storage", "memory"],
"delete": ["remove"], "delete": ["remove"],
"disc": ["album", "cd", "dvd", "music"], "disc": ["album", "cd", "dvd", "music"],
"dollar-sign": ["currency", "money", "payment"], "dollar-sign": ["currency", "money", "payment"],
@ -47,12 +65,17 @@
"edit-2": ["pencil", "change"], "edit-2": ["pencil", "change"],
"edit-3": ["pencil", "change"], "edit-3": ["pencil", "change"],
"eye": ["view", "watch"], "eye": ["view", "watch"],
"eye-off": ["view", "watch"], "eye-off": ["view", "watch", "hide", "hidden"],
"external-link": ["outbound"], "external-link": ["outbound"],
"facebook": ["logo"], "facebook": ["logo", "social"],
"fast-forward": ["music"], "fast-forward": ["music"],
"figma": ["logo", "design", "tool"], "figma": ["logo", "design", "tool"],
"file-minus": ["delete", "remove", "erase"],
"file-plus": ["add", "create", "new"],
"file-text": ["data", "txt", "pdf"],
"film": ["movie", "video"], "film": ["movie", "video"],
"filter": ["funnel", "hopper"],
"flag": ["report"],
"folder-minus": ["directory"], "folder-minus": ["directory"],
"folder-plus": ["directory"], "folder-plus": ["directory"],
"folder": ["directory"], "folder": ["directory"],
@ -65,92 +88,132 @@
"git-pull-request": ["code", "version control"], "git-pull-request": ["code", "version control"],
"github": ["logo", "version control"], "github": ["logo", "version control"],
"gitlab": ["logo", "version control"], "gitlab": ["logo", "version control"],
"global": ["world", "browser", "language", "translate"], "globe": ["world", "browser", "language", "translate"],
"hard-drive": ["computer", "server"], "hard-drive": ["computer", "server", "memory", "data"],
"hash": ["hashtag", "number", "pound"], "hash": ["hashtag", "number", "pound"],
"headphones": ["music", "audio"], "headphones": ["music", "audio", "sound"],
"heart": ["like", "love"], "heart": ["like", "love", "emotion"],
"help-circle": ["question mark"], "help-circle": ["question mark"],
"hexagon": ["shape", "node.js", "logo"], "hexagon": ["shape", "node.js", "logo"],
"home": ["house"], "home": ["house", "living"],
"image": ["picture"], "image": ["picture"],
"inbox": ["email"], "inbox": ["email"],
"instagram": ["logo", "camera"], "instagram": ["logo", "camera"],
"key": ["password", "login", "authentication"], "key": ["password", "login", "authentication", "secure"],
"layers": ["stack"],
"layout": ["window", "webpage"],
"life-bouy": ["help", "life ring", "support"], "life-bouy": ["help", "life ring", "support"],
"linkedin": ["logo"], "link": ["chain", "url"],
"lock": ["security", "password"], "link-2": ["chain", "url"],
"log-in": ["sign in", "arrow"], "linkedin": ["logo", "social media"],
"log-out": ["sign out", "arrow"], "list": ["options"],
"mail": ["email"], "lock": ["security", "password", "secure"],
"log-in": ["sign in", "arrow", "enter"],
"log-out": ["sign out", "arrow", "exit"],
"mail": ["email", "message"],
"map-pin": ["location", "navigation", "travel", "marker"], "map-pin": ["location", "navigation", "travel", "marker"],
"map": ["location", "navigation", "travel"], "map": ["location", "navigation", "travel"],
"maximize": ["fullscreen"], "maximize": ["fullscreen"],
"maximize-2": ["fullscreen", "arrows"], "maximize-2": ["fullscreen", "arrows", "expand"],
"meh": ["emoji", "face", "neutral", "emotion"], "meh": ["emoji", "face", "neutral", "emotion"],
"menu": ["bars", "navigation", "hamburger"], "menu": ["bars", "navigation", "hamburger"],
"message-circle": ["comment", "chat"], "message-circle": ["comment", "chat"],
"message-square": ["comment", "chat"], "message-square": ["comment", "chat"],
"mic-off": ["record"], "mic-off": ["record", "sound", "mute"],
"mic": ["record"], "mic": ["record", "sound", "listen"],
"minimize": ["exit fullscreen"], "minimize": ["exit fullscreen", "close"],
"minimize-2": ["exit fullscreen", "arrows"], "minimize-2": ["exit fullscreen", "arrows", "close"],
"monitor": ["tv"], "minus": ["subtract"],
"monitor": ["tv", "screen", "display"],
"moon": ["dark", "night"], "moon": ["dark", "night"],
"more-horizontal": ["ellipsis"], "more-horizontal": ["ellipsis"],
"more-vertical": ["ellipsis"], "more-vertical": ["ellipsis"],
"mouse-pointer": ["arrow", "cursor"], "mouse-pointer": ["arrow", "cursor"],
"move": ["arrows"], "move": ["arrows"],
"music": ["note"],
"navigation": ["location", "travel"], "navigation": ["location", "travel"],
"navigation-2": ["location", "travel"], "navigation-2": ["location", "travel"],
"octagon": ["stop"], "octagon": ["stop"],
"package": ["box"], "package": ["box", "container"],
"paperclip": ["attachment"], "paperclip": ["attachment"],
"pause": ["music", "stop"], "pause": ["music", "stop"],
"pause-circle": ["music", "stop"], "pause-circle": ["music", "audio", "stop"],
"pen-tool": ["vector", "drawing"], "pen-tool": ["vector", "drawing"],
"percent": ["discount"],
"phone-call": ["ring"],
"phone-forwarded": ["call"],
"phone-incoming": ["call"],
"phone-missed": ["call"],
"phone-off": ["call", "mute"],
"phone-outgoing": ["call"],
"phone": ["call"],
"play": ["music", "start"], "play": ["music", "start"],
"pie-chart": ["statistics", "diagram"],
"play-circle": ["music", "start"], "play-circle": ["music", "start"],
"plus": ["add", "new"], "plus": ["add", "new"],
"plus-circle": ["add", "new"], "plus-circle": ["add", "new"],
"plus-square": ["add", "new"], "plus-square": ["add", "new"],
"pocket": ["logo", "save"], "pocket": ["logo", "save"],
"power": ["on", "off"], "power": ["on", "off"],
"printer": ["fax", "office", "device"],
"radio": ["signal"], "radio": ["signal"],
"refresh-cw": ["synchronise", "arrows"],
"refresh-ccw": ["arrows"],
"repeat": ["loop", "arrows"],
"rewind": ["music"], "rewind": ["music"],
"rotate-ccw": ["arrow"],
"rotate-cw": ["arrow"],
"rss": ["feed", "subscribe"], "rss": ["feed", "subscribe"],
"save": ["floppy disk"], "save": ["floppy disk"],
"scissors": ["cut"],
"search": ["find", "magnifier", "magnifying glass"], "search": ["find", "magnifier", "magnifying glass"],
"send": ["message", "mail", "paper airplane"], "send": ["message", "mail", "email", "paper airplane", "paper aeroplane"],
"settings": ["cog", "edit", "gear", "preferences"], "settings": ["cog", "edit", "gear", "preferences"],
"shield": ["security"], "share-2": ["network", "connections"],
"shield-off": ["security"], "shield": ["security", "secure"],
"shield-off": ["security", "insecure"],
"shopping-bag": ["ecommerce", "cart", "purchase", "store"], "shopping-bag": ["ecommerce", "cart", "purchase", "store"],
"shopping-cart": ["ecommerce", "cart", "purchase", "store"], "shopping-cart": ["ecommerce", "cart", "purchase", "store"],
"shuffle": ["music"], "shuffle": ["music"],
"skip-back": ["music"], "skip-back": ["music"],
"skip-forward": ["music"], "skip-forward": ["music"],
"slack": ["logo"],
"slash": ["ban", "no"], "slash": ["ban", "no"],
"sliders": ["settings", "controls"], "sliders": ["settings", "controls"],
"smartphone": ["cellphone", "device"],
"smile": ["emoji", "face", "happy", "good", "emotion"], "smile": ["emoji", "face", "happy", "good", "emotion"],
"speaker": ["music"], "speaker": ["audio", "music"],
"star": ["bookmark", "favorite", "like"], "star": ["bookmark", "favorite", "like"],
"stop-circle": ["media", "music"],
"sun": ["brightness", "weather", "light"], "sun": ["brightness", "weather", "light"],
"sunrise": ["weather"], "sunrise": ["weather", "time", "morning", "day"],
"sunset": ["weather"], "sunset": ["weather", "time", "evening", "night"],
"tablet": ["device"],
"tag": ["label"], "tag": ["label"],
"target": ["bullseye"], "target": ["logo", "bullseye"],
"terminal": ["code", "command line"], "terminal": ["code", "command line", "prompt"],
"thumbs-down": ["dislike", "bad"], "thermometer": ["temperature", "celsius", "fahrenheit", "weather"],
"thumbs-up": ["like", "good"], "thumbs-down": ["dislike", "bad", "emotion"],
"thumbs-up": ["like", "good", "emotion"],
"toggle-left": ["on", "off", "switch"], "toggle-left": ["on", "off", "switch"],
"toggle-right": ["on", "off", "switch"], "toggle-right": ["on", "off", "switch"],
"trash": ["garbage", "delete", "remove"], "tool": ["settings", "spanner"],
"trash-2": ["garbage", "delete", "remove"], "trash": ["garbage", "delete", "remove", "bin"],
"trash-2": ["garbage", "delete", "remove", "bin"],
"triangle": ["delta"], "triangle": ["delta"],
"truck": ["delivery", "van", "shipping"], "truck": ["delivery", "van", "shipping", "transport", "lorry"],
"twitter": ["logo"], "tv": ["television", "stream"],
"twitch": ["logo"],
"twitter": ["logo", "social"],
"type": ["text"],
"umbrella": ["rain", "weather"], "umbrella": ["rain", "weather"],
"unlock": ["security"],
"user-check": ["followed", "subscribed"],
"user-minus": ["delete", "remove", "unfollow", "unsubscribe"],
"user-plus": ["new", "add", "create", "follow", "subscribe"],
"user-x": ["delete", "remove", "unfollow", "unsubscribe", "unavailable"],
"user": ["person", "account"],
"users": ["group"],
"video-off": ["camera", "movie", "film"], "video-off": ["camera", "movie", "film"],
"video": ["camera", "movie", "film"], "video": ["camera", "movie", "film"],
"voicemail": ["phone"], "voicemail": ["phone"],
@ -159,12 +222,16 @@
"volume-2": ["music", "sound"], "volume-2": ["music", "sound"],
"volume-x": ["music", "sound", "mute"], "volume-x": ["music", "sound", "mute"],
"watch": ["clock", "time"], "watch": ["clock", "time"],
"wifi-off": ["disabled"],
"wifi": ["connection", "signal", "wireless"],
"wind": ["weather", "air"], "wind": ["weather", "air"],
"x-circle": ["cancel", "close", "delete", "remove", "times"], "x-circle": ["cancel", "close", "delete", "remove", "times", "clear"],
"x-octagon": ["delete", "stop", "alert", "warning", "times"], "x-octagon": ["delete", "stop", "alert", "warning", "times", "clear"],
"x-square": ["cancel", "close", "delete", "remove", "times"], "x-square": ["cancel", "close", "delete", "remove", "times", "clear"],
"x": ["cancel", "close", "delete", "remove", "times"], "x": ["cancel", "close", "delete", "remove", "times", "clear"],
"youtube": ["logo", "video", "play"], "youtube": ["logo", "video", "play"],
"zap-off": ["flash", "camera", "lightning"], "zap-off": ["flash", "camera", "lightning"],
"zap": ["flash", "camera", "lightning"] "zap": ["flash", "camera", "lightning"],
"zoom-in": ["magnifying glass"],
"zoom-out": ["magnifying glass"]
} }