simple-icons 9.19.0 → 9.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -30
- package/_data/simple-icons.json +7 -5
- package/icons/hilton.svg +1 -1
- package/icons/hoppscotch.svg +1 -1
- package/icons/hp.svg +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +36 -13
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/simpleicons.svg" alt="Simple Icons" width=70>
|
|
3
3
|
<h3 align="center">Simple Icons</h3>
|
|
4
4
|
<p align="center">
|
|
5
5
|
Over 2700 Free SVG icons for popular brands. See them all on one page at <a href="https://simpleicons.org">SimpleIcons.org</a>. Contributions, corrections & requests can be made on GitHub.</p>
|
|
@@ -66,7 +66,7 @@ Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://dev
|
|
|
66
66
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/_/eee" />
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
69
|
+
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/nodedotjs.svg" alt="Node" align=left width=24>
|
|
70
70
|
|
|
71
71
|
The icons are also available through our npm package. To install, simply run:
|
|
72
72
|
|
|
@@ -117,7 +117,7 @@ If you need to iterate over all icons, use:
|
|
|
117
117
|
import * as icons from 'simple-icons';
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
120
|
+
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/typescript.svg" alt="Typescript" align=left width=19 height=19>
|
|
121
121
|
|
|
122
122
|
Type definitions are bundled with the package.
|
|
123
123
|
|
|
@@ -125,7 +125,7 @@ Type definitions are bundled with the package.
|
|
|
125
125
|
import type { SimpleIcon } from 'simple-icons';
|
|
126
126
|
```
|
|
127
127
|
|
|
128
|
-
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
128
|
+
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/php.svg" alt="Php" align=left width=24 height=24>
|
|
129
129
|
|
|
130
130
|
The icons are also available through our Packagist package. To install, simply run:
|
|
131
131
|
|
|
@@ -151,32 +151,32 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg');
|
|
|
151
151
|
|
|
152
152
|
| Extension | Author |
|
|
153
153
|
| :-- | :-- |
|
|
154
|
-
| [Angular module](https://github.com/avmaisak/ngx-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
155
|
-
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
156
|
-
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
157
|
-
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
158
|
-
| [Drupal module](https://www.drupal.org/project/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
159
|
-
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
160
|
-
| [Flutter package](https://pub.dev/packages/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
161
|
-
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
162
|
-
| [Hexo plugin](https://github.com/nidbCN/hexo-simpleIcons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
163
|
-
| [Home Assistant plugin](https://github.com/vigonotion/hass-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
164
|
-
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
165
|
-
| [Java library](https://github.com/silentsoft/simpleicons4j) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
166
|
-
| [Jetpack Compose library](https://github.com/DevSrSouza/compose-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
167
|
-
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
168
|
-
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
169
|
-
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
170
|
-
| [Leptos crate](https://github.com/Carlosted/leptos-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
171
|
-
| [Python package](https://github.com/sachinraja/simple-icons-py) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
172
|
-
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
173
|
-
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
174
|
-
| [Solid package](https://github.com/x64Bits/solid-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
175
|
-
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
176
|
-
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
177
|
-
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
178
|
-
| [Vue package](https://github.com/mainvest/vue-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
179
|
-
| [WordPress plugin](https://wordpress.org/plugins/simple-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
154
|
+
| [Angular module](https://github.com/avmaisak/ngx-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/angular.svg" alt="Angular" align=left width=24 height=24> | [@avmaisak](https://github.com/avmaisak) |
|
|
155
|
+
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/blazor.svg" alt="Blazor" align=left width=24 height=24> | [@TimeWarpEngineering](https://github.com/TimeWarpEngineering) |
|
|
156
|
+
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/blender.svg" alt="Blender" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |
|
|
157
|
+
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/diagramsdotnet.svg" alt="Drawio" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |
|
|
158
|
+
| [Drupal module](https://www.drupal.org/project/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/drupal.svg" alt="Drupal" align=left width=24 height=24> | [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme) |
|
|
159
|
+
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/figma.svg" alt="Figma" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
160
|
+
| [Flutter package](https://pub.dev/packages/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/flutter.svg" alt="Flutter" align=left width=24 height=24> | [@jlnrrg](https://github.com/jlnrrg) |
|
|
161
|
+
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/framer.svg" alt="Framer" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
162
|
+
| [Hexo plugin](https://github.com/nidbCN/hexo-simpleIcons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/hexo.svg" alt="Hexo" align=left width=24 height=24> | [@nidbCN](https://github.com/nidbCN/) |
|
|
163
|
+
| [Home Assistant plugin](https://github.com/vigonotion/hass-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/homeassistant.svg" alt="Home Assistant" align=left width=24 height=24> | [@vigonotion](https://github.com/vigonotion/) |
|
|
164
|
+
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/hugo.svg" alt="Hugo" align=left width=24 height=24> | [@foo-dogsquared](https://github.com/foo-dogsquared) |
|
|
165
|
+
| [Java library](https://github.com/silentsoft/simpleicons4j) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/openjdk.svg" alt="OpenJDK" align=left width=24 height=24> | [@silentsoft](https://github.com/silentsoft) |
|
|
166
|
+
| [Jetpack Compose library](https://github.com/DevSrSouza/compose-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/jetpackcompose.svg" alt="Jetpack Compose" align=left width=24 height=24> | [@devsrsouza](https://github.com/devsrsouza/) |
|
|
167
|
+
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/kirby.svg" alt="Kirby" align=left width=24 height=24> | [@runxel](https://github.com/runxel) |
|
|
168
|
+
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/latex.svg" alt="LaTeX" align=left width=24 height=24> | [@ineshbose](https://github.com/ineshbose) |
|
|
169
|
+
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/laravel.svg" alt="Laravel" align=left width=24 height=24> | [@adrian-ub](https://github.com/adrian-ub) |
|
|
170
|
+
| [Leptos crate](https://github.com/Carlosted/leptos-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/leptos.svg" alt="Leptos" align=left width=24 height=24> | [@Carlosted](https://github.com/Carlosted) |
|
|
171
|
+
| [Python package](https://github.com/sachinraja/simple-icons-py) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/python.svg" alt="Python" align=left width=24 height=24> | [@sachinraja](https://github.com/sachinraja) |
|
|
172
|
+
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/react.svg" alt="React" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |
|
|
173
|
+
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/rubygems.svg" alt="Ruby" align=left width=24 height=24> | [@thepew](https://github.com/the-pew-inc) |
|
|
174
|
+
| [Solid package](https://github.com/x64Bits/solid-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/solid.svg" alt="Solid" align=left width=24 height=24> | [@x64Bits](https://github.com/x64Bits) |
|
|
175
|
+
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/elgato.svg" alt="Stream Deck" align=left width=24 height=24> | [@mackenly](https://github.com/mackenly) |
|
|
176
|
+
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/svelte.svg" alt="Svelte" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |
|
|
177
|
+
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/vuedotjs.svg" alt="Vue" align=left width=24 height=24> | [@wyatt-herkamp](https://github.com/wyatt-herkamp) |
|
|
178
|
+
| [Vue package](https://github.com/mainvest/vue-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/vuedotjs.svg" alt="Vue" align=left width=24 height=24> | [@noahlitvin](https://github.com/noahlitvin) |
|
|
179
|
+
| [WordPress plugin](https://wordpress.org/plugins/simple-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/9.19.1/icons/wordpress.svg" alt="Wordpress" align=left width=24 height=24> | [@tjtaylo](https://github.com/tjtaylo) |
|
|
180
180
|
|
|
181
181
|
## Contribute
|
|
182
182
|
|
package/_data/simple-icons.json
CHANGED
|
@@ -5982,8 +5982,9 @@
|
|
|
5982
5982
|
},
|
|
5983
5983
|
{
|
|
5984
5984
|
"title": "Hilton",
|
|
5985
|
-
"hex": "
|
|
5986
|
-
"source": "https://
|
|
5985
|
+
"hex": "231F20",
|
|
5986
|
+
"source": "https://www.hilton.com",
|
|
5987
|
+
"guidelines": "https://stories.hilton.com/media-kit-hilton-corporate"
|
|
5987
5988
|
},
|
|
5988
5989
|
{
|
|
5989
5990
|
"title": "Hitachi",
|
|
@@ -6056,8 +6057,8 @@
|
|
|
6056
6057
|
},
|
|
6057
6058
|
{
|
|
6058
6059
|
"title": "Hoppscotch",
|
|
6059
|
-
"hex": "
|
|
6060
|
-
"source": "https://github.com/hoppscotch/hoppscotch/blob/
|
|
6060
|
+
"hex": "10B981",
|
|
6061
|
+
"source": "https://github.com/hoppscotch/hoppscotch/blob/65884293be0f1124c3db0c3fe985fe78b307d787/packages/hoppscotch-common/public/logo.svg"
|
|
6061
6062
|
},
|
|
6062
6063
|
{
|
|
6063
6064
|
"title": "Hotels.com",
|
|
@@ -6088,7 +6089,8 @@
|
|
|
6088
6089
|
{
|
|
6089
6090
|
"title": "HP",
|
|
6090
6091
|
"hex": "0096D6",
|
|
6091
|
-
"source": "https://brandcentral.
|
|
6092
|
+
"source": "https://brandcentral.hp.com/us/en/elements/hp-logo.html",
|
|
6093
|
+
"guidelines": "https://brandcentral.hp.com/us/en/elements/hp-logo.html"
|
|
6092
6094
|
},
|
|
6093
6095
|
{
|
|
6094
6096
|
"title": "HSBC",
|
package/icons/hilton.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Hilton</title><path d="
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Hilton</title><path d="M0 7.544v8.912h24V7.544H0zm23.588 8.503H.406V7.95h23.182v8.097zM3.682 14.41h-1.62v-.249l.324-.044V9.873l-.324-.045v-.242h1.62v.242l-.324.045v1.813h2.107V9.873l-.355-.045v-.242h1.647v.242l-.334.045v4.244l.334.044v.25H5.11v-.25l.355-.044v-1.933H3.358v1.933l.324.044v.25zm5.298 0H7.466v-.218l.31-.044V11.24l-.31-.045v-.218h1.203v3.17l.31.045v.218zm2.171.004H9.638v-.215l.303-.041V9.845l-.303-.044V9.59h1.203v4.568l.31.04v.216zm.941-3.116h-.634v-.32h.658v-.717l.88-.262v.978h.807v.32h-.81v2.043c0 .528.108.695.589.695.177 0 .334 0 .48-.037v.235c-.436.153-.804.218-1.114.218-.696 0-.856-.314-.856-.914v-2.24zm3.924 3.214c1.139 0 1.861-.715 1.861-1.786 0-1.176-.678-1.844-1.803-1.844-1.139 0-1.861.74-1.861 1.844 0 1.32.702 1.786 1.803 1.786zm.024-3.364c.525 0 .849.474.849 1.558 0 1.111-.304 1.544-.85 1.544-.51 0-.834-.453-.834-1.544 0-1.105.323-1.558.835-1.558zm3.72 3.262h-1.521v-.218l.31-.044v-2.884l-.31-.045v-.242h1.21v.478c.375-.3.74-.543 1.248-.543.678 0 .981.396.981 1.173v2.066l.31.041v.218h-1.513v-.218l.303-.044v-1.954c0-.542-.2-.784-.613-.784-.191 0-.495.133-.716.287v2.45l.31.045v.218zM7.738 10.07a.487.487 0 0 1 .975 0 .487.487 0 0 1-.488.485.485.485 0 0 1-.487-.485z"/></svg>
|
package/icons/hoppscotch.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Hoppscotch</title><path d="
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Hoppscotch</title><path d="M.334 22.806h18.803s-1.162-11.965-1.333-11.965c.034-.051.068-.103.068-.171.137-.838-2.564-1.966-6-2.513-3.435-.547-6.358-.308-6.495.53-.017.068 0 .12.017.188-.086-.034-5.06 13.931-5.06 13.931zM6.01 9.063c.068-.376.854-.598 2.05-.65-.358.069-.58.206-.615.377-.085.512 1.744 1.247 4.069 1.623 2.342.36 4.29.24 4.376-.29.017-.171-.154-.376-.479-.564 1.128.427 1.812.871 1.743 1.282-.12.684-2.7.871-5.777.376C8.3 10.72 5.907 9.764 6.01 9.063zm6.444-4.491C5.82 3.529.248 3.957.009 5.546c-.152.933 1.577 2.057 4.377 3.03.004-.029.003-.054.01-.084.203-1.096 1.526-1.629 4.041-1.629 1.092 0 2.334.106 3.593.306 2.572.41 5.64 1.29 6.536 2.53.296.409.333.792.303 1.062-.003.039-.01.075-.016.111 2.973-.061 4.985-.594 5.139-1.53.24-1.59-4.923-3.727-11.538-4.77zM8.06 6.042c-.274-.051-.479-.308-.428-.581.052-.274.308-.479.581-.427.274.05.479.307.428.58-.035.274-.308.462-.581.428zm4.085.479a.67.67 0 0 1-.564-.787.67.67 0 0 1 .786-.564.67.67 0 0 1 .564.787.715.715 0 0 1-.786.564zm4.017.803c-.273-.051-.479-.308-.427-.581.051-.273.307-.479.58-.427.274.051.48.307.428.58a.505.505 0 0 1-.581.428zM8.538 3.117c1.037-1.369 2.755-2.149 4.565-1.866 1.814.284 3.227 1.572 3.778 3.21a52.596 52.596 0 0 0-4.271-.877 49.611 49.611 0 0 0-4.072-.467z"/></svg>
|
package/icons/hp.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>HP</title><path d="M12 24h-.
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>HP</title><path d="M12.0069 24h-.3572l2.459-6.7453h3.3796c.5907 0 1.2364-.4533 1.4424-1.0166l2.6652-7.3085c.4396-1.1952-.2473-2.1706-1.525-2.1706h-4.6983l-3.929 10.798-2.2255 6.127C3.929 22.434 0 17.6806 0 12.007 0 6.498 3.7092 1.8546 8.7647.4396L6.4705 6.759 2.6514 17.2547h2.5415L8.4488 8.339h1.9095l-3.2558 8.9158H9.644l3.0223-8.3251c.4396-1.1952-.2473-2.1706-1.525-2.1706h-2.143l2.459-6.7453C11.636 0 11.8145 0 11.9931 0 18.6285 0 24 5.3715 24 12.007c.0137 6.6216-5.3578 11.993-11.9931 11.993zM19.2742 8.325h-1.9096l-2.6789 7.336h1.9096l2.6789-7.336z"/></svg>
|