mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Compare commits
1 Commits
v4.26.0
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
5593401968 |
18
README.md
18
README.md
@ -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 flexibility.
|
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.
|
||||||
|
|
||||||
https://feathericons.com
|
https://feathericons.com
|
||||||
|
|
||||||
@ -17,6 +17,12 @@ 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)
|
||||||
@ -30,6 +36,7 @@ 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)
|
||||||
@ -382,6 +389,14 @@ 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).
|
||||||
@ -396,7 +411,6 @@ 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
|
||||||
- [svelte-feather-icons](https://github.com/dylanblokhuis/svelte-feather-icons) - Feather icons as Svelte components
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
61
package-lock.json
generated
61
package-lock.json
generated
@ -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",
|
||||||
@ -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",
|
||||||
@ -8905,9 +8909,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mixin-deep": {
|
"mixin-deep": {
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
|
||||||
"integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==",
|
"integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"for-in": "^1.0.2",
|
"for-in": "^1.0.2",
|
||||||
@ -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",
|
||||||
|
169
src/tags.json
169
src/tags.json
@ -1,34 +1,19 @@
|
|||||||
{
|
{
|
||||||
"activity": ["pulse", "health", "action", "motion"],
|
"activity": ["pulse", "health", "action", "motion"],
|
||||||
"airplay": ["stream", "cast", "mirroring"],
|
"airplay": ["stream", "cast", "mirroring"],
|
||||||
"alert-circle": ["warning", "alert", "danger"],
|
"alert-circle": ["warning"],
|
||||||
"alert-octagon": ["warning", "alert", "danger"],
|
"alert-octagon": ["warning"],
|
||||||
"alert-triangle": ["warning", "alert", "danger"],
|
"alert-triangle": ["warning"],
|
||||||
"align-center": ["text alignment", "center"],
|
"at-sign": ["mention"],
|
||||||
"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"],
|
||||||
"bar-chart": ["statistics", "diagram", "graph"],
|
"bell": ["alarm", "notification"],
|
||||||
"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", "library"],
|
"book-open": ["read"],
|
||||||
"book": ["read", "dictionary", "booklet", "magazine", "library"],
|
"book": ["read", "dictionary", "booklet", "magazine"],
|
||||||
"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"],
|
||||||
@ -38,13 +23,11 @@
|
|||||||
"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"],
|
||||||
"columns": ["layout"],
|
"command": ["keyboard", "cmd"],
|
||||||
"command": ["keyboard", "cmd", "terminal", "prompt"],
|
"compass": ["navigation", "safari", "travel"],
|
||||||
"compass": ["navigation", "safari", "travel", "direction"],
|
|
||||||
"copy": ["clone", "duplicate"],
|
"copy": ["clone", "duplicate"],
|
||||||
"corner-down-left": ["arrow", "return"],
|
"corner-down-left": ["arrow"],
|
||||||
"corner-down-right": ["arrow"],
|
"corner-down-right": ["arrow"],
|
||||||
"corner-left-down": ["arrow"],
|
"corner-left-down": ["arrow"],
|
||||||
"corner-left-up": ["arrow"],
|
"corner-left-up": ["arrow"],
|
||||||
@ -52,11 +35,10 @@
|
|||||||
"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", "memory"],
|
"database": ["storage"],
|
||||||
"delete": ["remove"],
|
"delete": ["remove"],
|
||||||
"disc": ["album", "cd", "dvd", "music"],
|
"disc": ["album", "cd", "dvd", "music"],
|
||||||
"dollar-sign": ["currency", "money", "payment"],
|
"dollar-sign": ["currency", "money", "payment"],
|
||||||
@ -65,17 +47,12 @@
|
|||||||
"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", "hide", "hidden"],
|
"eye-off": ["view", "watch"],
|
||||||
"external-link": ["outbound"],
|
"external-link": ["outbound"],
|
||||||
"facebook": ["logo", "social"],
|
"facebook": ["logo"],
|
||||||
"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"],
|
||||||
@ -88,132 +65,92 @@
|
|||||||
"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"],
|
||||||
"globe": ["world", "browser", "language", "translate"],
|
"global": ["world", "browser", "language", "translate"],
|
||||||
"hard-drive": ["computer", "server", "memory", "data"],
|
"hard-drive": ["computer", "server"],
|
||||||
"hash": ["hashtag", "number", "pound"],
|
"hash": ["hashtag", "number", "pound"],
|
||||||
"headphones": ["music", "audio", "sound"],
|
"headphones": ["music", "audio"],
|
||||||
"heart": ["like", "love", "emotion"],
|
"heart": ["like", "love"],
|
||||||
"help-circle": ["question mark"],
|
"help-circle": ["question mark"],
|
||||||
"hexagon": ["shape", "node.js", "logo"],
|
"hexagon": ["shape", "node.js", "logo"],
|
||||||
"home": ["house", "living"],
|
"home": ["house"],
|
||||||
"image": ["picture"],
|
"image": ["picture"],
|
||||||
"inbox": ["email"],
|
"inbox": ["email"],
|
||||||
"instagram": ["logo", "camera"],
|
"instagram": ["logo", "camera"],
|
||||||
"key": ["password", "login", "authentication", "secure"],
|
"key": ["password", "login", "authentication"],
|
||||||
"layers": ["stack"],
|
|
||||||
"layout": ["window", "webpage"],
|
|
||||||
"life-bouy": ["help", "life ring", "support"],
|
"life-bouy": ["help", "life ring", "support"],
|
||||||
"link": ["chain", "url"],
|
"linkedin": ["logo"],
|
||||||
"link-2": ["chain", "url"],
|
"lock": ["security", "password"],
|
||||||
"linkedin": ["logo", "social media"],
|
"log-in": ["sign in", "arrow"],
|
||||||
"list": ["options"],
|
"log-out": ["sign out", "arrow"],
|
||||||
"lock": ["security", "password", "secure"],
|
"mail": ["email"],
|
||||||
"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", "expand"],
|
"maximize-2": ["fullscreen", "arrows"],
|
||||||
"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", "sound", "mute"],
|
"mic-off": ["record"],
|
||||||
"mic": ["record", "sound", "listen"],
|
"mic": ["record"],
|
||||||
"minimize": ["exit fullscreen", "close"],
|
"minimize": ["exit fullscreen"],
|
||||||
"minimize-2": ["exit fullscreen", "arrows", "close"],
|
"minimize-2": ["exit fullscreen", "arrows"],
|
||||||
"minus": ["subtract"],
|
"monitor": ["tv"],
|
||||||
"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", "container"],
|
"package": ["box"],
|
||||||
"paperclip": ["attachment"],
|
"paperclip": ["attachment"],
|
||||||
"pause": ["music", "stop"],
|
"pause": ["music", "stop"],
|
||||||
"pause-circle": ["music", "audio", "stop"],
|
"pause-circle": ["music", "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", "email", "paper airplane", "paper aeroplane"],
|
"send": ["message", "mail", "paper airplane"],
|
||||||
"settings": ["cog", "edit", "gear", "preferences"],
|
"settings": ["cog", "edit", "gear", "preferences"],
|
||||||
"share-2": ["network", "connections"],
|
"shield": ["security"],
|
||||||
"shield": ["security", "secure"],
|
"shield-off": ["security"],
|
||||||
"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": ["audio", "music"],
|
"speaker": ["music"],
|
||||||
"star": ["bookmark", "favorite", "like"],
|
"star": ["bookmark", "favorite", "like"],
|
||||||
"stop-circle": ["media", "music"],
|
|
||||||
"sun": ["brightness", "weather", "light"],
|
"sun": ["brightness", "weather", "light"],
|
||||||
"sunrise": ["weather", "time", "morning", "day"],
|
"sunrise": ["weather"],
|
||||||
"sunset": ["weather", "time", "evening", "night"],
|
"sunset": ["weather"],
|
||||||
"tablet": ["device"],
|
|
||||||
"tag": ["label"],
|
"tag": ["label"],
|
||||||
"target": ["logo", "bullseye"],
|
"target": ["bullseye"],
|
||||||
"terminal": ["code", "command line", "prompt"],
|
"terminal": ["code", "command line"],
|
||||||
"thermometer": ["temperature", "celsius", "fahrenheit", "weather"],
|
"thumbs-down": ["dislike", "bad"],
|
||||||
"thumbs-down": ["dislike", "bad", "emotion"],
|
"thumbs-up": ["like", "good"],
|
||||||
"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"],
|
||||||
"tool": ["settings", "spanner"],
|
"trash": ["garbage", "delete", "remove"],
|
||||||
"trash": ["garbage", "delete", "remove", "bin"],
|
"trash-2": ["garbage", "delete", "remove"],
|
||||||
"trash-2": ["garbage", "delete", "remove", "bin"],
|
|
||||||
"triangle": ["delta"],
|
"triangle": ["delta"],
|
||||||
"truck": ["delivery", "van", "shipping", "transport", "lorry"],
|
"truck": ["delivery", "van", "shipping"],
|
||||||
"tv": ["television", "stream"],
|
"twitter": ["logo"],
|
||||||
"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"],
|
||||||
@ -222,16 +159,12 @@
|
|||||||
"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", "clear"],
|
"x-circle": ["cancel", "close", "delete", "remove", "times"],
|
||||||
"x-octagon": ["delete", "stop", "alert", "warning", "times", "clear"],
|
"x-octagon": ["delete", "stop", "alert", "warning", "times"],
|
||||||
"x-square": ["cancel", "close", "delete", "remove", "times", "clear"],
|
"x-square": ["cancel", "close", "delete", "remove", "times"],
|
||||||
"x": ["cancel", "close", "delete", "remove", "times", "clear"],
|
"x": ["cancel", "close", "delete", "remove", "times"],
|
||||||
"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"]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user