simple-icons 12.0.0 → 12.2.0
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 +31 -22
- package/_data/simple-icons.json +171 -8
- package/icons/1panel.svg +1 -0
- package/icons/2fas.svg +1 -0
- package/icons/acura.svg +1 -1
- package/icons/aegisauthenticator.svg +1 -0
- package/icons/apachehbase.svg +1 -0
- package/icons/apachesuperset.svg +1 -0
- package/icons/asterisk.svg +1 -0
- package/icons/astral.svg +1 -0
- package/icons/babylondotjs.svg +1 -0
- package/icons/bambulab.svg +1 -0
- package/icons/coder.svg +1 -0
- package/icons/cssdesignawards.svg +1 -0
- package/icons/deepl.svg +1 -1
- package/icons/dictionarydotcom.svg +1 -0
- package/icons/dovetail.svg +1 -0
- package/icons/eraser.svg +1 -0
- package/icons/firebase.svg +1 -1
- package/icons/formik.svg +1 -0
- package/icons/freecad.svg +1 -1
- package/icons/geode.svg +1 -0
- package/icons/knip.svg +1 -0
- package/icons/langchain.svg +1 -0
- package/icons/lazyvim.svg +1 -0
- package/icons/modal.svg +1 -0
- package/icons/nicehash.svg +1 -0
- package/icons/ntfy.svg +1 -0
- package/icons/nvm.svg +1 -0
- package/icons/rclone.svg +1 -0
- package/icons/redis.svg +1 -1
- package/icons/removedotbg.svg +1 -0
- package/icons/snort.svg +1 -0
- package/icons/soundcloud.svg +1 -1
- package/icons/taipy.svg +1 -0
- package/icons/veed.svg +1 -0
- package/icons/visx.svg +1 -0
- package/icons/wgpu.svg +1 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/jsconfig.json +13 -0
- package/package.json +5 -3
- package/sdk.d.ts +3 -6
- package/sdk.js +47 -10
- package/sdk.mjs +90 -43
- package/types.d.ts +4 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
2
|
+
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/simpleicons.svg" alt="Simple Icons" width=70>
|
|
3
3
|
<h3 align="center">Simple Icons</h3>
|
|
4
4
|
<p align="center">
|
|
5
5
|
Over 3100 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>
|
|
@@ -67,7 +67,15 @@ Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://dev
|
|
|
67
67
|
<img height="32" width="32" src="https://cdn.simpleicons.org/simpleicons/eee/_" />
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
You can use a `viewbox=auto` parameter to get a auto-sized viewbox. This is useful if you want all icons rendered with consistent size:
|
|
71
|
+
|
|
72
|
+
```html
|
|
73
|
+
<img height="20" src="https://cdn.simpleicons.org/github?viewbox=auto" />
|
|
74
|
+
<img height="20" src="https://cdn.simpleicons.org/simpleicons?viewbox=auto" />
|
|
75
|
+
<img height="20" src="https://cdn.simpleicons.org/awesomelists?viewbox=auto" />
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/nodedotjs.svg" alt="Node" align=left width=24>
|
|
71
79
|
|
|
72
80
|
The icons are also available through our npm package. To install, simply run:
|
|
73
81
|
|
|
@@ -118,7 +126,7 @@ If you need to iterate over all icons, use:
|
|
|
118
126
|
import * as icons from 'simple-icons';
|
|
119
127
|
```
|
|
120
128
|
|
|
121
|
-
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
129
|
+
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/typescript.svg" alt="Typescript" align=left width=19 height=19>
|
|
122
130
|
|
|
123
131
|
Type definitions are bundled with the package.
|
|
124
132
|
|
|
@@ -126,7 +134,7 @@ Type definitions are bundled with the package.
|
|
|
126
134
|
import type { SimpleIcon } from 'simple-icons';
|
|
127
135
|
```
|
|
128
136
|
|
|
129
|
-
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
137
|
+
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/php.svg" alt="Php" align=left width=24 height=24>
|
|
130
138
|
|
|
131
139
|
The icons are also available through our Packagist package. To install, simply run:
|
|
132
140
|
|
|
@@ -154,14 +162,14 @@ The below are known extensions to third-party tools.
|
|
|
154
162
|
|
|
155
163
|
| Extension | Author |
|
|
156
164
|
| :- | :- |
|
|
157
|
-
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
158
|
-
| [Boxy SVG library](https://boxy-svg.com/ideas/298/simple-icons-library-provider) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
159
|
-
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
160
|
-
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
161
|
-
| [Miro app](https://miro.com/marketplace/brand-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
162
|
-
| [Raycast extension](https://www.raycast.com/litomore/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
163
|
-
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
164
|
-
| [Webflow app](https://webflow.com/apps/detail/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
165
|
+
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/blender.svg" alt="Blender" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |
|
|
166
|
+
| [Boxy SVG library](https://boxy-svg.com/ideas/298/simple-icons-library-provider) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/boxysvg.svg" alt="Boxy SVG" align=left width=24 height=24> | [@Jarek](https://boxy-svg.com/profiles/0000000000/jarek) |
|
|
167
|
+
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/diagramsdotnet.svg" alt="Drawio" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |
|
|
168
|
+
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/figma.svg" alt="Figma" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
169
|
+
| [Miro app](https://miro.com/marketplace/brand-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/miro.svg" alt="Miro" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
170
|
+
| [Raycast extension](https://www.raycast.com/litomore/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/raycast.svg" alt="Raycast" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
171
|
+
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/elgato.svg" alt="Stream Deck" align=left width=24 height=24> | [@mackenly](https://github.com/mackenly) |  |  |
|
|
172
|
+
| [Webflow app](https://webflow.com/apps/detail/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/webflow.svg" alt="Webflow" align=left width=24 height=24> | [@diegoliv](https://github.com/diegoliv) |
|
|
165
173
|
|
|
166
174
|
Maintain an extension? [Submit a PR][open-pr] to include it in the list above.
|
|
167
175
|
|
|
@@ -171,16 +179,17 @@ The below are known third-party libraries for use in your own projects. We only
|
|
|
171
179
|
|
|
172
180
|
| Library | Author | License | Simple Icons Version |
|
|
173
181
|
| :-- | :-- | :-: | :-: |
|
|
174
|
-
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.
|
|
175
|
-
| [
|
|
176
|
-
| [
|
|
177
|
-
| [
|
|
178
|
-
| [
|
|
179
|
-
| [
|
|
180
|
-
| [
|
|
181
|
-
| [
|
|
182
|
-
| [
|
|
183
|
-
| [
|
|
182
|
+
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/blazor.svg" alt="Blazor" align=left width=24 height=24> | [@TimeWarpEngineering](https://github.com/TimeWarpEngineering) |  |  |
|
|
183
|
+
| [Flutter package](https://github.com/jlnrrg/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/flutter.svg" alt="Flutter" align=left width=24 height=24> | [@jlnrrg](https://github.com/jlnrrg) |  | 
|
|
184
|
+
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/framer.svg" alt="Framer" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |  |  |
|
|
185
|
+
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/hugo.svg" alt="Hugo" align=left width=24 height=24> | [@foo-dogsquared](https://github.com/foo-dogsquared) |  |  |
|
|
186
|
+
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/kirby.svg" alt="Kirby" align=left width=24 height=24> | [@runxel](https://github.com/runxel) |  |  |
|
|
187
|
+
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/latex.svg" alt="LaTeX" align=left width=24 height=24> | [@ineshbose](https://github.com/ineshbose) |  |  |
|
|
188
|
+
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/laravel.svg" alt="Laravel" align=left width=24 height=24> | [@adrian-ub](https://github.com/adrian-ub) |  |  |
|
|
189
|
+
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/react.svg" alt="React" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
190
|
+
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/rubygems.svg" alt="Ruby" align=left width=24 height=24> | [@thepew](https://github.com/the-pew-inc) |  |  |
|
|
191
|
+
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/svelte.svg" alt="Svelte" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
192
|
+
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/12.2.0/icons/vuedotjs.svg" alt="Vue" align=left width=24 height=24> | [@wyatt-herkamp](https://github.com/wyatt-herkamp) |  |  |
|
|
184
193
|
|
|
185
194
|
Maintain a library? [Submit a PR][open-pr] to include it in the list above.
|
|
186
195
|
|
package/_data/simple-icons.json
CHANGED
|
@@ -25,12 +25,23 @@
|
|
|
25
25
|
"hex": "40AEF0",
|
|
26
26
|
"source": "https://www.1001tracklists.com"
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"title": "1Panel",
|
|
30
|
+
"hex": "0854C1",
|
|
31
|
+
"source": "https://1panel.cn"
|
|
32
|
+
},
|
|
28
33
|
{
|
|
29
34
|
"title": "1Password",
|
|
30
35
|
"hex": "3B66BC",
|
|
31
36
|
"source": "https://1password.com/press",
|
|
32
37
|
"guidelines": "https://1password.com/press"
|
|
33
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"title": "2FAS",
|
|
41
|
+
"hex": "EC1C24",
|
|
42
|
+
"source": "https://2fas.com/press-kit",
|
|
43
|
+
"guidelines": "https://2fas.com/press-kit"
|
|
44
|
+
},
|
|
34
45
|
{
|
|
35
46
|
"title": "2K",
|
|
36
47
|
"hex": "DD0700",
|
|
@@ -314,6 +325,11 @@
|
|
|
314
325
|
"source": "https://www.adyen.com/press-and-media/presskit",
|
|
315
326
|
"guidelines": "https://www.adyen.com/press-and-media/presskit"
|
|
316
327
|
},
|
|
328
|
+
{
|
|
329
|
+
"title": "Aegis Authenticator",
|
|
330
|
+
"hex": "005E9D",
|
|
331
|
+
"source": "https://getaegis.app/aegis.svg"
|
|
332
|
+
},
|
|
317
333
|
{
|
|
318
334
|
"title": "Aer Lingus",
|
|
319
335
|
"hex": "006272",
|
|
@@ -1172,6 +1188,15 @@
|
|
|
1172
1188
|
"type": "Apache-2.0"
|
|
1173
1189
|
}
|
|
1174
1190
|
},
|
|
1191
|
+
{
|
|
1192
|
+
"title": "Apache HBase",
|
|
1193
|
+
"hex": "BE160C",
|
|
1194
|
+
"source": "https://apache.org/logos",
|
|
1195
|
+
"guidelines": "https://www.apache.org/foundation/marks",
|
|
1196
|
+
"license": {
|
|
1197
|
+
"type": "Apache-2.0"
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1175
1200
|
{
|
|
1176
1201
|
"title": "Apache Hive",
|
|
1177
1202
|
"hex": "FDEE21",
|
|
@@ -1289,6 +1314,15 @@
|
|
|
1289
1314
|
"type": "Apache-2.0"
|
|
1290
1315
|
}
|
|
1291
1316
|
},
|
|
1317
|
+
{
|
|
1318
|
+
"title": "Apache Superset",
|
|
1319
|
+
"hex": "20A6C9",
|
|
1320
|
+
"source": "https://apache.org/logos",
|
|
1321
|
+
"guidelines": "https://www.apache.org/foundation/marks/",
|
|
1322
|
+
"license": {
|
|
1323
|
+
"type": "Apache-2.0"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1292
1326
|
{
|
|
1293
1327
|
"title": "Apache Tomcat",
|
|
1294
1328
|
"hex": "F8DC75",
|
|
@@ -1553,11 +1587,22 @@
|
|
|
1553
1587
|
"hex": "007AAC",
|
|
1554
1588
|
"source": "https://www.assemblyscript.org"
|
|
1555
1589
|
},
|
|
1590
|
+
{
|
|
1591
|
+
"title": "Asterisk",
|
|
1592
|
+
"hex": "F68F1E",
|
|
1593
|
+
"source": "https://commons.wikimedia.org/wiki/File:Asterisk_logo.svg"
|
|
1594
|
+
},
|
|
1556
1595
|
{
|
|
1557
1596
|
"title": "Aston Martin",
|
|
1558
1597
|
"hex": "00665E",
|
|
1559
1598
|
"source": "https://www.astonmartin.com"
|
|
1560
1599
|
},
|
|
1600
|
+
{
|
|
1601
|
+
"title": "Astral",
|
|
1602
|
+
"hex": "261230",
|
|
1603
|
+
"source": "https://brandpad.io/astral",
|
|
1604
|
+
"guidelines": "https://brandpad.io/astral"
|
|
1605
|
+
},
|
|
1561
1606
|
{
|
|
1562
1607
|
"title": "Astro",
|
|
1563
1608
|
"hex": "BC52EE",
|
|
@@ -1826,6 +1871,11 @@
|
|
|
1826
1871
|
"hex": "FBB91E",
|
|
1827
1872
|
"source": "https://www.babelio.com"
|
|
1828
1873
|
},
|
|
1874
|
+
{
|
|
1875
|
+
"title": "Babylon.js",
|
|
1876
|
+
"hex": "BB464B",
|
|
1877
|
+
"source": "https://github.com/BabylonJS/Brand-Toolkit/blob/8583d4d9bf252a233fa480fa02ac6f367d5207a1/babylon_logo/monochrome/babylon_logo_monochrome_dark.svg"
|
|
1878
|
+
},
|
|
1829
1879
|
{
|
|
1830
1880
|
"title": "Backblaze",
|
|
1831
1881
|
"hex": "E21E29",
|
|
@@ -1871,6 +1921,11 @@
|
|
|
1871
1921
|
"hex": "0052CC",
|
|
1872
1922
|
"source": "https://www.atlassian.design/guidelines/marketing/resources/logo-files"
|
|
1873
1923
|
},
|
|
1924
|
+
{
|
|
1925
|
+
"title": "Bambu Lab",
|
|
1926
|
+
"hex": "00AE42",
|
|
1927
|
+
"source": "https://bambulab.com"
|
|
1928
|
+
},
|
|
1874
1929
|
{
|
|
1875
1930
|
"title": "Bandcamp",
|
|
1876
1931
|
"hex": "408294",
|
|
@@ -3305,6 +3360,12 @@
|
|
|
3305
3360
|
"hex": "FF9900",
|
|
3306
3361
|
"source": "https://www.codeproject.com"
|
|
3307
3362
|
},
|
|
3363
|
+
{
|
|
3364
|
+
"title": "Coder",
|
|
3365
|
+
"hex": "000000",
|
|
3366
|
+
"source": "https://github.com/coder/presskit/blob/f9dccc00b062cf130ba237bfcefd1fcda4d253c8/logos/coder_logo_transparent_black.svg",
|
|
3367
|
+
"guidelines": "https://github.com/coder/presskit"
|
|
3368
|
+
},
|
|
3308
3369
|
{
|
|
3309
3370
|
"title": "CodersRank",
|
|
3310
3371
|
"hex": "67A4AC",
|
|
@@ -3690,6 +3751,11 @@
|
|
|
3690
3751
|
"hex": "000000",
|
|
3691
3752
|
"source": "https://crystal-lang.org/media/"
|
|
3692
3753
|
},
|
|
3754
|
+
{
|
|
3755
|
+
"title": "CSS Design Awards",
|
|
3756
|
+
"hex": "280FEE",
|
|
3757
|
+
"source": "https://www.cssdesignawards.com"
|
|
3758
|
+
},
|
|
3693
3759
|
{
|
|
3694
3760
|
"title": "CSS Modules",
|
|
3695
3761
|
"hex": "000000",
|
|
@@ -4170,6 +4236,11 @@
|
|
|
4170
4236
|
"hex": "000000",
|
|
4171
4237
|
"source": "https://wiki.diasporafoundation.org/Branding"
|
|
4172
4238
|
},
|
|
4239
|
+
{
|
|
4240
|
+
"title": "Dictionary.com",
|
|
4241
|
+
"hex": "0049D7",
|
|
4242
|
+
"source": "https://www.dictionary.com"
|
|
4243
|
+
},
|
|
4173
4244
|
{
|
|
4174
4245
|
"title": "Digg",
|
|
4175
4246
|
"hex": "000000",
|
|
@@ -4336,6 +4407,12 @@
|
|
|
4336
4407
|
"hex": "54BCAB",
|
|
4337
4408
|
"source": "https://commons.wikimedia.org/wiki/File:Dovecot_logo.svg"
|
|
4338
4409
|
},
|
|
4410
|
+
{
|
|
4411
|
+
"title": "Dovetail",
|
|
4412
|
+
"hex": "190041",
|
|
4413
|
+
"source": "https://dovetail.com/help/press-kit",
|
|
4414
|
+
"guidelines": "https://dovetail.com/help/press-kit"
|
|
4415
|
+
},
|
|
4339
4416
|
{
|
|
4340
4417
|
"title": "Doxygen",
|
|
4341
4418
|
"hex": "2C4AA8",
|
|
@@ -4801,6 +4878,11 @@
|
|
|
4801
4878
|
"hex": "ED2224",
|
|
4802
4879
|
"source": "https://metal.equinix.com"
|
|
4803
4880
|
},
|
|
4881
|
+
{
|
|
4882
|
+
"title": "Eraser",
|
|
4883
|
+
"hex": "EC2C40",
|
|
4884
|
+
"source": "https://www.eraser.io"
|
|
4885
|
+
},
|
|
4804
4886
|
{
|
|
4805
4887
|
"title": "Ericsson",
|
|
4806
4888
|
"hex": "0082F0",
|
|
@@ -5241,9 +5323,9 @@
|
|
|
5241
5323
|
},
|
|
5242
5324
|
{
|
|
5243
5325
|
"title": "Firebase",
|
|
5244
|
-
"hex": "
|
|
5245
|
-
"source": "https://firebase.google.com/brand-guidelines
|
|
5246
|
-
"guidelines": "https://firebase.google.com/brand-guidelines
|
|
5326
|
+
"hex": "DD2C00",
|
|
5327
|
+
"source": "https://firebase.google.com/brand-guidelines",
|
|
5328
|
+
"guidelines": "https://firebase.google.com/brand-guidelines"
|
|
5247
5329
|
},
|
|
5248
5330
|
{
|
|
5249
5331
|
"title": "Firefish",
|
|
@@ -5479,6 +5561,11 @@
|
|
|
5479
5561
|
"type": "CC-BY-SA-4.0"
|
|
5480
5562
|
}
|
|
5481
5563
|
},
|
|
5564
|
+
{
|
|
5565
|
+
"title": "Formik",
|
|
5566
|
+
"hex": "2563EB",
|
|
5567
|
+
"source": "https://formik.org"
|
|
5568
|
+
},
|
|
5482
5569
|
{
|
|
5483
5570
|
"title": "Formspree",
|
|
5484
5571
|
"hex": "E5122E",
|
|
@@ -5811,6 +5898,11 @@
|
|
|
5811
5898
|
"source": "https://www.geocaching.com/about/logousage.aspx",
|
|
5812
5899
|
"guidelines": "https://www.geocaching.com/about/logousage.aspx"
|
|
5813
5900
|
},
|
|
5901
|
+
{
|
|
5902
|
+
"title": "Geode",
|
|
5903
|
+
"hex": "8D7ACF",
|
|
5904
|
+
"source": "https://github.com/geode-sdk/website/blob/a6a6aa7eaad8ce699d0e050b2b0c1c0119f3624a/media/geode_logos.zip"
|
|
5905
|
+
},
|
|
5814
5906
|
{
|
|
5815
5907
|
"title": "GeoPandas",
|
|
5816
5908
|
"hex": "139C5A",
|
|
@@ -8281,6 +8373,11 @@
|
|
|
8281
8373
|
"hex": "FDD800",
|
|
8282
8374
|
"source": "https://www.knime.com"
|
|
8283
8375
|
},
|
|
8376
|
+
{
|
|
8377
|
+
"title": "Knip",
|
|
8378
|
+
"hex": "F56E0F",
|
|
8379
|
+
"source": "https://knip.dev"
|
|
8380
|
+
},
|
|
8284
8381
|
{
|
|
8285
8382
|
"title": "KnowledgeBase",
|
|
8286
8383
|
"hex": "9146FF",
|
|
@@ -8461,6 +8558,11 @@
|
|
|
8461
8558
|
"hex": "005A2B",
|
|
8462
8559
|
"source": "https://media.landrover.com/en/press-kit"
|
|
8463
8560
|
},
|
|
8561
|
+
{
|
|
8562
|
+
"title": "LangChain",
|
|
8563
|
+
"hex": "1C3C3C",
|
|
8564
|
+
"source": "https://www.langchain.com"
|
|
8565
|
+
},
|
|
8464
8566
|
{
|
|
8465
8567
|
"title": "Lapce",
|
|
8466
8568
|
"hex": "3B82F6",
|
|
@@ -8516,6 +8618,11 @@
|
|
|
8516
8618
|
"hex": "000000",
|
|
8517
8619
|
"source": "https://sourceforge.net/projects/lazarus/"
|
|
8518
8620
|
},
|
|
8621
|
+
{
|
|
8622
|
+
"title": "LazyVim",
|
|
8623
|
+
"hex": "2E7DE9",
|
|
8624
|
+
"source": "https://github.com/LazyVim/lazyvim.github.io/blob/db7f1bd035de3f41a75a29f65f36819f6ac152af/static/img/icon.svg"
|
|
8625
|
+
},
|
|
8519
8626
|
{
|
|
8520
8627
|
"title": "LBRY",
|
|
8521
8628
|
"hex": "2F9176",
|
|
@@ -9882,6 +9989,11 @@
|
|
|
9882
9989
|
"hex": "FF6A33",
|
|
9883
9990
|
"source": "https://github.com/mswjs/msw/blob/9c53bd23040307d41b5b0b7cec1bf3a05950dbc8/media/msw-logo-black.svg"
|
|
9884
9991
|
},
|
|
9992
|
+
{
|
|
9993
|
+
"title": "Modal",
|
|
9994
|
+
"hex": "7FEE64",
|
|
9995
|
+
"source": "https://modal.com"
|
|
9996
|
+
},
|
|
9885
9997
|
{
|
|
9886
9998
|
"title": "Modin",
|
|
9887
9999
|
"hex": "001729",
|
|
@@ -10494,6 +10606,12 @@
|
|
|
10494
10606
|
]
|
|
10495
10607
|
}
|
|
10496
10608
|
},
|
|
10609
|
+
{
|
|
10610
|
+
"title": "NiceHash",
|
|
10611
|
+
"hex": "FBC342",
|
|
10612
|
+
"source": "https://www.nicehash.com/nicehash-media",
|
|
10613
|
+
"guidelines": "https://www.nicehash.com/nicehash-media"
|
|
10614
|
+
},
|
|
10497
10615
|
{
|
|
10498
10616
|
"title": "niconico",
|
|
10499
10617
|
"hex": "231815",
|
|
@@ -10654,6 +10772,11 @@
|
|
|
10654
10772
|
]
|
|
10655
10773
|
}
|
|
10656
10774
|
},
|
|
10775
|
+
{
|
|
10776
|
+
"title": "ntfy",
|
|
10777
|
+
"hex": "317F6F",
|
|
10778
|
+
"source": "https://ntfy.sh"
|
|
10779
|
+
},
|
|
10657
10780
|
{
|
|
10658
10781
|
"title": "Nubank",
|
|
10659
10782
|
"hex": "820AD1",
|
|
@@ -10711,6 +10834,11 @@
|
|
|
10711
10834
|
"hex": "76B900",
|
|
10712
10835
|
"source": "https://www.nvidia.com/en-us"
|
|
10713
10836
|
},
|
|
10837
|
+
{
|
|
10838
|
+
"title": "nvm",
|
|
10839
|
+
"hex": "F4DD4B",
|
|
10840
|
+
"source": "https://github.com/nvm-sh/logos/blob/bf1f9618e83e5098024b18c73ada1b0f542db5f8/nvm-logo-black.svg"
|
|
10841
|
+
},
|
|
10714
10842
|
{
|
|
10715
10843
|
"title": "Nx",
|
|
10716
10844
|
"hex": "143055",
|
|
@@ -12851,6 +12979,11 @@
|
|
|
12851
12979
|
"source": "https://razorpay.com/newsroom/brand-assets/",
|
|
12852
12980
|
"guidelines": "https://razorpay.com/newsroom/brand-assets/"
|
|
12853
12981
|
},
|
|
12982
|
+
{
|
|
12983
|
+
"title": "Rclone",
|
|
12984
|
+
"hex": "3F79AD",
|
|
12985
|
+
"source": "https://github.com/rclone/rclone/blob/8f1c309c8149a734ccc3a0d2ce185b936dbe783a/graphics/logo/svg/logo_symbol_color.svg"
|
|
12986
|
+
},
|
|
12854
12987
|
{
|
|
12855
12988
|
"title": "React",
|
|
12856
12989
|
"hex": "61DAFB",
|
|
@@ -12986,9 +13119,9 @@
|
|
|
12986
13119
|
},
|
|
12987
13120
|
{
|
|
12988
13121
|
"title": "Redis",
|
|
12989
|
-
"hex": "
|
|
12990
|
-
"source": "https://
|
|
12991
|
-
"guidelines": "https://
|
|
13122
|
+
"hex": "FF4438",
|
|
13123
|
+
"source": "https://redis.io/brand-guidelines",
|
|
13124
|
+
"guidelines": "https://redis.io/brand-guidelines"
|
|
12992
13125
|
},
|
|
12993
13126
|
{
|
|
12994
13127
|
"title": "Redmine",
|
|
@@ -13056,6 +13189,11 @@
|
|
|
13056
13189
|
"hex": "000000",
|
|
13057
13190
|
"source": "https://drive.google.com/drive/u/0/folders/1pbHnJqg8Y1ATs0Oi8gARH7wccJGv4I2c"
|
|
13058
13191
|
},
|
|
13192
|
+
{
|
|
13193
|
+
"title": "remove.bg",
|
|
13194
|
+
"hex": "54616C",
|
|
13195
|
+
"source": "https://www.remove.bg"
|
|
13196
|
+
},
|
|
13059
13197
|
{
|
|
13060
13198
|
"title": "Ren'Py",
|
|
13061
13199
|
"hex": "FF7F7F",
|
|
@@ -14293,6 +14431,11 @@
|
|
|
14293
14431
|
"source": "https://www.sncf.com",
|
|
14294
14432
|
"guidelines": "https://www.sncf.com/fr/groupe/marques/sncf/identite"
|
|
14295
14433
|
},
|
|
14434
|
+
{
|
|
14435
|
+
"title": "Snort",
|
|
14436
|
+
"hex": "F6A7AA",
|
|
14437
|
+
"source": "https://snort.org"
|
|
14438
|
+
},
|
|
14296
14439
|
{
|
|
14297
14440
|
"title": "Snowflake",
|
|
14298
14441
|
"hex": "29B5E8",
|
|
@@ -14441,8 +14584,8 @@
|
|
|
14441
14584
|
},
|
|
14442
14585
|
{
|
|
14443
14586
|
"title": "SoundCloud",
|
|
14444
|
-
"hex": "
|
|
14445
|
-
"source": "https://soundcloud.com
|
|
14587
|
+
"hex": "FF5500",
|
|
14588
|
+
"source": "https://press.soundcloud.com"
|
|
14446
14589
|
},
|
|
14447
14590
|
{
|
|
14448
14591
|
"title": "Source Engine",
|
|
@@ -15261,6 +15404,11 @@
|
|
|
15261
15404
|
"source": "https://tailwindcss.com/brand",
|
|
15262
15405
|
"guidelines": "https://tailwindcss.com/brand"
|
|
15263
15406
|
},
|
|
15407
|
+
{
|
|
15408
|
+
"title": "Taipy",
|
|
15409
|
+
"hex": "FF371A",
|
|
15410
|
+
"source": "https://taipy.io"
|
|
15411
|
+
},
|
|
15264
15412
|
{
|
|
15265
15413
|
"title": "Take-Two Interactive Software",
|
|
15266
15414
|
"hex": "000000",
|
|
@@ -16493,6 +16641,11 @@
|
|
|
16493
16641
|
"hex": "00B336",
|
|
16494
16642
|
"source": "https://www.veeam.com/newsroom/veeam-graphics.html"
|
|
16495
16643
|
},
|
|
16644
|
+
{
|
|
16645
|
+
"title": "VEED",
|
|
16646
|
+
"hex": "B6FF60",
|
|
16647
|
+
"source": "https://www.veed.io"
|
|
16648
|
+
},
|
|
16496
16649
|
{
|
|
16497
16650
|
"title": "Veepee",
|
|
16498
16651
|
"hex": "EC008C",
|
|
@@ -16674,6 +16827,11 @@
|
|
|
16674
16827
|
"hex": "007ACC",
|
|
16675
16828
|
"source": "https://commons.wikimedia.org/wiki/File:Visual_Studio_Code_1.35_icon.svg"
|
|
16676
16829
|
},
|
|
16830
|
+
{
|
|
16831
|
+
"title": "visx",
|
|
16832
|
+
"hex": "FF1231",
|
|
16833
|
+
"source": "https://airbnb.io/visx"
|
|
16834
|
+
},
|
|
16677
16835
|
{
|
|
16678
16836
|
"title": "Vite",
|
|
16679
16837
|
"hex": "646CFF",
|
|
@@ -17126,6 +17284,11 @@
|
|
|
17126
17284
|
"hex": "4E49EE",
|
|
17127
17285
|
"source": "https://github.com/wez/wezterm/blob/fe78b5821fc106c1061f4c1cc454ff01e74bf97d/assets/icon/wezterm-icon.svg"
|
|
17128
17286
|
},
|
|
17287
|
+
{
|
|
17288
|
+
"title": "wgpu",
|
|
17289
|
+
"hex": "40E0D0",
|
|
17290
|
+
"source": "https://wgpu.rs"
|
|
17291
|
+
},
|
|
17129
17292
|
{
|
|
17130
17293
|
"title": "WhatsApp",
|
|
17131
17294
|
"hex": "25D366",
|
package/icons/1panel.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>1Panel</title><path d="m12 0 10.349 6v12L12 24 1.651 18V6zm0 .326L1.897 6.158v11.664L12 23.653l10.103-5.831V6.158zM8.84 20.523l-5.801-3.349V6.826L12 1.653l2.23 1.287-8.925 5.195v7.73l5.792 3.345zm6.299-17.058 5.822 3.361v10.348L12 22.347l-2.274-1.312 8.969-5.17v-7.73l-5.823-3.362zm-2.137 3.35v2.869l.024 7.666-.691.384-2.18-1.249.008-6.801H8.958L8.95 8.351l3.412-1.965z"/></svg>
|
package/icons/2fas.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>2FAS</title><path d="M12 0c-.918 0-1.833.12-2.72.355L4.07 1.748a2.64 2.64 0 0 0-1.96 2.547v9.115a7.913 7.913 0 0 0 3.552 6.606l5.697 3.765a1.32 1.32 0 0 0 1.467-.008l5.572-3.752a7.931 7.931 0 0 0 3.493-6.57V4.295a2.638 2.638 0 0 0-1.961-2.547L14.72.355A10.594 10.594 0 0 0 12 0ZM7.383 5.4h9.228c.726 0 1.32.594 1.32 1.32 0 .734-.587 1.32-1.32 1.32H7.383c-.727 0-1.32-.593-1.32-1.32 0-.726.593-1.32 1.32-1.32zM7.38 9.357h3.299c.727 0 1.32.595 1.32 1.32a1.32 1.32 0 0 1-1.318 1.32H7.38c-.726 0-1.32-.592-1.32-1.32 0-.725.594-1.32 1.32-1.32zm0 3.96c.727 0 1.32.593 1.32 1.32 0 .727-.586 1.318-1.32 1.318-.726 0-1.32-.592-1.32-1.318 0-.727.594-1.32 1.32-1.32z"/></svg>
|
package/icons/acura.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Acura</title><path d="
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Acura</title><path d="M23.77 10.908c-.23-4.018-1.492-6.89-3.33-8.496C18.489.689 14.814 0 12.057 0c-2.87 0-6.43.689-8.382 2.412C1.839 4.019.46 7.004.23 10.908c-.23 3.675.574 7.81 2.641 10.106C4.823 23.31 8.843 24 11.943 24s7.12-.689 9.072-2.986c2.18-2.296 2.986-6.316 2.755-10.106m-12.4-9.761h1.377v8.73H11.37ZM1.839 14.585c-.116-1.493-.575-6.89 1.607-9.99.919-1.38 2.182-2.297 3.56-2.757 1.838-.689 4.134-.689 4.134-.689-.919 2.181-2.641 6.89-2.985 7.924-.46 1.263-.804 1.952-1.15 4.248-.229 1.838-.688 6.546-.688 8.612-2.641-1.262-4.133-3.56-4.478-7.35m15.847 7.466c-1.723.803-3.905.918-5.628.918-1.722 0-3.903-.23-5.626-.918.574-1.607 3.33-8.269 4.823-10.91h1.608c1.493 2.643 4.248 9.417 4.823 10.91m4.592-7.466c-.344 3.79-1.837 6.088-4.363 7.35-.115-2.066-.459-6.774-.689-8.612-.345-2.296-.688-2.985-1.148-4.248-.345-1.034-2.182-5.742-2.986-7.924 0 0 2.181 0 4.134.69 1.378.458 2.642 1.377 3.56 2.756 1.952 3.1 1.607 8.497 1.493 9.99"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Aegis Authenticator</title><path d="m6.9487 19.8732-.0074.0133a1.483 1.483 0 0 0-.0013 1.469l.3165.5565c.2639.4638.7563.75 1.2897.75h.0163c1.139 0 1.853-1.2301 1.2883-2.219l-.325-.5697c-.5693-.9974-2.0074-.9974-2.577-.0002m3.4905-6.1074a1.483 1.483 0 0 0-.0013 1.4688l3.7964 6.6769c.2639.4638.756.7503 1.2897.7503h.0156c1.139 0 1.853-1.2301 1.2883-2.219l-3.8118-6.677c-.5693-.9974-2.0077-.9974-2.5768 0m.3275-11.692L.1972 20.4648c-.5618.9775.1438 2.1969 1.2713 2.1969a1.467 1.467 0 0 0 1.2734-.7393l7.9513-13.9285c.5632-.9867 1.9861-.9855 2.548.0026l7.9175 13.9239a1.466 1.466 0 0 0 1.2746.7416h.0982c1.1255 0 1.8313-1.2152 1.2736-2.193L13.3116 2.0776c-.5616-.9844-1.98-.9867-2.5448-.0039"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Apache HBase</title><path d="M23.429 20.977c-.0185-.0485-.0335-.1343-.0335-.1905 0-.153-.1178-.3548-.292-.5004-.0853-.0713-.2084-.21-.2736-.3082-.1388-.209-.2892-.291-.8447-.46-.609-.1853-.7962-.3443-.8511-.7232l-.0274-.1889-.111.1608c-.217.3145-.3606.3648-.6549.2291-.1868-.0861-.323-.094-.478-.0276-.0989.0423-.1173.0405-.182-.018-.069-.0625-.076-.0627-.1739-.0048-.0772.0456-.1396.0546-.2566.037-.187-.028-.287.0266-.4121.2249-.237.3755-.4059.2037-.405-.4122.0009-.684.3229-1.0716 1.2512-1.5058.4777-.2235.694-.3683.8272-.5536.1025-.1429.1116-.1479.1562-.0868.095.13.4224.7998.5787 1.1843.1781.438.232.5193.2995.4517.057-.057-.081-.4606-.3487-1.0205-.6645-1.3894-1.6463-2.3832-2.8717-2.9068-.5624-.2402-.8388-.2913-1.569-.29-.555.001-.6912.013-1.0662.0927-.5484.1165-1.1617.3128-1.9435.6217-.7875.3113-.7882.3113-1.5823.027-.3217-.115-.7072-.2405-.8569-.2787-.3058-.078-.7573-.0916-1.0112-.0305-.2928.0704-.7047.2907-1.2106.6473-.607.4278-.9336.5974-1.3687.7104-.3767.0979-.536.1831-.6298.337-.0749.1228-.0822.2215-.0254.346.0388.0852.4104.3564.845.6168.1179.0706.223.1424.2337.1597.0254.0411-.5634.3347-.9934.4954-.7646.2857-1.5864.4664-2.8254.6214-.8255.1032-.9662.1322-1.5824.3256-.246.0772-.602.1724-.7911.2117-.8345.1731-1.5908-.0321-1.7054-.463-.021-.0786-.0583-.1662-.0831-.1946-.1527-.1752-.2093-.5962-.111-.8255.0284-.0662.0856-.3216.127-.5676.143-.8468.2882-1.3048.601-1.8957.5478-1.0352 1.6387-2.3495 2.9601-3.5665.8732-.8041 1.703-1.4225 3.6212-2.6988 1.1856-.7888 1.197-.7989 1.3334-1.1792.0303-.0845.1774-.6285.3269-1.209.4655-1.808.764-2.4904 1.3185-3.0139.3128-.2953.8113-.4793 1.1012-.4066.1653.0415.1735.123.0589.5824-.191.7657-.2555 1.2498-.2573 1.9328-.002.6742.04.935.2 1.2509.2196.4333.3677.5169 1.228.6932 3.0422.6234 5.072 1.5605 6.5143 3.0074 1.3358 1.3401 2.4244 3.4373 3.1326 6.035l.1348.4944.258.1976c.6583.5043 1.027 1.0122 1.2235 1.6851.104.3561.0882 1.113-.0326 1.5595-.1288.4762-.2387.6764-.3715.6764-.0374 0-.0784-.037-.098-.0882zm.0564-.9989c.0124-.0493.0143-.2621.004-.473-.0319-.671-.239-1.1503-.7134-1.6507-.3643-.3844-1.0243-.8481-1.207-.8481-.0697 0-.0738.0122-.0557.1653.0108.091.0837.3339.162.5399s.151.4476.1617.5369c.0169.1425.008.1733-.0696.2513-.1072.1072-.2082.1122-.3625.0181-.0636-.0388-.1232-.063-.1324-.0538-.009.0092-.006.0793.007.1557.0469.2777.2078.3892.8252.572.905.268 1.091.391 1.234.8158.0305.0905.1213.0724.1468-.0294zM1.927 18.7054c.1586-.0285.4759-.1113.7052-.184.4928-.156.8703-.2346 1.9132-.398 1.2235-.1915 1.7158-.2934 2.2612-.4676.3468-.1108.6636-.2533.6614-.2975-.0007-.0139-.103-.0871-.2274-.1628s-.357-.2653-.517-.4214c-.1598-.156-.3056-.2838-.324-.2838-.0866 0-.305.122-.5804.3241-.789.5791-1.0654.6936-2.323.9617-.6239.133-.8454.2086-1.1371.3876-.4035.2475-.4905.2885-.7552.3562-.1477.0378-.3812.0687-.519.0687-.3596 0-.3996.1119-.0614.1717.1994.0352.5074.0165.9035-.0549m17.1388-.0708c.026-.0314.1135-.0866.1946-.1226l.1475-.0653.317.096c.3968.1204.917.1382 1.0578.0362l.2022-.1467c.071-.0515.1425-.0774.1806-.0653.0347.011.063.0147.063.0082 0-.035-.486-1.1468-.532-1.217l-.0546-.0833-.1731.1369c-.0952.0752-.418.284-.7172.464-.7685.462-1.0097.6976-.9515.9294.017.0673.0437.0866.1201.0866.0541 0 .1196-.0257.1455-.0571zM4.5789 16.6537c.0832-.0426.1663-.1024.1847-.1329.1444-.2396-.4315-.2143-.5867.0257-.041.0635-.0399.081.008.129.0771.0771.2154.0695.3938-.0218zm1.0839-.7518c.3703-.0994.7409-.2214.8543-.2812.237-.125.4383-.342.5817-.6267.0572-.1135.1639-.262.2372-.33s.1332-.1488.1332-.1793c0-.2679-.9203-.3896-1.5135-.2002-.719.2294-1.4056.9617-1.4222 1.5166-.0102.3401.1762.3567 1.1293.1008m14.1209-1.051c0-.0624-.2294-.3674-.3916-.5208-.3148-.2978-.6364-.4812-1.256-.7164-.3678-.1396-.5195-.2253-.5195-.2933 0-.016.0309-.06.0688-.0979.1932-.1931 1.1182.0449 1.7707.4556.2577.1622.5518.3912.797.6206.1876.1754.2185.1936.2185.1279 0-.1033-.1702-.415-.3775-.6913-.5186-.691-1.3624-1.2293-2.3065-1.471-.7628-.1955-1.4247-.2066-1.9894-.0335-.522.16-1.128.5373-1.7366 1.081-.8566.7651-1.1103.9784-1.3292 1.1175-.1316.0835-.2346.1669-.229.1852.006.0183.1043.0634.2194.1002l.2094.067.5105-.2346c1.0094-.4638 1.936-.7623 2.626-.846 1.0527-.1278 2.23.2049 3.285.9283.3217.2206.43.2764.43.2214m-9.3219 2.9102c-1.0828-.1338-2.1057-.5122-2.941-1.088-.1893-.1305-.2432-.1868-.252-.2634-.0218-.1903.1525-.3028.6232-.4024.414-.0876.6878-.2264 1.3143-.6665.8468-.595 1.1817-.73 1.7337-.6995.2583.0143.4198.0578 1.2761.3437 1.2836.4286 2.6449.9136 2.7472.9787.2346.1493-.1705.7007-.8057 1.0966-.4788.2984-1.111.5328-1.7605.6527-.3579.0661-1.55.0957-1.9353.0481m-8-5.3414c-.0135-.0349-.0156-.2051-.005-.3784.0476-.7618.4617-1.623 1.0257-2.1334.2161-.1956.5614-.4004.675-.4004.1132 0 .1835.1182.268.4504.0445.175.1142.3632.1549.4182s.0687.1046.0623.1102a56 56 0 0 1-.3556.2833c-.462.367-1.102.9582-1.4863 1.3733-.2623.2833-.319.3295-.3393.2768z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Apache Superset</title><path d="M6.168 6.045C2.603 6.045 0 8.579 0 12.014c0 3.434 2.603 5.941 6.168 5.941 2.184 0 3.888-1.026 5.775-3.078 1.53 2.033 4.037 3.136 5.89 3.078 3.566 0 6.167-2.503 6.167-5.941 0-3.438-2.601-5.97-6.168-5.97-2.864 0-5.138 2.425-5.771 3.173-.76-.9-1.674-1.665-2.682-2.274-1.019-.588-2.084-.898-3.211-.898Zm2.875 1.303c1.156.595 1.952 1.42 2.639 2.304-.534.63-1.245 1.483-1.739 2.07-.56-.658-1.58-1.907-2.609-2.308ZM6.186 9.703c1.018.027 1.81.458 3.435 2.408-1.158 1.378-2.202 2.244-3.435 2.244-1.51 0-2.41-.99-2.41-2.31s.906-2.382 2.41-2.342zm11.535 0c1.51 0 2.408 1.026 2.408 2.342 0 1.315-.862 2.301-2.402 2.31-.571-.037-1.529-.026-3.442-2.314l.074-.09.002.002c1.122-1.328 2.097-2.25 3.36-2.25zm-3.762 2.738c.61.68 1.795 1.988 2.713 2.24l-1.684 2.016h-.002c-.753-.371-2.031-1.134-2.716-2.215l1.689-2.04z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Asterisk</title><path d="M14.92474 1.7776c-1.5868-.006-2.72634.1583-4.0059.57625-.4307.1407-1.11947.41114-1.53049.60105s-1.17324.62818-1.69469.97591-1.31453.95274-1.76285 1.3415c-.4483.38876-1.13243 1.07288-1.52119 1.5212-.38875.44831-.93594 1.1598-1.21447 1.58005s-.52234.7479-.54218.72806c-.0821-.0821.68021-1.55226 1.21138-2.336l.57006-.8427-.61344.59485c-.33697.32716-.9366 1.0258-1.3353 1.55217s-.92949 1.32942-1.17729 1.78453c-.2478.45513-.59826 1.25105-.77764 1.76906l-.3253.94182v.18686c-.14567.47425-.20618.82312-.20545 1.37674.003.60684.0609 1.08074.20544 1.61182v.19538l.26954.79313c.14744.4362.43545 1.08232.64132 1.43444.20587.35211.6835.96441 1.05957 1.36318.37607.39876.97836.9227 1.3384 1.1618 1.07417.71335 2.16188 1.14074 3.5288 1.38487.43621.0779 1.3454.14382 2.01998.14871.6746.005 1.6949-.0605 2.26785-.1456s1.5643-.30574 2.20278-.48952c.6385-.18377 1.62088-.5359 2.1842-.78383l1.02548-.44923.65062.19518c.73972.2239 4.10778.98772 4.15461.94184.0169-.0165-.36632-.8263-.85199-1.80002l-.88297-1.77214.78383-.94184c.43255-.518 1.03592-1.3173 1.3384-1.77524.3025-.45795.76326-1.2833 1.0255-1.8341.26222-.5508.56867-1.3353.68158-1.74426.11292-.40896.25185-1.1359.30672-1.61724.0689-.60404.0673-1.14149-.006-1.73496-.0586-.4729-.21192-1.16555-.34079-1.53668s-.42997-1.01806-.6661-1.43754c-.54074-.96059-1.69132-2.13154-2.525-2.57147-.33479-.17667-.63723-.3222-.67539-.3222-.0382 0 .15568.17987.43374.39966.55794.44102 1.24622 1.27072 1.58625 1.91155l.22307.41516-.22307-.29743c-.12202-.16358-.55922-.63692-.97282-1.05027-.57349-.57315-.95288-.85022-1.59555-1.168-.548-.27098-1.18938-.48753-1.8341-.62273-.73249-.1536-1.36683-.20995-2.42895-.21377zm-.0496 1.09674c1.0863.002 1.5545.0494 2.15941.21068.4251.11334 1.07198.3469 1.43754.5205.47067.22351.88578.5356 1.41895 1.06885.57816.57824.84717.94844 1.16491 1.59555.22757.46348.4809 1.155.56076 1.53668.0799.3817.14467 1.03524.14562 1.45303.003 1.31394-.3635 2.79464-1.04098 4.198-.18427.38169-.52577.98397-.75905 1.3384s-.77228 1.0048-1.19588 1.44684c-.4236.44202-.76835.83226-.76835.86438 0 .0321.35691.60325.79313 1.27024s.79313 1.2502.79313 1.29503c0 .0448-.0232.0805-.0527.0805s-.69262-.24538-1.47162-.54527-1.53096-.54528-1.6699-.54528c-.13895 0-.49078.10608-.78384.23546-.96736.42709-2.77125.95962-3.74256 1.10604-.52582.0793-1.31114.13955-1.74736.13322-1.57475-.0228-2.75872-.2955-4.11434-.94803-.79414-.38227-1.07524-.58708-1.79383-1.30742-.64984-.65144-.93938-1.03166-1.21447-1.59865-.19842-.40895-.42859-1.01031-.5112-1.3353-.21292-.83764-.19273-2.23255.0465-3.1849.10833-.4313.4223-1.23948.69708-1.79693.2748-.55745.76385-1.36438 1.08745-1.79383s.9908-1.16322 1.48092-1.62963c.95198-.90593 2.10627-1.72182 3.23136-2.28333.97376-.48599 2.268-.92608 3.45134-1.1742.75897-.15914 1.35506-.21232 2.39797-.21068zM10.7033 5.2787l.0409 1.89897c.0351 1.63358.0207 1.89128-.1036 1.8436-.0794-.0305-.80422-.48575-1.61046-1.01155s-1.47836-.94257-1.49369-.92635c-.0823.0871-1.33617 2.22031-1.33627 2.27346-.00008.0346.73564.48078 1.63505.99141s1.63543.95078 1.63543.97805c0 .0273-.73602.46741-1.63543.97805s-1.63513.95676-1.63505.9914c.0001.0536 1.25446 2.18701 1.33724 2.27443.0159.0168.75297-.4196 1.63795-.9699l1.6091-1.0007-.0407 1.88715-.0405 1.88716h2.76277l-.0711-1.89394c-.0585-1.55786-.048-1.8797.0598-1.81397.0721.0439.73181.4535 1.46601.91028s1.41202.87183 1.50628.92228c.14504.0776.27851-.087.86864-1.07099.49096-.81865.66132-1.18318.57568-1.2321-.0669-.0382-.82975-.46984-1.69527-.95907l-1.57367-.88956.23527-.14813c.1294-.0815.88216-.51577 1.67281-.96526s1.44714-.82465 1.45884-.8336c.0117-.009-.2923-.53914-.67559-1.17826-.45485-.75844-.73775-1.13783-.81443-1.0923-.0646.0384-.49675.31373-.96023.6119-.46348.29815-1.1465.73747-1.5179.9763l-.6754.43412.0705-1.93634.0703-1.93654H12.085zM2.5788 9.24433c.00078-.00004.002 0 .003 0 .0273 0 .0496.0223.0496.0496s-.0223.0496-.0496.0496a.0497.0497 0 0 1-.0496-.0496c0-.0264.021-.0482.047-.0496z"/></svg>
|
package/icons/astral.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Astral</title><path d="M1.44 0C.6422 0 0 .6422 0 1.44v21.12C0 23.3578.6422 24 1.44 24h21.12c.7978 0 1.44-.6422 1.44-1.44V1.44C24 .6422 23.3578 0 22.56 0Zm4.7998 4.8h11.5199c.7953 0 1.44.6447 1.44 1.44V19.2h-6.624v-4.32h-1.152v4.32H4.8V6.24c0-.7953.6446-1.44 1.4398-1.44m4.032 5.472v1.152h3.456v-1.152z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Babylon.js</title><path d="M12 0 1.607 6.002v12L12 24l10.393-6V6L19.14 4.123 16.01 5.93l3.252 1.879v8.384L12 20.387l-7.264-4.194V7.807l10.393-6zm0 8.244-3.254 1.879v3.754h.002v.004L12 15.758l3.252-1.877v-3.76z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Bambu Lab</title><path d="M12.662 24V8.959l8.535 3.369V24zm-9.859-.003v-7.521l8.534-3.371-.001 10.892zM2.803 0h8.533l.001 11.672-8.534 3.369zm9.859 0h8.535v10.892l-8.535-3.371z"/></svg>
|
package/icons/coder.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Coder</title><path d="M10.899 3.548c-2.247 0-3.116 1.152-3.116 3.236v1.077a4.89 4.89 0 0 1 1.594-.277c.319 0 .638.03.943.103v-.598c0-.845.434-1.34 1.303-1.34h.32v-2.2Zm7.565 0v2.2h.319c.884 0 1.305.482 1.305 1.342v2.884c0 1.253.377 1.764 1.203 2.026-.826.248-1.203.773-1.203 2.026v2.141c0 .597 0 1.181-.16 1.779a4.373 4.373 0 0 1-.783 1.529 3.876 3.876 0 0 1-.695.685v.292h1.043c2.247 0 3.116-1.152 3.116-3.236v-3.264c0-.583.304-.845.796-.845H24v-2.2h-.58v-.014c-.477 0-.795-.277-.795-.846V6.785c0-2.085-.871-3.237-3.118-3.237Zm-5.363 2.813a.13.13 0 0 0-.13.13v.25c0 .072.058.13.13.13h3.219c.072 0 .144-.058.144-.13v-.25a.13.13 0 0 0-.13-.13Zm0 1.574a.13.13 0 0 0-.13.13v.249c0 .073.058.13.13.13h4.697c.073 0 .116-.072.116-.13v-.248a.13.13 0 0 0-.13-.13ZM9.406 8.94a4.864 4.864 0 0 0-4.362 2.754c-.015 0-.014.015-.03.015a4.373 4.373 0 0 0-1.564.102A4.533 4.533 0 0 0 .044 15.6a3.713 3.713 0 0 0-.044.553c0 .554.377 1.065.928 1.138a1.088 1.088 0 0 0 1.26-1.094c0-.102 0-.218.016-.32a2.31 2.31 0 0 1 1.753-1.939 2.133 2.133 0 0 1 .855-.043c.884.116 1.754-.335 2.13-1.122.276-.583.71-1.093 1.29-1.37a2.65 2.65 0 0 1 2.029-.117c.696.248 1.218.773 1.537 1.429.333.641.492 1.092 1.202 1.18.29.043 1.102.03 1.406.014.594 0 1.189.204 1.609.626a2.23 2.23 0 0 1 .565 1.065 2.209 2.209 0 0 1-.42 1.807 2.094 2.094 0 0 1-1.072.728 2.177 2.177 0 0 1-.61.074h-3.202c-.638 0-1.145-.51-1.145-1.152v-4.27a.323.323 0 0 0-.32-.32h-.449c-.884.015-1.594 1.006-1.594 2.055v3.831a2.047 2.047 0 0 0 2.044 2.056l5.102-.015a4.34 4.34 0 0 0 2.956-1.633c.725-.889 1.058-2.054.913-3.25-.232-1.85-1.652-3.393-3.478-3.743a4.04 4.04 0 0 0-1.507-.03c-.015 0-.015-.014-.03-.014-.797-1.676-2.507-2.784-4.362-2.784Zm5.102.57a.13.13 0 0 0-.116.131v.247c0 .073.058.131.13.131h2.348c.073 0 .13-.073.13-.13V9.64a.13.13 0 0 0-.13-.13Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>CSS Design Awards</title><path d="m7.46.93-7.46 7.38 3.73 3.73 3.74 3.65 3.73 3.65 3.74-3.65-7.47-7.38 7.47-7.4zm5.33 3.73-3.67 3.65 7.39 7.38-7.46 7.4h7.46l3.76-3.66 3.73-3.73-3.73-3.65-3.74-3.73z"/></svg>
|
package/icons/deepl.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DeepL</title><path d="
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DeepL</title><path d="M20.907 4.93953 12.68543.18573a1.3577 1.3577 0 0 0-1.3709 0L3.09298 4.9565a1.3766 1.3766 0 0 0-.68639 1.18233v9.52646a1.3766 1.3766 0 0 0 .68639 1.19363l8.22157 4.75946.06223.03583 4.04856 2.3458-.01131-2.06106.0075-1.1446.0038.01885v-.38467c0-.23006.1188-.43371.29605-.56005l.264-.15086.12633-.06977h-.0075l4.80283-2.7795a1.3803 1.3803 0 0 0 .68639-1.19551V6.13505a1.3803 1.3803 0 0 0-.68642-1.19552m-9.85269 9.68863a1.4275 1.4275 0 0 1-.39976 1.3841 1.4086 1.4086 0 0 1-1.97054 0 1.4199 1.4199 0 0 1 0-2.06294 1.4086 1.4086 0 0 1 2.0422.07543l3.32822-1.91585.6864.38656zm5.77019-2.41367a1.4086 1.4086 0 0 1-1.97054 0 1.4256 1.4256 0 0 1-.3696-1.47837l-.0132.0075-3.7525-2.1723-.05657.05656a1.4086 1.4086 0 0 1-1.97053 0 1.4199 1.4199 0 0 1 0-2.06293 1.4086 1.4086 0 0 1 1.97242 0c.3941.37713.52422.91832.39033 1.40672l3.7808 2.20059.01886-.01886a1.4086 1.4086 0 0 1 1.97242 0 1.42746 1.42746 0 0 1 0 2.06105z"/></svg>
|