simple-icons 6.13.0 → 6.16.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 +1 -1
- package/_data/simple-icons.json +168 -9
- package/icons/ajv.js +1 -1
- package/icons/ajv.svg +1 -1
- package/icons/amazondynamodb.js +1 -1
- package/icons/amazonlumberyard.js +1 -1
- package/icons/amazons3.js +1 -1
- package/icons/argos.d.ts +1 -0
- package/icons/argos.js +1 -0
- package/icons/argos.svg +1 -0
- package/icons/awsamplify.js +1 -1
- package/icons/awslambda.d.ts +1 -0
- package/icons/awslambda.js +1 -0
- package/icons/awslambda.svg +1 -0
- package/icons/chemex.d.ts +1 -0
- package/icons/chemex.js +1 -0
- package/icons/chemex.svg +1 -0
- package/icons/cilium.d.ts +1 -0
- package/icons/cilium.js +1 -0
- package/icons/cilium.svg +1 -0
- package/icons/clickhouse.d.ts +1 -0
- package/icons/clickhouse.js +1 -0
- package/icons/clickhouse.svg +1 -0
- package/icons/coinmarketcap.d.ts +1 -0
- package/icons/coinmarketcap.js +1 -0
- package/icons/coinmarketcap.svg +1 -0
- package/icons/conventionalcommits.d.ts +1 -0
- package/icons/conventionalcommits.js +1 -0
- package/icons/conventionalcommits.svg +1 -0
- package/icons/cratedb.d.ts +1 -0
- package/icons/cratedb.js +1 -0
- package/icons/cratedb.svg +1 -0
- package/icons/dask.d.ts +1 -0
- package/icons/dask.js +1 -0
- package/icons/dask.svg +1 -0
- package/icons/dvc.d.ts +1 -0
- package/icons/dvc.js +1 -0
- package/icons/dvc.svg +1 -0
- package/icons/gitlab.js +1 -1
- package/icons/gnome.js +1 -1
- package/icons/gnometerminal.d.ts +1 -0
- package/icons/gnometerminal.js +1 -0
- package/icons/gnometerminal.svg +1 -0
- package/icons/grandfrais.d.ts +1 -0
- package/icons/grandfrais.js +1 -0
- package/icons/grandfrais.svg +1 -0
- package/icons/ibmcloud.d.ts +1 -0
- package/icons/ibmcloud.js +1 -0
- package/icons/ibmcloud.svg +1 -0
- package/icons/ionos.d.ts +1 -0
- package/icons/ionos.js +1 -0
- package/icons/ionos.svg +1 -0
- package/icons/k3s.d.ts +1 -0
- package/icons/k3s.js +1 -0
- package/icons/k3s.svg +1 -0
- package/icons/kaniko.d.ts +1 -0
- package/icons/kaniko.js +1 -0
- package/icons/kaniko.svg +1 -0
- package/icons/lens.d.ts +1 -0
- package/icons/lens.js +1 -0
- package/icons/lens.svg +1 -0
- package/icons/linkerd.d.ts +1 -0
- package/icons/linkerd.js +1 -0
- package/icons/linkerd.svg +1 -0
- package/icons/liquibase.d.ts +1 -0
- package/icons/liquibase.js +1 -0
- package/icons/liquibase.svg +1 -0
- package/icons/matterdotjs.d.ts +1 -0
- package/icons/matterdotjs.js +1 -0
- package/icons/matterdotjs.svg +1 -0
- package/icons/mdnwebdocs.js +1 -1
- package/icons/mdnwebdocs.svg +1 -1
- package/icons/mobx.js +1 -1
- package/icons/mobx.svg +1 -1
- package/icons/onlyoffice.d.ts +1 -0
- package/icons/onlyoffice.js +1 -0
- package/icons/onlyoffice.svg +1 -0
- package/icons/opensearch.d.ts +1 -0
- package/icons/opensearch.js +1 -0
- package/icons/opensearch.svg +1 -0
- package/icons/poetry.d.ts +1 -0
- package/icons/poetry.js +1 -0
- package/icons/poetry.svg +1 -0
- package/icons/pubg.d.ts +1 -0
- package/icons/pubg.js +1 -0
- package/icons/pubg.svg +1 -0
- package/icons/soundcharts.d.ts +1 -0
- package/icons/soundcharts.js +1 -0
- package/icons/soundcharts.svg +1 -0
- package/icons/stardock.d.ts +1 -0
- package/icons/stardock.js +1 -0
- package/icons/stardock.svg +1 -0
- package/icons/supermicro.d.ts +1 -0
- package/icons/supermicro.js +1 -0
- package/icons/supermicro.svg +1 -0
- package/icons/vexxhost.d.ts +1 -0
- package/icons/vexxhost.js +1 -0
- package/icons/vexxhost.svg +1 -0
- package/icons/zabka.d.ts +1 -0
- package/icons/zabka.js +1 -0
- package/icons/zabka.svg +1 -0
- package/icons.d.ts +1 -1
- package/icons.js +1 -1
- package/icons.mjs +1 -1
- package/index.js +1 -1
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/simpleicons.svg" alt="Simple Icons" width=70>
|
|
3
3
|
<h3 align="center">Simple Icons</h3>
|
|
4
4
|
<p align="center">
|
|
5
|
-
Over
|
|
5
|
+
Over 2200 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>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
package/_data/simple-icons.json
CHANGED
|
@@ -357,9 +357,9 @@
|
|
|
357
357
|
"source": "https://airtable.com/press"
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
|
-
"title": "
|
|
360
|
+
"title": "Ajv",
|
|
361
361
|
"hex": "23C8D2",
|
|
362
|
-
"source": "https://ajv.
|
|
362
|
+
"source": "https://github.com/ajv-validator/ajv/blob/95b15b683dfb60f63c5129b0426629b968d53af8/docs/.vuepress/public/img/ajv.svg"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"title": "Alacritty",
|
|
@@ -474,7 +474,8 @@
|
|
|
474
474
|
{
|
|
475
475
|
"title": "Amazon DynamoDB",
|
|
476
476
|
"hex": "4053D6",
|
|
477
|
-
"source": "https://aws.amazon.com/architecture/icons/"
|
|
477
|
+
"source": "https://aws.amazon.com/architecture/icons/",
|
|
478
|
+
"guidelines": "https://aws.amazon.com/architecture/icons/"
|
|
478
479
|
},
|
|
479
480
|
{
|
|
480
481
|
"title": "Amazon Fire TV",
|
|
@@ -484,7 +485,8 @@
|
|
|
484
485
|
{
|
|
485
486
|
"title": "Amazon Lumberyard",
|
|
486
487
|
"hex": "66459B",
|
|
487
|
-
"source": "https://aws.amazon.com/
|
|
488
|
+
"source": "https://aws.amazon.com/architecture/icons/",
|
|
489
|
+
"guidelines": "https://aws.amazon.com/architecture/icons/"
|
|
488
490
|
},
|
|
489
491
|
{
|
|
490
492
|
"title": "Amazon Pay",
|
|
@@ -499,7 +501,8 @@
|
|
|
499
501
|
{
|
|
500
502
|
"title": "Amazon S3",
|
|
501
503
|
"hex": "569A31",
|
|
502
|
-
"source": "https://aws.amazon.com/architecture/icons/"
|
|
504
|
+
"source": "https://aws.amazon.com/architecture/icons/",
|
|
505
|
+
"guidelines": "https://aws.amazon.com/architecture/icons/"
|
|
503
506
|
},
|
|
504
507
|
{
|
|
505
508
|
"title": "AMD",
|
|
@@ -871,6 +874,11 @@
|
|
|
871
874
|
"hex": "00979D",
|
|
872
875
|
"source": "https://cdn.arduino.cc/projecthub/img/Arduino-logo.svg"
|
|
873
876
|
},
|
|
877
|
+
{
|
|
878
|
+
"title": "Argos",
|
|
879
|
+
"hex": "DA291C",
|
|
880
|
+
"source": "https://www.argos.co.uk/"
|
|
881
|
+
},
|
|
874
882
|
{
|
|
875
883
|
"title": "ARK Ecosystem",
|
|
876
884
|
"hex": "C9292C",
|
|
@@ -1075,7 +1083,14 @@
|
|
|
1075
1083
|
{
|
|
1076
1084
|
"title": "AWS Amplify",
|
|
1077
1085
|
"hex": "FF9900",
|
|
1078
|
-
"source": "https://
|
|
1086
|
+
"source": "https://aws.amazon.com/architecture/icons/",
|
|
1087
|
+
"guidelines": "https://aws.amazon.com/architecture/icons/"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"title": "AWS Lambda",
|
|
1091
|
+
"hex": "FF9900",
|
|
1092
|
+
"source": "https://aws.amazon.com/architecture/icons/",
|
|
1093
|
+
"guidelines": "https://aws.amazon.com/architecture/icons/"
|
|
1079
1094
|
},
|
|
1080
1095
|
{
|
|
1081
1096
|
"title": "Azure Artifacts",
|
|
@@ -1742,6 +1757,11 @@
|
|
|
1742
1757
|
"hex": "F09820",
|
|
1743
1758
|
"source": "https://www.chef.io/"
|
|
1744
1759
|
},
|
|
1760
|
+
{
|
|
1761
|
+
"title": "Chemex",
|
|
1762
|
+
"hex": "4D2B1A",
|
|
1763
|
+
"source": "https://vtlogo.com/chemex-coffeemaker-vector-logo-svg/"
|
|
1764
|
+
},
|
|
1745
1765
|
{
|
|
1746
1766
|
"title": "Chevrolet",
|
|
1747
1767
|
"hex": "CD9834",
|
|
@@ -1782,6 +1802,11 @@
|
|
|
1782
1802
|
"hex": "CF103E",
|
|
1783
1803
|
"source": "https://www.chupachups.co.uk/"
|
|
1784
1804
|
},
|
|
1805
|
+
{
|
|
1806
|
+
"title": "Cilium",
|
|
1807
|
+
"hex": "F8C517",
|
|
1808
|
+
"source": "https://github.com/cilium/cilium/blob/774a91f0e7497d9c9085234005ec81f1065c3783/Documentation/images/logo-solo.svg"
|
|
1809
|
+
},
|
|
1785
1810
|
{
|
|
1786
1811
|
"title": "Cinema 4D",
|
|
1787
1812
|
"hex": "011A6A",
|
|
@@ -1838,6 +1863,11 @@
|
|
|
1838
1863
|
"hex": "000000",
|
|
1839
1864
|
"source": "https://www.claris.com/"
|
|
1840
1865
|
},
|
|
1866
|
+
{
|
|
1867
|
+
"title": "ClickHouse",
|
|
1868
|
+
"hex": "FFCC01",
|
|
1869
|
+
"source": "https://github.com/ClickHouse/ClickHouse/blob/12bd453a43819176d25ecf247033f6cb1af54beb/website/images/logo-clickhouse.svg"
|
|
1870
|
+
},
|
|
1841
1871
|
{
|
|
1842
1872
|
"title": "ClickUp",
|
|
1843
1873
|
"hex": "7B68EE",
|
|
@@ -2107,6 +2137,11 @@
|
|
|
2107
2137
|
"hex": "0052FF",
|
|
2108
2138
|
"source": "https://www.coinbase.com/press"
|
|
2109
2139
|
},
|
|
2140
|
+
{
|
|
2141
|
+
"title": "CoinMarketCap",
|
|
2142
|
+
"hex": "17181B",
|
|
2143
|
+
"source": "https://www.coinmarketcap.com/"
|
|
2144
|
+
},
|
|
2110
2145
|
{
|
|
2111
2146
|
"title": "Commerzbank",
|
|
2112
2147
|
"hex": "FFCC33",
|
|
@@ -2179,6 +2214,14 @@
|
|
|
2179
2214
|
"hex": "2478CC",
|
|
2180
2215
|
"source": "https://press.contentful.com/media_kits"
|
|
2181
2216
|
},
|
|
2217
|
+
{
|
|
2218
|
+
"title": "Conventional Commits",
|
|
2219
|
+
"hex": "FE5196",
|
|
2220
|
+
"source": "https://www.conventionalcommits.org",
|
|
2221
|
+
"license": {
|
|
2222
|
+
"type": "MIT"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2182
2225
|
{
|
|
2183
2226
|
"title": "Convertio",
|
|
2184
2227
|
"hex": "FF3333",
|
|
@@ -2246,6 +2289,11 @@
|
|
|
2246
2289
|
"hex": "E5422B",
|
|
2247
2290
|
"source": "https://craftcms.com/brand-resources"
|
|
2248
2291
|
},
|
|
2292
|
+
{
|
|
2293
|
+
"title": "CrateDB",
|
|
2294
|
+
"hex": "009DC7",
|
|
2295
|
+
"source": "https://github.com/crate/crate-docs-theme/blob/cbd734b3617489ca937f35e30f37f3f6c1870e1f/src/crate/theme/rtd/crate/static/images/crate-logo.svg"
|
|
2296
|
+
},
|
|
2249
2297
|
{
|
|
2250
2298
|
"title": "Create React App",
|
|
2251
2299
|
"hex": "09D3AC",
|
|
@@ -2403,6 +2451,11 @@
|
|
|
2403
2451
|
"hex": "0E353D",
|
|
2404
2452
|
"source": "https://brandfolder.com/dashlane/brandkitpartners"
|
|
2405
2453
|
},
|
|
2454
|
+
{
|
|
2455
|
+
"title": "Dask",
|
|
2456
|
+
"hex": "FDA061",
|
|
2457
|
+
"source": "https://github.com/dask/dask/blob/fc911b6d481e602f7549eecb180c3f7622260001/docs/source/images/dask_icon.svg"
|
|
2458
|
+
},
|
|
2406
2459
|
{
|
|
2407
2460
|
"title": "Dassault Systèmes",
|
|
2408
2461
|
"hex": "005386",
|
|
@@ -2825,6 +2878,12 @@
|
|
|
2825
2878
|
"hex": "58CC02",
|
|
2826
2879
|
"source": "https://www.duolingo.com/"
|
|
2827
2880
|
},
|
|
2881
|
+
{
|
|
2882
|
+
"title": "DVC",
|
|
2883
|
+
"hex": "13ADC7",
|
|
2884
|
+
"source": "https://iterative.ai/brand/",
|
|
2885
|
+
"guidelines": "https://iterative.ai/brand/"
|
|
2886
|
+
},
|
|
2828
2887
|
{
|
|
2829
2888
|
"title": "dwm",
|
|
2830
2889
|
"hex": "1177AA",
|
|
@@ -3823,7 +3882,8 @@
|
|
|
3823
3882
|
{
|
|
3824
3883
|
"title": "GitLab",
|
|
3825
3884
|
"hex": "FCA121",
|
|
3826
|
-
"source": "https://about.gitlab.com/press/press-kit/"
|
|
3885
|
+
"source": "https://about.gitlab.com/press/press-kit/",
|
|
3886
|
+
"guidelines": "https://about.gitlab.com/handbook/marketing/corporate-marketing/brand-activation/trademark-guidelines/"
|
|
3827
3887
|
},
|
|
3828
3888
|
{
|
|
3829
3889
|
"title": "Gitpod",
|
|
@@ -3859,7 +3919,14 @@
|
|
|
3859
3919
|
{
|
|
3860
3920
|
"title": "GNOME",
|
|
3861
3921
|
"hex": "4A86CF",
|
|
3862
|
-
"source": "https://wiki.gnome.org/Engagement/BrandGuidelines"
|
|
3922
|
+
"source": "https://wiki.gnome.org/Engagement/BrandGuidelines",
|
|
3923
|
+
"guidelines": "https://gitlab.gnome.org/Teams/Design/brand/-/blob/master/brand-book.pdf"
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"title": "GNOME Terminal",
|
|
3927
|
+
"hex": "241F31",
|
|
3928
|
+
"source": "https://gitlab.gnome.org/GNOME/gnome-terminal/-/blob/9c32e039bfb7902c136dc7aed3308e027325776c/data/icons/hicolor_apps_scalable_org.gnome.Terminal.svg",
|
|
3929
|
+
"guidelines": "https://gitlab.gnome.org/Teams/Design/brand/-/blob/master/brand-book.pdf"
|
|
3863
3930
|
},
|
|
3864
3931
|
{
|
|
3865
3932
|
"title": "GNU",
|
|
@@ -4191,6 +4258,11 @@
|
|
|
4191
4258
|
"hex": "15C39A",
|
|
4192
4259
|
"source": "https://www.grammarly.com/media-assets"
|
|
4193
4260
|
},
|
|
4261
|
+
{
|
|
4262
|
+
"title": "Grand Frais",
|
|
4263
|
+
"hex": "ED2D2F",
|
|
4264
|
+
"source": "https://www.grandfrais.com/"
|
|
4265
|
+
},
|
|
4194
4266
|
{
|
|
4195
4267
|
"title": "GraphQL",
|
|
4196
4268
|
"hex": "E10098",
|
|
@@ -4658,6 +4730,11 @@
|
|
|
4658
4730
|
"source": "https://www.ibm.com/design/language/ibm-logos/8-bar/",
|
|
4659
4731
|
"guidelines": "https://www.ibm.com/design/language/ibm-logos/8-bar/"
|
|
4660
4732
|
},
|
|
4733
|
+
{
|
|
4734
|
+
"title": "IBM Cloud",
|
|
4735
|
+
"hex": "1261FE",
|
|
4736
|
+
"source": "https://www.ibm.com/brand/systems/cloud/brand/logo"
|
|
4737
|
+
},
|
|
4661
4738
|
{
|
|
4662
4739
|
"title": "IBM Watson",
|
|
4663
4740
|
"hex": "BE95FF",
|
|
@@ -4912,6 +4989,11 @@
|
|
|
4912
4989
|
"hex": "3880FF",
|
|
4913
4990
|
"source": "https://ionicframework.com/press"
|
|
4914
4991
|
},
|
|
4992
|
+
{
|
|
4993
|
+
"title": "Ionos",
|
|
4994
|
+
"hex": "003D8F",
|
|
4995
|
+
"source": "https://www.ionos.de"
|
|
4996
|
+
},
|
|
4915
4997
|
{
|
|
4916
4998
|
"title": "iOS",
|
|
4917
4999
|
"hex": "000000",
|
|
@@ -5209,6 +5291,11 @@
|
|
|
5209
5291
|
"hex": "AD29B6",
|
|
5210
5292
|
"source": "https://justgiving.com"
|
|
5211
5293
|
},
|
|
5294
|
+
{
|
|
5295
|
+
"title": "K3s",
|
|
5296
|
+
"hex": "FFC61C",
|
|
5297
|
+
"source": "https://k3s.io/"
|
|
5298
|
+
},
|
|
5212
5299
|
{
|
|
5213
5300
|
"title": "Kaggle",
|
|
5214
5301
|
"hex": "20BEFF",
|
|
@@ -5242,6 +5329,11 @@
|
|
|
5242
5329
|
"source": "https://www.kali.org/docs/policy/trademark/",
|
|
5243
5330
|
"guidelines": "https://www.kali.org/docs/policy/trademark/"
|
|
5244
5331
|
},
|
|
5332
|
+
{
|
|
5333
|
+
"title": "Kaniko",
|
|
5334
|
+
"hex": "FFA600",
|
|
5335
|
+
"source": "https://github.com/GoogleContainerTools/kaniko/blob/cf5ca26aa4e2f7bf0de56efdf3b4e86b0ff74ed0/logo/Kaniko-Logo-Monochrome.svg"
|
|
5336
|
+
},
|
|
5245
5337
|
{
|
|
5246
5338
|
"title": "Karlsruher Verkehrsverbund",
|
|
5247
5339
|
"hex": "9B2321",
|
|
@@ -5603,6 +5695,11 @@
|
|
|
5603
5695
|
"hex": "E2231A",
|
|
5604
5696
|
"source": "https://news.lenovo.com/press-kits/"
|
|
5605
5697
|
},
|
|
5698
|
+
{
|
|
5699
|
+
"title": "Lens",
|
|
5700
|
+
"hex": "3D90CE",
|
|
5701
|
+
"source": "https://github.com/lensapp/lens/blob/3cc12d9599b655a366e7a34c356d2a84654b2466/docs/img/lens-logo-icon.svg"
|
|
5702
|
+
},
|
|
5606
5703
|
{
|
|
5607
5704
|
"title": "Lerna",
|
|
5608
5705
|
"hex": "2F0268",
|
|
@@ -5712,6 +5809,11 @@
|
|
|
5712
5809
|
"source": "https://brand.linkedin.com",
|
|
5713
5810
|
"guidelines": "https://brand.linkedin.com/policies"
|
|
5714
5811
|
},
|
|
5812
|
+
{
|
|
5813
|
+
"title": "Linkerd",
|
|
5814
|
+
"hex": "2BEDA7",
|
|
5815
|
+
"source": "https://cncf-branding.netlify.app/projects/linkerd/"
|
|
5816
|
+
},
|
|
5715
5817
|
{
|
|
5716
5818
|
"title": "Linkfire",
|
|
5717
5819
|
"hex": "FF3850",
|
|
@@ -5753,6 +5855,12 @@
|
|
|
5753
5855
|
"hex": "ED3237",
|
|
5754
5856
|
"source": "https://lionairthai.com/en/"
|
|
5755
5857
|
},
|
|
5858
|
+
{
|
|
5859
|
+
"title": "Liquibase",
|
|
5860
|
+
"hex": "2962FF",
|
|
5861
|
+
"source": "https://www.liquibase.com/brand",
|
|
5862
|
+
"guidelines": "https://www.liquibase.com/brand"
|
|
5863
|
+
},
|
|
5756
5864
|
{
|
|
5757
5865
|
"title": "Lit",
|
|
5758
5866
|
"hex": "324FFF",
|
|
@@ -6030,6 +6138,11 @@
|
|
|
6030
6138
|
"hex": "000000",
|
|
6031
6139
|
"source": "https://matrix.org"
|
|
6032
6140
|
},
|
|
6141
|
+
{
|
|
6142
|
+
"title": "Matter.js",
|
|
6143
|
+
"hex": "76F09B",
|
|
6144
|
+
"source": "https://brm.io/matter-js"
|
|
6145
|
+
},
|
|
6033
6146
|
{
|
|
6034
6147
|
"title": "Mattermost",
|
|
6035
6148
|
"hex": "0058CC",
|
|
@@ -6079,7 +6192,7 @@
|
|
|
6079
6192
|
{
|
|
6080
6193
|
"title": "MDN Web Docs",
|
|
6081
6194
|
"hex": "000000",
|
|
6082
|
-
"source": "https://
|
|
6195
|
+
"source": "https://github.com/mdn/yari/blob/77e6cda02f7013219e9da27a00b9424085e60fdb/client/src/assets/mdn-logo.svg"
|
|
6083
6196
|
},
|
|
6084
6197
|
{
|
|
6085
6198
|
"title": "MediaFire",
|
|
@@ -7024,6 +7137,11 @@
|
|
|
7024
7137
|
"source": "https://onlyfans.com/brand",
|
|
7025
7138
|
"guidelines": "https://onlyfans.com/brand"
|
|
7026
7139
|
},
|
|
7140
|
+
{
|
|
7141
|
+
"title": "ONLYOFFICE",
|
|
7142
|
+
"hex": "444444",
|
|
7143
|
+
"source": "https://www.onlyoffice.com/en/press-downloads.aspx"
|
|
7144
|
+
},
|
|
7027
7145
|
{
|
|
7028
7146
|
"title": "ONNX",
|
|
7029
7147
|
"hex": "005CED",
|
|
@@ -7133,6 +7251,12 @@
|
|
|
7133
7251
|
"hex": "2081E2",
|
|
7134
7252
|
"source": "https://docs.opensea.io"
|
|
7135
7253
|
},
|
|
7254
|
+
{
|
|
7255
|
+
"title": "OpenSearch",
|
|
7256
|
+
"hex": "005EB8",
|
|
7257
|
+
"source": "https://opensearch.org/brand.html",
|
|
7258
|
+
"guidelines": "https://opensearch.org/brand.html"
|
|
7259
|
+
},
|
|
7136
7260
|
{
|
|
7137
7261
|
"title": "OpenSSL",
|
|
7138
7262
|
"hex": "721412",
|
|
@@ -7761,6 +7885,11 @@
|
|
|
7761
7885
|
"hex": "892CA0",
|
|
7762
7886
|
"source": "https://podman.io/"
|
|
7763
7887
|
},
|
|
7888
|
+
{
|
|
7889
|
+
"title": "Poetry",
|
|
7890
|
+
"hex": "60A5FA",
|
|
7891
|
+
"source": "https://python-poetry.org/"
|
|
7892
|
+
},
|
|
7764
7893
|
{
|
|
7765
7894
|
"title": "Pointy",
|
|
7766
7895
|
"hex": "009DE0",
|
|
@@ -8004,6 +8133,11 @@
|
|
|
8004
8133
|
"source": "https://www.proxmox.com/en/news/media-kit",
|
|
8005
8134
|
"guidelines": "https://www.proxmox.com/en/news/media-kit"
|
|
8006
8135
|
},
|
|
8136
|
+
{
|
|
8137
|
+
"title": "PUBG",
|
|
8138
|
+
"hex": "FEAB02",
|
|
8139
|
+
"source": "https://www.pubgmobile.com/en/event/brandassets/"
|
|
8140
|
+
},
|
|
8007
8141
|
{
|
|
8008
8142
|
"title": "Publons",
|
|
8009
8143
|
"hex": "336699",
|
|
@@ -9444,6 +9578,11 @@
|
|
|
9444
9578
|
"hex": "FFFFFF",
|
|
9445
9579
|
"source": "https://www.sony.com"
|
|
9446
9580
|
},
|
|
9581
|
+
{
|
|
9582
|
+
"title": "Soundcharts",
|
|
9583
|
+
"hex": "0C1528",
|
|
9584
|
+
"source": "https://soundcharts.com/img/soundcharts-logo.svg"
|
|
9585
|
+
},
|
|
9447
9586
|
{
|
|
9448
9587
|
"title": "SoundCloud",
|
|
9449
9588
|
"hex": "FF3300",
|
|
@@ -9689,6 +9828,11 @@
|
|
|
9689
9828
|
"source": "https://starbucks.com/",
|
|
9690
9829
|
"guidelines": "https://creative.starbucks.com/"
|
|
9691
9830
|
},
|
|
9831
|
+
{
|
|
9832
|
+
"title": "Stardock",
|
|
9833
|
+
"hex": "004B8D",
|
|
9834
|
+
"source": "https://www.stardock.com/press/stardock%20branding/"
|
|
9835
|
+
},
|
|
9692
9836
|
{
|
|
9693
9837
|
"title": "Starling Bank",
|
|
9694
9838
|
"hex": "6935D3",
|
|
@@ -9894,6 +10038,11 @@
|
|
|
9894
10038
|
"source": "https://stackoverflow.design/brand/logo/",
|
|
9895
10039
|
"guidelines": "https://stackoverflow.com/legal/trademark-guidance"
|
|
9896
10040
|
},
|
|
10041
|
+
{
|
|
10042
|
+
"title": "Supermicro",
|
|
10043
|
+
"hex": "151F6D",
|
|
10044
|
+
"source": "https://www.supermicro.com/manuals/supermicro_logo_guidelines.pdf"
|
|
10045
|
+
},
|
|
9897
10046
|
{
|
|
9898
10047
|
"title": "SurveyMonkey",
|
|
9899
10048
|
"hex": "00BF6F",
|
|
@@ -10872,6 +11021,11 @@
|
|
|
10872
11021
|
"hex": "CD040B",
|
|
10873
11022
|
"source": "https://www.verizondigitalmedia.com/about/logo-usage/"
|
|
10874
11023
|
},
|
|
11024
|
+
{
|
|
11025
|
+
"title": "VEXXHOST",
|
|
11026
|
+
"hex": "2A1659",
|
|
11027
|
+
"source": "https://vexxhost.com"
|
|
11028
|
+
},
|
|
10875
11029
|
{
|
|
10876
11030
|
"title": "vFairs",
|
|
10877
11031
|
"hex": "EF4678",
|
|
@@ -11592,6 +11746,11 @@
|
|
|
11592
11746
|
"hex": "1B365D",
|
|
11593
11747
|
"source": "https://www.z-wave.com/"
|
|
11594
11748
|
},
|
|
11749
|
+
{
|
|
11750
|
+
"title": "Żabka",
|
|
11751
|
+
"hex": "006420",
|
|
11752
|
+
"source": "https://www.zabka.pl/"
|
|
11753
|
+
},
|
|
11595
11754
|
{
|
|
11596
11755
|
"title": "Zalando",
|
|
11597
11756
|
"hex": "FF6900",
|
package/icons/ajv.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
console.warn("warn -",`Imports like "const ajv = require('simple-icons/icons/ajv');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAjv } = require('simple-icons/icons');" instead`),module.exports={title:"
|
|
1
|
+
console.warn("warn -",`Imports like "const ajv = require('simple-icons/icons/ajv');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAjv } = require('simple-icons/icons');" instead`),module.exports={title:"Ajv",slug:"ajv",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Ajv</title><path d="'+this.path+'"/></svg>'},path:"M8.705 4.718a980.02 980.02 0 0 1 1.211 3.19l2.962 7.886c.198.526-.054 1.17-.583 1.366-.311.116-.655.06-.926-.11l-1.454 1.418c.81.775 1.985 1.034 3.116.614 1.602-.593 2.387-2.416 1.79-4.008L10.984 4.718zm4.153.013 4.57 11.72 1.924.008L24 4.783l-2.404-.011-3.193 8.832-3.141-8.861zm-8.309.013L0 16.421l2.354.01 1.092-2.91 4.112.019 1.08 2.92 2.355.012L6.572 4.754zm.999 2.592L7.15 11.94l-3.316-.016z",source:"https://github.com/ajv-validator/ajv/blob/95b15b683dfb60f63c5129b0426629b968d53af8/docs/.vuepress/public/img/ajv.svg",hex:"23C8D2",guidelines:void 0,license:void 0};
|
package/icons/ajv.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Ajv</title><path d="M8.705 4.718a980.02 980.02 0 0 1 1.211 3.19l2.962 7.886c.198.526-.054 1.17-.583 1.366-.311.116-.655.06-.926-.11l-1.454 1.418c.81.775 1.985 1.034 3.116.614 1.602-.593 2.387-2.416 1.79-4.008L10.984 4.718zm4.153.013 4.57 11.72 1.924.008L24 4.783l-2.404-.011-3.193 8.832-3.141-8.861zm-8.309.013L0 16.421l2.354.01 1.092-2.91 4.112.019 1.08 2.92 2.355.012L6.572 4.754zm.999 2.592L7.15 11.94l-3.316-.016z"/></svg>
|
package/icons/amazondynamodb.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
console.warn("warn -",`Imports like "const amazondynamodb = require('simple-icons/icons/amazondynamodb');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAmazondynamodb } = require('simple-icons/icons');" instead`),module.exports={title:"Amazon DynamoDB",slug:"amazondynamodb",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Amazon DynamoDB</title><path d="'+this.path+'"/></svg>'},path:"M16.606 20.705v-2.371c-1.263 1.082-3.884 1.795-7.066 1.795-3.184 0-5.805-.714-7.068-1.797v2.369c0 1.168 2.903 2.47 7.068 2.47 4.16 0 7.06-1.3 7.066-2.466zm.001-6.765l.817-.005v.005c0 .517-.258.998-.75 1.441.601.54.75 1.071.75 1.449a1661.7 1661.7 0 0 0 0 3.87c0 1.881-3.389 3.3-7.884 3.3-4.471 0-7.846-1.404-7.88-3.27a583.119 583.119 0 0 1-.003-3.909c.001-.375.15-.9.745-1.437-.592-.538-.743-1.062-.746-1.435v-3.892c.002-.377.153-.903.747-1.438-.593-.54-.744-1.062-.747-1.435 0-1.357-.002-2.735.002-3.897C1.674 1.412 5.056 0 9.54 0c2.159 0 4.233.356 5.689.974l-.315.766c-1.36-.58-3.319-.91-5.374-.91-4.165 0-7.067 1.3-7.067 2.47 0 1.168 2.902 2.47 7.067 2.47.115 0 .222 0 .334-.005l.033.828c-.122.006-.245.006-.367.006-3.184 0-5.805-.714-7.068-1.798v2.38c.005.45.45.843.821 1.093 1.116.736 3.114 1.239 5.34 1.342l-.037.829c-2.254-.105-4.23-.59-5.5-1.332-.318.245-.623.573-.623.952 0 1.168 2.902 2.47 7.067 2.47.411 0 .812-.014 1.203-.042l.06.826c-.41.03-.833.045-1.263.045-3.184 0-5.805-.713-7.068-1.797v2.368c.005.462.449.855.821 1.104 1.275.842 3.67 1.366 6.247 1.366h.182v.83H9.54c-2.62 0-4.99-.507-6.444-1.359-.317.245-.623.574-.623.954 0 1.168 2.902 2.47 7.067 2.47 4.159 0 7.058-1.298 7.066-2.465v-.007c0-.377-.303-.705-.62-.948a5.732 5.732 0 0 1-.662.336l-.316-.764c.3-.128.56-.266.776-.412.376-.254.823-.651.823-1.1zm4.377-6.915h-2.717a.406.406 0 0 1-.332-.173.42.42 0 0 1-.055-.375l1.204-3.597h-5.403l-2.583 4.974h2.623c.128 0 .248.06.325.164a.418.418 0 0 1 .069.36l-2.249 8.365zm1.249-.128l-10.89 11.608a.408.408 0 0 1-.498.075.418.418 0 0 1-.192-.471l2.534-9.426h-2.766a.407.407 0 0 1-.349-.2.418.418 0 0 1-.012-.407l3.014-5.804a.408.408 0 0 1 .36-.222h6.22c.132 0 .256.065.332.174a.422.422 0 0 1 .055.374l-1.204 3.598h3.1c.164 0 .31.099.375.251a.422.422 0 0 1-.08.45zM3.085 20.723a8.107 8.107 0 0 0 1.72.72l.233-.794a7.32 7.32 0 0 1-1.546-.645zm1.72-5.984l.233-.795a7.262 7.262 0 0 1-1.546-.646l-.407.72a8.051 8.051 0 0 0 1.72.72zm-1.72-7.427l.407-.719c.418.244.939.462 1.546.646l-.232.794a8.046 8.046 0 0 1-1.72-.72Z",source:"https://aws.amazon.com/architecture/icons/",hex:"4053D6",guidelines:
|
|
1
|
+
console.warn("warn -",`Imports like "const amazondynamodb = require('simple-icons/icons/amazondynamodb');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAmazondynamodb } = require('simple-icons/icons');" instead`),module.exports={title:"Amazon DynamoDB",slug:"amazondynamodb",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Amazon DynamoDB</title><path d="'+this.path+'"/></svg>'},path:"M16.606 20.705v-2.371c-1.263 1.082-3.884 1.795-7.066 1.795-3.184 0-5.805-.714-7.068-1.797v2.369c0 1.168 2.903 2.47 7.068 2.47 4.16 0 7.06-1.3 7.066-2.466zm.001-6.765l.817-.005v.005c0 .517-.258.998-.75 1.441.601.54.75 1.071.75 1.449a1661.7 1661.7 0 0 0 0 3.87c0 1.881-3.389 3.3-7.884 3.3-4.471 0-7.846-1.404-7.88-3.27a583.119 583.119 0 0 1-.003-3.909c.001-.375.15-.9.745-1.437-.592-.538-.743-1.062-.746-1.435v-3.892c.002-.377.153-.903.747-1.438-.593-.54-.744-1.062-.747-1.435 0-1.357-.002-2.735.002-3.897C1.674 1.412 5.056 0 9.54 0c2.159 0 4.233.356 5.689.974l-.315.766c-1.36-.58-3.319-.91-5.374-.91-4.165 0-7.067 1.3-7.067 2.47 0 1.168 2.902 2.47 7.067 2.47.115 0 .222 0 .334-.005l.033.828c-.122.006-.245.006-.367.006-3.184 0-5.805-.714-7.068-1.798v2.38c.005.45.45.843.821 1.093 1.116.736 3.114 1.239 5.34 1.342l-.037.829c-2.254-.105-4.23-.59-5.5-1.332-.318.245-.623.573-.623.952 0 1.168 2.902 2.47 7.067 2.47.411 0 .812-.014 1.203-.042l.06.826c-.41.03-.833.045-1.263.045-3.184 0-5.805-.713-7.068-1.797v2.368c.005.462.449.855.821 1.104 1.275.842 3.67 1.366 6.247 1.366h.182v.83H9.54c-2.62 0-4.99-.507-6.444-1.359-.317.245-.623.574-.623.954 0 1.168 2.902 2.47 7.067 2.47 4.159 0 7.058-1.298 7.066-2.465v-.007c0-.377-.303-.705-.62-.948a5.732 5.732 0 0 1-.662.336l-.316-.764c.3-.128.56-.266.776-.412.376-.254.823-.651.823-1.1zm4.377-6.915h-2.717a.406.406 0 0 1-.332-.173.42.42 0 0 1-.055-.375l1.204-3.597h-5.403l-2.583 4.974h2.623c.128 0 .248.06.325.164a.418.418 0 0 1 .069.36l-2.249 8.365zm1.249-.128l-10.89 11.608a.408.408 0 0 1-.498.075.418.418 0 0 1-.192-.471l2.534-9.426h-2.766a.407.407 0 0 1-.349-.2.418.418 0 0 1-.012-.407l3.014-5.804a.408.408 0 0 1 .36-.222h6.22c.132 0 .256.065.332.174a.422.422 0 0 1 .055.374l-1.204 3.598h3.1c.164 0 .31.099.375.251a.422.422 0 0 1-.08.45zM3.085 20.723a8.107 8.107 0 0 0 1.72.72l.233-.794a7.32 7.32 0 0 1-1.546-.645zm1.72-5.984l.233-.795a7.262 7.262 0 0 1-1.546-.646l-.407.72a8.051 8.051 0 0 0 1.72.72zm-1.72-7.427l.407-.719c.418.244.939.462 1.546.646l-.232.794a8.046 8.046 0 0 1-1.72-.72Z",source:"https://aws.amazon.com/architecture/icons/",hex:"4053D6",guidelines:"https://aws.amazon.com/architecture/icons/",license:void 0};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
console.warn("warn -",`Imports like "const amazonlumberyard = require('simple-icons/icons/amazonlumberyard');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAmazonlumberyard } = require('simple-icons/icons');" instead`),module.exports={title:"Amazon Lumberyard",slug:"amazonlumberyard",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Amazon Lumberyard</title><path d="'+this.path+'"/></svg>'},path:"M13.136 4.01a2.25 2.25 0 0 0-.441.042 2.133 2.133 0 0 0-1.74 2.195c-.07.056-.139.115-.2.178l-.21.219c-.137.14-.276.278-.417.416-.282.274-.574.541-.867.812-.584.54-1.186 1.088-1.725 1.715a7.3 7.3 0 0 0-.73 1.014 4.9 4.9 0 0 0-.65 1.791 3.73 3.73 0 0 0-.04.324l-.008.08-.004.074-.005.15-.002.038-.002.049v.078l.002.16.006.152c-.884-.293-2.123-.481-3.184-.468-1.235.013-2.132.273-2.588.75a1.14 1.14 0 0 0-.33.842c.034.95 1.117 1.511 2.912 1.511h.1c1.257-.015 2.762-.348 3.613-.767a2.055 2.055 0 0 1 .07 1.09 1.662 1.662 0 0 1-.175.465 1.436 1.436 0 0 1-.31.373 1.45 1.45 0 0 1-.419.24 1.82 1.82 0 0 1-.5.1l.047.634h.012c1.306.771 1.579 1.622 1.74 1.702.215.105 1.023-.188.877-.854-.086-.392-.545-.675-.975-.861.08-.008.16-.02.238-.032a.532.532 0 0 0 .051-.002l.05-.01.05-.011a5.4 5.4 0 0 0 .234-.043l.004-.002c1.225-.252 2.32-.713 3.202-1.317.906.575 1.89 1.398 2.22 2.15-.03.129-.138.261-.261.274l.334.618c1.054-.532 1.809-.238 2.326.002l.178.091c.027.015.003 0 .027.016l.088-.031c.15-.095.535-.454.44-.82-.12-.453-.415-.626-.7-.575-.286.052-1.01.506-.955.07l-.004-.003c.042-.33.088-.922.004-1.592-.16-1.247-.709-2.214-1.594-2.817a3.51 3.51 0 0 0 .139-.62c.614.216 1.207.389 1.973.458.276.025.902.03 1.373.025l.064.237a.01.01 0 0 0 .014.006l.256-.092a.514.514 0 0 1 .07-.024c.022-.006.034-.006.035.012-.004.05-.017.12-.023.147l-.057.287-.031.166c-.006.062.031.096.107.066.066-.03.153-.071.157-.074.438-.182.913-.443 1.351-.629.21-.088.31-.3.352-.504a1.25 1.25 0 0 0-.008-.404l.691.058.004-.006.207-.552.588.058.207-.552.586.058.207-.553.586.06.207-.552.588.059.205-.553.588.059.205-.553.346.035.086-.506.002-.02-.299-1.414-8.383 3.315a.03.03 0 0 0-.01.047l.381.383c.007.008.017.01.03.008l.17-.057a.104.104 0 0 1 .13.057l.096.234s.01.03-.041.03l-.051-.003a7.035 7.035 0 0 1-.205-.011 3.435 3.435 0 0 1-.375-.053c-.062-.01-.123-.03-.184-.043-.06-.015-.122-.034-.183-.051l-.18-.064-.176-.075a4.493 4.493 0 0 1-.346-.173c-.057-.032-.113-.063-.17-.1a11.316 11.316 0 0 1-.503-.332c-.111-.078-.224-.16-.336-.24l-.022-.018c.126-1.483.522-2.098.834-2.352a.812.812 0 0 1 .356-.175 1.832 1.832 0 0 0-.022.38l.434.034.031-.11c.008-.036.021-.07.031-.105.01-.036.025-.07.037-.104.011-.034.03-.066.041-.1.013-.033.032-.064.047-.099.015-.03.035-.065.051-.098.037-.065.075-.134.117-.2l.13-.216c.042-.075.086-.15.126-.232.02-.042.04-.083.059-.127.019-.044.037-.085.054-.135l.024-.07.014-.035.01-.031.015-.06.01-.03.002-.006.008-.026.005-.03.004-.028v-.04c0-.015 0-.02-.006-.05a.234.234 0 0 0-.007-.03l-.01-.027a1.465 1.465 0 0 0-.4-.607 2.21 2.21 0 0 0-.214-.174l.15.006c.146.005.267.008.352.008.085.002.133 0 .133 0l.053-.528s-.05-.01-.135-.023a7.918 7.918 0 0 0-.353-.053l-.06-.008.048-.01a2.26 2.26 0 0 0-2.174-1.753zm.102.643a1.62 1.62 0 0 1 1.394 1.059l-.385-.027a20.737 20.737 0 0 0-.578-.03 19.922 19.922 0 0 0-.508-.01l-.207.002c-.062 0-.108.003-.152.004l-.135.006v.002c-.026 0-.052 0-.078.002a3.112 3.112 0 0 0-.974.217 1.48 1.48 0 0 1 .607-.95c.014-.002.029-.003.047-.01.025-.003.054-.005.086-.01.03 0 .063-.007.1-.005h.113c.039.006.079.009.119.014.04.01.084.012.125.023.04.012.082.022.121.04a1 1 0 0 1 .115.046c.038.016.07.038.104.055.03.02.064.039.09.059a1.14 1.14 0 0 1 .15.125.034.034 0 0 1 .01.011l.256-.177-.01-.022a1.49 1.49 0 0 0-.164-.207c-.03-.033-.063-.063-.098-.098-.037-.03-.073-.066-.117-.097zm-.483 1.645h.067l.074.002c.176.008.365.03.545.064.363.07.721.186 1.037.354.156.084.303.182.42.293a.92.92 0 0 1 .209.28l-.002.013-.01.031-.008.022-.015.046c-.01.03-.027.066-.041.1-.012.033-.028.067-.043.102-.014.034-.034.068-.051.103l-.05.106a6.728 6.728 0 0 0-.114.224l-.026.051c-.103-.012-.506-.038-.94.297-.554.43-.91 1.25-1.06 2.447-.025-.017-.046-.036-.07-.05a10.35 10.35 0 0 0-.363-.231l-.186-.111-.191-.104a6.063 6.063 0 0 0-.795-.35 2.93 2.93 0 0 0-.207-.064 3.504 3.504 0 0 0-.211-.06c-.07-.018-.142-.04-.21-.051l-.206-.041-.086.318c.133.047.268.09.389.14.06.023.123.05.185.077a5.567 5.567 0 0 1 .541.268 6.7 6.7 0 0 1 .348.203l.17.111.166.113.164.12.164.122c.109.082.216.166.324.252l.324.26c.22.174.445.35.686.516.059.04.12.08.182.119a4.624 4.624 0 0 0 .586.326c.068.032.139.06.209.09.07.027.142.05.214.076.074.022.147.046.221.065.075.017.148.035.223.049.15.026.303.045.455.056.075.003.15.008.227.008l.093-.002a.573.573 0 0 0 .248-.063l.055-.027s.052-.03.1-.07a.931.931 0 0 1 .13-.112.499.499 0 0 1 .178-.08.29.29 0 0 1 .155.008c.013.006.025.007.039.014a.374.374 0 0 1 .039.021l.006.002a.9.9 0 0 1 .007.073.91.91 0 0 1-.005.181.72.72 0 0 1-.295.5l-.002.002a1.575 1.575 0 0 1-.075.051c-.026.018-.054.029-.082.045-.028.016-.06.028-.09.041l-.078.031a3.68 3.68 0 0 1-.037-.228 17.834 17.834 0 0 1-1.29-.024c-.887-.08-1.516-.31-2.31-.6a22.853 22.853 0 0 0-1.806-.595.897.897 0 0 0-1.116.588c-.085.276-.086.628-.005 1.049.248 1.282.255 2.291.017 2.771a8.57 8.57 0 0 1-2.398.86h-.004l-.092.02-.131.023a4.35 4.35 0 0 1-.438.052 2.11 2.11 0 0 0 .26-.35c.116-.202.2-.423.25-.648a2.697 2.697 0 0 0-.11-1.502c-.016-.053-.04-.105-.06-.156-.02-.052-.048-.102-.072-.152l-.062-.135a2.802 2.802 0 0 1-.172-.502 3.593 3.593 0 0 1-.088-.54 4.33 4.33 0 0 1-.018-.278l-.002-.14v-.097l.004-.037.01-.15.004-.075.006-.066c.009-.09.018-.18.035-.271a4.253 4.253 0 0 1 .562-1.563c.191-.323.417-.63.666-.922.501-.585 1.084-1.12 1.67-1.66.293-.272.586-.546.877-.828.144-.14.291-.283.432-.43l.031-.035.034.04c.052.059.106.131.19.2.073.073.168.144.274.211a2.118 2.118 0 0 0 .563.248 3.54 3.54 0 0 0 .65.117 4.714 4.714 0 0 0 .723 0l-.004-.277a4.425 4.425 0 0 1-.67-.09 3.146 3.146 0 0 1-.55-.18 1.47 1.47 0 0 1-.151-.076 1.583 1.583 0 0 1-.252-.17 1.201 1.201 0 0 1-.172-.174c-.049-.052-.077-.107-.107-.148-.026-.043-.04-.08-.055-.104 0-.003-.003-.004-.004-.007l.05-.032.058-.029a2.491 2.491 0 0 1 .748-.254 2.54 2.54 0 0 1 .394-.031zm.52.484c-.217.009-.388.13-.38.27.009.14.193.248.411.24.22-.008.389-.13.379-.27-.007-.139-.19-.246-.408-.24zM23.26 9.24l.052.286a.09.09 0 0 1-.105.113c-.032-.006-.063.005-.074.035l-.192.512-.588-.059-.205.553-.588-.06-.205.554-.588-.06-.205.554-.588-.06-.207.553-.586-.06-.183.49a.092.092 0 0 1-.096.058l-.047-.004c-.036-.004-.254-.024-.265-.059l-.542-1.265zm-6.018 2.495c.184-.013.305.077.388.24.013.01.487 1.213.479 1.195a.37.37 0 0 1-.05.436c-.083.095-.28.16-.401.21-.065.029-.066-.013-.09-.081l-.053-.153.024-.042a1.43 1.43 0 0 0 .138-.45 1.525 1.525 0 0 0-.007-.457l-.016-.076-.01-.039-.012-.049v-.002a.301.301 0 0 0-.101-.148 1.29 1.29 0 0 0-.276-.172.716.716 0 0 0-.109-.041c-.039-.011-.077-.024-.117-.03a.869.869 0 0 0-.117-.011l-.02-.002c-.016-.007-.046-.061-.033-.086a.45.45 0 0 1 .383-.242zm-6.544 1.097a.254.254 0 0 1 .002 0 .304.304 0 0 1 .108.01c.635.176 1.15.359 1.604.524-.075 1.032-.725 2.01-1.756 2.773.089-.747-.028-1.661-.17-2.392-.076-.397-.047-.624-.01-.745a.254.254 0 0 1 .222-.17zm-7.771.87c1.119-.014 2.494.224 3.283.556l.01.045a3.542 3.542 0 0 0 .138.446c-.679.348-2.09.697-3.353.71-1.147.012-2.31-.25-2.332-.86a.47.47 0 0 1 .146-.354c.318-.334 1.089-.532 2.108-.543zm9.75 1.123c1.514 1.142 1.263 3.371 1.188 3.855l-.215.045c-.43-.977-1.59-1.862-2.266-2.314.558-.474 1-1.01 1.293-1.586z",source:"https://aws.amazon.com/
|
|
1
|
+
console.warn("warn -",`Imports like "const amazonlumberyard = require('simple-icons/icons/amazonlumberyard');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAmazonlumberyard } = require('simple-icons/icons');" instead`),module.exports={title:"Amazon Lumberyard",slug:"amazonlumberyard",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Amazon Lumberyard</title><path d="'+this.path+'"/></svg>'},path:"M13.136 4.01a2.25 2.25 0 0 0-.441.042 2.133 2.133 0 0 0-1.74 2.195c-.07.056-.139.115-.2.178l-.21.219c-.137.14-.276.278-.417.416-.282.274-.574.541-.867.812-.584.54-1.186 1.088-1.725 1.715a7.3 7.3 0 0 0-.73 1.014 4.9 4.9 0 0 0-.65 1.791 3.73 3.73 0 0 0-.04.324l-.008.08-.004.074-.005.15-.002.038-.002.049v.078l.002.16.006.152c-.884-.293-2.123-.481-3.184-.468-1.235.013-2.132.273-2.588.75a1.14 1.14 0 0 0-.33.842c.034.95 1.117 1.511 2.912 1.511h.1c1.257-.015 2.762-.348 3.613-.767a2.055 2.055 0 0 1 .07 1.09 1.662 1.662 0 0 1-.175.465 1.436 1.436 0 0 1-.31.373 1.45 1.45 0 0 1-.419.24 1.82 1.82 0 0 1-.5.1l.047.634h.012c1.306.771 1.579 1.622 1.74 1.702.215.105 1.023-.188.877-.854-.086-.392-.545-.675-.975-.861.08-.008.16-.02.238-.032a.532.532 0 0 0 .051-.002l.05-.01.05-.011a5.4 5.4 0 0 0 .234-.043l.004-.002c1.225-.252 2.32-.713 3.202-1.317.906.575 1.89 1.398 2.22 2.15-.03.129-.138.261-.261.274l.334.618c1.054-.532 1.809-.238 2.326.002l.178.091c.027.015.003 0 .027.016l.088-.031c.15-.095.535-.454.44-.82-.12-.453-.415-.626-.7-.575-.286.052-1.01.506-.955.07l-.004-.003c.042-.33.088-.922.004-1.592-.16-1.247-.709-2.214-1.594-2.817a3.51 3.51 0 0 0 .139-.62c.614.216 1.207.389 1.973.458.276.025.902.03 1.373.025l.064.237a.01.01 0 0 0 .014.006l.256-.092a.514.514 0 0 1 .07-.024c.022-.006.034-.006.035.012-.004.05-.017.12-.023.147l-.057.287-.031.166c-.006.062.031.096.107.066.066-.03.153-.071.157-.074.438-.182.913-.443 1.351-.629.21-.088.31-.3.352-.504a1.25 1.25 0 0 0-.008-.404l.691.058.004-.006.207-.552.588.058.207-.552.586.058.207-.553.586.06.207-.552.588.059.205-.553.588.059.205-.553.346.035.086-.506.002-.02-.299-1.414-8.383 3.315a.03.03 0 0 0-.01.047l.381.383c.007.008.017.01.03.008l.17-.057a.104.104 0 0 1 .13.057l.096.234s.01.03-.041.03l-.051-.003a7.035 7.035 0 0 1-.205-.011 3.435 3.435 0 0 1-.375-.053c-.062-.01-.123-.03-.184-.043-.06-.015-.122-.034-.183-.051l-.18-.064-.176-.075a4.493 4.493 0 0 1-.346-.173c-.057-.032-.113-.063-.17-.1a11.316 11.316 0 0 1-.503-.332c-.111-.078-.224-.16-.336-.24l-.022-.018c.126-1.483.522-2.098.834-2.352a.812.812 0 0 1 .356-.175 1.832 1.832 0 0 0-.022.38l.434.034.031-.11c.008-.036.021-.07.031-.105.01-.036.025-.07.037-.104.011-.034.03-.066.041-.1.013-.033.032-.064.047-.099.015-.03.035-.065.051-.098.037-.065.075-.134.117-.2l.13-.216c.042-.075.086-.15.126-.232.02-.042.04-.083.059-.127.019-.044.037-.085.054-.135l.024-.07.014-.035.01-.031.015-.06.01-.03.002-.006.008-.026.005-.03.004-.028v-.04c0-.015 0-.02-.006-.05a.234.234 0 0 0-.007-.03l-.01-.027a1.465 1.465 0 0 0-.4-.607 2.21 2.21 0 0 0-.214-.174l.15.006c.146.005.267.008.352.008.085.002.133 0 .133 0l.053-.528s-.05-.01-.135-.023a7.918 7.918 0 0 0-.353-.053l-.06-.008.048-.01a2.26 2.26 0 0 0-2.174-1.753zm.102.643a1.62 1.62 0 0 1 1.394 1.059l-.385-.027a20.737 20.737 0 0 0-.578-.03 19.922 19.922 0 0 0-.508-.01l-.207.002c-.062 0-.108.003-.152.004l-.135.006v.002c-.026 0-.052 0-.078.002a3.112 3.112 0 0 0-.974.217 1.48 1.48 0 0 1 .607-.95c.014-.002.029-.003.047-.01.025-.003.054-.005.086-.01.03 0 .063-.007.1-.005h.113c.039.006.079.009.119.014.04.01.084.012.125.023.04.012.082.022.121.04a1 1 0 0 1 .115.046c.038.016.07.038.104.055.03.02.064.039.09.059a1.14 1.14 0 0 1 .15.125.034.034 0 0 1 .01.011l.256-.177-.01-.022a1.49 1.49 0 0 0-.164-.207c-.03-.033-.063-.063-.098-.098-.037-.03-.073-.066-.117-.097zm-.483 1.645h.067l.074.002c.176.008.365.03.545.064.363.07.721.186 1.037.354.156.084.303.182.42.293a.92.92 0 0 1 .209.28l-.002.013-.01.031-.008.022-.015.046c-.01.03-.027.066-.041.1-.012.033-.028.067-.043.102-.014.034-.034.068-.051.103l-.05.106a6.728 6.728 0 0 0-.114.224l-.026.051c-.103-.012-.506-.038-.94.297-.554.43-.91 1.25-1.06 2.447-.025-.017-.046-.036-.07-.05a10.35 10.35 0 0 0-.363-.231l-.186-.111-.191-.104a6.063 6.063 0 0 0-.795-.35 2.93 2.93 0 0 0-.207-.064 3.504 3.504 0 0 0-.211-.06c-.07-.018-.142-.04-.21-.051l-.206-.041-.086.318c.133.047.268.09.389.14.06.023.123.05.185.077a5.567 5.567 0 0 1 .541.268 6.7 6.7 0 0 1 .348.203l.17.111.166.113.164.12.164.122c.109.082.216.166.324.252l.324.26c.22.174.445.35.686.516.059.04.12.08.182.119a4.624 4.624 0 0 0 .586.326c.068.032.139.06.209.09.07.027.142.05.214.076.074.022.147.046.221.065.075.017.148.035.223.049.15.026.303.045.455.056.075.003.15.008.227.008l.093-.002a.573.573 0 0 0 .248-.063l.055-.027s.052-.03.1-.07a.931.931 0 0 1 .13-.112.499.499 0 0 1 .178-.08.29.29 0 0 1 .155.008c.013.006.025.007.039.014a.374.374 0 0 1 .039.021l.006.002a.9.9 0 0 1 .007.073.91.91 0 0 1-.005.181.72.72 0 0 1-.295.5l-.002.002a1.575 1.575 0 0 1-.075.051c-.026.018-.054.029-.082.045-.028.016-.06.028-.09.041l-.078.031a3.68 3.68 0 0 1-.037-.228 17.834 17.834 0 0 1-1.29-.024c-.887-.08-1.516-.31-2.31-.6a22.853 22.853 0 0 0-1.806-.595.897.897 0 0 0-1.116.588c-.085.276-.086.628-.005 1.049.248 1.282.255 2.291.017 2.771a8.57 8.57 0 0 1-2.398.86h-.004l-.092.02-.131.023a4.35 4.35 0 0 1-.438.052 2.11 2.11 0 0 0 .26-.35c.116-.202.2-.423.25-.648a2.697 2.697 0 0 0-.11-1.502c-.016-.053-.04-.105-.06-.156-.02-.052-.048-.102-.072-.152l-.062-.135a2.802 2.802 0 0 1-.172-.502 3.593 3.593 0 0 1-.088-.54 4.33 4.33 0 0 1-.018-.278l-.002-.14v-.097l.004-.037.01-.15.004-.075.006-.066c.009-.09.018-.18.035-.271a4.253 4.253 0 0 1 .562-1.563c.191-.323.417-.63.666-.922.501-.585 1.084-1.12 1.67-1.66.293-.272.586-.546.877-.828.144-.14.291-.283.432-.43l.031-.035.034.04c.052.059.106.131.19.2.073.073.168.144.274.211a2.118 2.118 0 0 0 .563.248 3.54 3.54 0 0 0 .65.117 4.714 4.714 0 0 0 .723 0l-.004-.277a4.425 4.425 0 0 1-.67-.09 3.146 3.146 0 0 1-.55-.18 1.47 1.47 0 0 1-.151-.076 1.583 1.583 0 0 1-.252-.17 1.201 1.201 0 0 1-.172-.174c-.049-.052-.077-.107-.107-.148-.026-.043-.04-.08-.055-.104 0-.003-.003-.004-.004-.007l.05-.032.058-.029a2.491 2.491 0 0 1 .748-.254 2.54 2.54 0 0 1 .394-.031zm.52.484c-.217.009-.388.13-.38.27.009.14.193.248.411.24.22-.008.389-.13.379-.27-.007-.139-.19-.246-.408-.24zM23.26 9.24l.052.286a.09.09 0 0 1-.105.113c-.032-.006-.063.005-.074.035l-.192.512-.588-.059-.205.553-.588-.06-.205.554-.588-.06-.205.554-.588-.06-.207.553-.586-.06-.183.49a.092.092 0 0 1-.096.058l-.047-.004c-.036-.004-.254-.024-.265-.059l-.542-1.265zm-6.018 2.495c.184-.013.305.077.388.24.013.01.487 1.213.479 1.195a.37.37 0 0 1-.05.436c-.083.095-.28.16-.401.21-.065.029-.066-.013-.09-.081l-.053-.153.024-.042a1.43 1.43 0 0 0 .138-.45 1.525 1.525 0 0 0-.007-.457l-.016-.076-.01-.039-.012-.049v-.002a.301.301 0 0 0-.101-.148 1.29 1.29 0 0 0-.276-.172.716.716 0 0 0-.109-.041c-.039-.011-.077-.024-.117-.03a.869.869 0 0 0-.117-.011l-.02-.002c-.016-.007-.046-.061-.033-.086a.45.45 0 0 1 .383-.242zm-6.544 1.097a.254.254 0 0 1 .002 0 .304.304 0 0 1 .108.01c.635.176 1.15.359 1.604.524-.075 1.032-.725 2.01-1.756 2.773.089-.747-.028-1.661-.17-2.392-.076-.397-.047-.624-.01-.745a.254.254 0 0 1 .222-.17zm-7.771.87c1.119-.014 2.494.224 3.283.556l.01.045a3.542 3.542 0 0 0 .138.446c-.679.348-2.09.697-3.353.71-1.147.012-2.31-.25-2.332-.86a.47.47 0 0 1 .146-.354c.318-.334 1.089-.532 2.108-.543zm9.75 1.123c1.514 1.142 1.263 3.371 1.188 3.855l-.215.045c-.43-.977-1.59-1.862-2.266-2.314.558-.474 1-1.01 1.293-1.586z",source:"https://aws.amazon.com/architecture/icons/",hex:"66459B",guidelines:"https://aws.amazon.com/architecture/icons/",license:void 0};
|
package/icons/amazons3.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
console.warn("warn -",`Imports like "const amazons3 = require('simple-icons/icons/amazons3');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAmazons3 } = require('simple-icons/icons');" instead`),module.exports={title:"Amazon S3",slug:"amazons3",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Amazon S3</title><path d="'+this.path+'"/></svg>'},path:"M20.913 13.147l.12-.895c.947.576 1.258.922 1.354 1.071-.16.031-.562.046-1.474-.176zm-2.174 7.988a.547.547 0 0 0-.005.073c0 .084-.207.405-1.124.768a10.28 10.28 0 0 1-1.438.432c-1.405.325-3.128.504-4.853.504-4.612 0-7.412-1.184-7.412-1.704a.547.547 0 0 0-.005-.073L1.81 5.602c.135.078.28.154.432.227.042.02.086.038.128.057.134.062.272.122.417.18l.179.069c.154.058.314.114.478.168.043.013.084.029.13.043.207.065.423.127.646.187l.176.044c.175.044.353.087.534.127a23.414 23.414 0 0 0 .843.17l.121.023c.252.045.508.085.768.122.071.011.144.02.216.03.2.027.4.053.604.077l.24.027c.245.026.49.05.74.07l.081.009c.275.022.552.04.83.056l.233.012c.21.01.422.018.633.025a33.088 33.088 0 0 0 2.795-.026l.232-.011c.278-.016.555-.034.83-.056l.08-.008c.25-.02.497-.045.742-.072l.238-.026c.205-.024.408-.05.609-.077.07-.01.141-.019.211-.03.261-.037.519-.078.772-.122l.111-.02c.215-.04.427-.082.634-.125l.212-.047c.186-.041.368-.085.546-.13l.166-.042c.225-.06.444-.122.654-.189.04-.012.077-.026.115-.038a10.6 10.6 0 0 0 .493-.173c.058-.021.114-.044.17-.066.15-.06.293-.12.43-.185.038-.017.079-.034.116-.052.153-.073.3-.15.436-.228l-.976 7.245c-2.488-.78-5.805-2.292-7.311-3a1.09 1.09 0 0 0-1.088-1.085c-.6 0-1.088.489-1.088 1.088 0 .6.488 1.089 1.088 1.089.196 0 .378-.056.537-.148 1.72.812 5.144 2.367 7.715 3.15zm-7.42-20.047c5.677 0 9.676 1.759 9.75 2.736l-.014.113c-.01.033-.031.067-.048.101-.015.028-.026.057-.047.087-.024.033-.058.068-.09.102-.028.03-.051.06-.084.09-.038.035-.087.07-.133.105-.04.03-.074.06-.119.091-.053.036-.116.071-.177.107-.05.03-.095.06-.15.09-.068.036-.147.073-.222.11-.059.028-.114.057-.177.085-.084.038-.177.074-.268.111-.068.027-.13.054-.203.082-.097.036-.205.072-.31.107-.075.026-.148.053-.228.079-.111.035-.233.069-.35.103-.085.024-.165.05-.253.073-.124.034-.258.065-.389.098-.093.022-.181.046-.278.068-.139.032-.287.061-.433.091-.098.02-.191.041-.293.06-.155.03-.32.057-.482.084-.1.018-.198.036-.302.052-.166.026-.342.048-.515.072-.11.014-.213.03-.325.044-.181.023-.372.041-.56.06-.11.012-.218.025-.332.036-.188.016-.386.029-.58.043-.122.009-.24.02-.364.028-.207.012-.422.02-.635.028-.12.005-.234.012-.354.016a35.605 35.605 0 0 1-2.069 0c-.12-.004-.234-.011-.352-.016-.214-.008-.43-.016-.637-.028-.122-.008-.238-.02-.36-.027-.195-.015-.394-.028-.584-.044-.11-.01-.215-.024-.324-.035-.19-.02-.384-.038-.568-.06l-.315-.044c-.176-.024-.355-.046-.525-.073-.1-.015-.192-.033-.29-.05-.167-.028-.335-.055-.494-.086-.096-.018-.183-.038-.276-.056-.151-.032-.305-.062-.45-.095-.09-.02-.173-.043-.26-.064-.138-.034-.277-.067-.407-.102-.082-.022-.157-.046-.235-.069a11.75 11.75 0 0 1-.368-.108c-.075-.024-.141-.049-.213-.073-.11-.037-.223-.075-.325-.113-.067-.025-.125-.051-.188-.077-.096-.038-.195-.076-.282-.115-.06-.027-.11-.054-.166-.08-.08-.039-.162-.077-.233-.116-.052-.028-.094-.055-.142-.084-.063-.038-.13-.075-.185-.113-.043-.029-.075-.058-.113-.086-.048-.037-.098-.073-.139-.11-.032-.029-.054-.057-.08-.087-.033-.035-.069-.07-.093-.104-.02-.03-.031-.058-.046-.086-.018-.035-.039-.068-.049-.102l-.015-.113c.076-.977 4.074-2.736 9.748-2.736zm12.182 12.124c-.118-.628-.84-1.291-2.31-2.128l.963-7.16a.531.531 0 0 0 .005-.073C22.16 1.581 16.447 0 11.32 0 6.194 0 .482 1.581.482 3.851a.58.58 0 0 0 .005.072L2.819 21.25c.071 2.002 5.236 2.75 8.5 2.75 1.805 0 3.615-.188 5.098-.531.598-.138 1.133-.3 1.592-.48 1.18-.467 1.789-1.053 1.813-1.739l.945-7.018c.557.131 1.016.197 1.389.197.54 0 .902-.137 1.134-.413a.956.956 0 0 0 .21-.804Z",source:"https://aws.amazon.com/architecture/icons/",hex:"569A31",guidelines:
|
|
1
|
+
console.warn("warn -",`Imports like "const amazons3 = require('simple-icons/icons/amazons3');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAmazons3 } = require('simple-icons/icons');" instead`),module.exports={title:"Amazon S3",slug:"amazons3",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Amazon S3</title><path d="'+this.path+'"/></svg>'},path:"M20.913 13.147l.12-.895c.947.576 1.258.922 1.354 1.071-.16.031-.562.046-1.474-.176zm-2.174 7.988a.547.547 0 0 0-.005.073c0 .084-.207.405-1.124.768a10.28 10.28 0 0 1-1.438.432c-1.405.325-3.128.504-4.853.504-4.612 0-7.412-1.184-7.412-1.704a.547.547 0 0 0-.005-.073L1.81 5.602c.135.078.28.154.432.227.042.02.086.038.128.057.134.062.272.122.417.18l.179.069c.154.058.314.114.478.168.043.013.084.029.13.043.207.065.423.127.646.187l.176.044c.175.044.353.087.534.127a23.414 23.414 0 0 0 .843.17l.121.023c.252.045.508.085.768.122.071.011.144.02.216.03.2.027.4.053.604.077l.24.027c.245.026.49.05.74.07l.081.009c.275.022.552.04.83.056l.233.012c.21.01.422.018.633.025a33.088 33.088 0 0 0 2.795-.026l.232-.011c.278-.016.555-.034.83-.056l.08-.008c.25-.02.497-.045.742-.072l.238-.026c.205-.024.408-.05.609-.077.07-.01.141-.019.211-.03.261-.037.519-.078.772-.122l.111-.02c.215-.04.427-.082.634-.125l.212-.047c.186-.041.368-.085.546-.13l.166-.042c.225-.06.444-.122.654-.189.04-.012.077-.026.115-.038a10.6 10.6 0 0 0 .493-.173c.058-.021.114-.044.17-.066.15-.06.293-.12.43-.185.038-.017.079-.034.116-.052.153-.073.3-.15.436-.228l-.976 7.245c-2.488-.78-5.805-2.292-7.311-3a1.09 1.09 0 0 0-1.088-1.085c-.6 0-1.088.489-1.088 1.088 0 .6.488 1.089 1.088 1.089.196 0 .378-.056.537-.148 1.72.812 5.144 2.367 7.715 3.15zm-7.42-20.047c5.677 0 9.676 1.759 9.75 2.736l-.014.113c-.01.033-.031.067-.048.101-.015.028-.026.057-.047.087-.024.033-.058.068-.09.102-.028.03-.051.06-.084.09-.038.035-.087.07-.133.105-.04.03-.074.06-.119.091-.053.036-.116.071-.177.107-.05.03-.095.06-.15.09-.068.036-.147.073-.222.11-.059.028-.114.057-.177.085-.084.038-.177.074-.268.111-.068.027-.13.054-.203.082-.097.036-.205.072-.31.107-.075.026-.148.053-.228.079-.111.035-.233.069-.35.103-.085.024-.165.05-.253.073-.124.034-.258.065-.389.098-.093.022-.181.046-.278.068-.139.032-.287.061-.433.091-.098.02-.191.041-.293.06-.155.03-.32.057-.482.084-.1.018-.198.036-.302.052-.166.026-.342.048-.515.072-.11.014-.213.03-.325.044-.181.023-.372.041-.56.06-.11.012-.218.025-.332.036-.188.016-.386.029-.58.043-.122.009-.24.02-.364.028-.207.012-.422.02-.635.028-.12.005-.234.012-.354.016a35.605 35.605 0 0 1-2.069 0c-.12-.004-.234-.011-.352-.016-.214-.008-.43-.016-.637-.028-.122-.008-.238-.02-.36-.027-.195-.015-.394-.028-.584-.044-.11-.01-.215-.024-.324-.035-.19-.02-.384-.038-.568-.06l-.315-.044c-.176-.024-.355-.046-.525-.073-.1-.015-.192-.033-.29-.05-.167-.028-.335-.055-.494-.086-.096-.018-.183-.038-.276-.056-.151-.032-.305-.062-.45-.095-.09-.02-.173-.043-.26-.064-.138-.034-.277-.067-.407-.102-.082-.022-.157-.046-.235-.069a11.75 11.75 0 0 1-.368-.108c-.075-.024-.141-.049-.213-.073-.11-.037-.223-.075-.325-.113-.067-.025-.125-.051-.188-.077-.096-.038-.195-.076-.282-.115-.06-.027-.11-.054-.166-.08-.08-.039-.162-.077-.233-.116-.052-.028-.094-.055-.142-.084-.063-.038-.13-.075-.185-.113-.043-.029-.075-.058-.113-.086-.048-.037-.098-.073-.139-.11-.032-.029-.054-.057-.08-.087-.033-.035-.069-.07-.093-.104-.02-.03-.031-.058-.046-.086-.018-.035-.039-.068-.049-.102l-.015-.113c.076-.977 4.074-2.736 9.748-2.736zm12.182 12.124c-.118-.628-.84-1.291-2.31-2.128l.963-7.16a.531.531 0 0 0 .005-.073C22.16 1.581 16.447 0 11.32 0 6.194 0 .482 1.581.482 3.851a.58.58 0 0 0 .005.072L2.819 21.25c.071 2.002 5.236 2.75 8.5 2.75 1.805 0 3.615-.188 5.098-.531.598-.138 1.133-.3 1.592-.48 1.18-.467 1.789-1.053 1.813-1.739l.945-7.018c.557.131 1.016.197 1.389.197.54 0 .902-.137 1.134-.413a.956.956 0 0 0 .21-.804Z",source:"https://aws.amazon.com/architecture/icons/",hex:"569A31",guidelines:"https://aws.amazon.com/architecture/icons/",license:void 0};
|
package/icons/argos.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/**@deprecated use "const { siArgos } = require('simple-icons/icons');" instead*/declare const i:import("../alias").I;export default i;
|
package/icons/argos.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.warn("warn -",`Imports like "const argos = require('simple-icons/icons/argos');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siArgos } = require('simple-icons/icons');" instead`),module.exports={title:"Argos",slug:"argos",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Argos</title><path d="'+this.path+'"/></svg>'},path:"M0 1.738v20.524h24V1.738zm5.93 5.546c.178 0 .434 0 .638.026.23 0 .307.077.333.281.051.792.23 4.217.256 4.907 0 .18-.103.23-.23.23H6.21c-.179 0-.256-.102-.256-.23 0-.255-.026-.92-.026-.92H3.987c-.204.358-.434.767-.537.946-.076.153-.178.179-.306.179h-.818c-.18 0-.23-.128-.153-.281C3.272 10.428 4.677 8.255 5.29 7.54c.178-.23.383-.23.638-.256zM5.831 8.48a.095.095 0 0 0-.03.032c-.46.562-1.048 1.483-1.38 2.122h1.507S5.88 9.15 5.853 8.51c0 0 0-.043-.021-.032zm14.666.237c.614 0 1.125.28 1.355.664.102.154.076.255-.077.332a3.512 3.512 0 0 1-.434.205c-.128.025-.23.025-.333-.102-.434-.512-1.047-.333-1.073-.051-.026.255.256.357.639.46.588.178 1.252.485 1.048 1.277-.205.818-.997 1.227-1.917 1.227-.588 0-1.253-.178-1.508-.792-.051-.128-.026-.23.077-.28.153-.103.307-.18.46-.231.128-.026.23 0 .306.102.18.256.384.384.716.384.307 0 .639-.129.613-.41-.025-.255-.408-.357-.613-.409-.383-.102-1.176-.28-1.176-.92 0-.792.741-1.38 1.917-1.456zm-3.834.076c1.227 0 1.79.818 1.534 1.994-.23 1.176-1.15 1.993-2.377 1.993-1.227 0-1.789-.817-1.533-1.993.255-1.176 1.15-1.994 2.376-1.994zm-4.421.026c.562 0 .869.332.945.46 0 .025.026.025.026 0 .025-.077.051-.128.051-.153.026-.128.128-.23.307-.23h.51c.154 0 .282.102.231.306a96.306 96.306 0 0 1-.741 3.067c-.384 1.482-1.15 2.224-2.3 2.224-.46 0-1.227-.128-1.56-.664-.076-.103-.102-.205.077-.333.154-.102.332-.153.486-.205.153-.05.204-.05.357.052a.906.906 0 0 0 .563.179c.409 0 .946-.23 1.201-1.1.026-.05 0-.05-.025-.025-.18.23-.563.383-.997.383-.537-.025-.869-.204-1.074-.536-.23-.358-.204-.997-.025-1.56.28-.894.971-1.865 1.968-1.865zm-3.86.026h.614c.127 0 .179.101.153.204-.025.102-.051.179-.051.204 0 .026.025.026.025.026.46-.41 1.049-.409 1.688-.409.102 0 .153.102.076.179-.23.23-.358.409-.511.639-.102.153-.18.204-.358.204-.409.026-.613.102-.767.205-.153.102-.307.434-.383.818a48.306 48.306 0 0 1-.332 1.61.224.224 0 0 1-.23.179h-.742c-.102 0-.178-.077-.153-.18.128-.715.64-3.117.716-3.475.026-.154.128-.204.256-.204zm8.205.792c-.69 0-.971.562-1.15 1.15-.154.588-.23 1.15.46 1.15.69 0 .97-.562 1.15-1.15.179-.588.23-1.15-.46-1.15zm-4.217.025c-.512-.025-.87.384-1.1 1.15-.127.41-.153 1.023.384 1.1.537.025.895-.358 1.099-1.1.128-.485.256-1.124-.383-1.15zM2.338 13.958a.32.32 0 0 1 .09.023c3.68 1.508 6.058 2.07 9.406 2.07 3.348 0 5.725-.562 9.43-2.07.256-.102.41.153.155.306-1.457.92-4.805 2.812-9.585 2.812-4.78 0-8.153-1.892-9.56-2.812-.223-.134-.133-.346.064-.329z",source:"https://www.argos.co.uk/",hex:"DA291C",guidelines:void 0,license:void 0};
|
package/icons/argos.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Argos</title><path d="M0 1.738v20.524h24V1.738zm5.93 5.546c.178 0 .434 0 .638.026.23 0 .307.077.333.281.051.792.23 4.217.256 4.907 0 .18-.103.23-.23.23H6.21c-.179 0-.256-.102-.256-.23 0-.255-.026-.92-.026-.92H3.987c-.204.358-.434.767-.537.946-.076.153-.178.179-.306.179h-.818c-.18 0-.23-.128-.153-.281C3.272 10.428 4.677 8.255 5.29 7.54c.178-.23.383-.23.638-.256zM5.831 8.48a.095.095 0 0 0-.03.032c-.46.562-1.048 1.483-1.38 2.122h1.507S5.88 9.15 5.853 8.51c0 0 0-.043-.021-.032zm14.666.237c.614 0 1.125.28 1.355.664.102.154.076.255-.077.332a3.512 3.512 0 0 1-.434.205c-.128.025-.23.025-.333-.102-.434-.512-1.047-.333-1.073-.051-.026.255.256.357.639.46.588.178 1.252.485 1.048 1.277-.205.818-.997 1.227-1.917 1.227-.588 0-1.253-.178-1.508-.792-.051-.128-.026-.23.077-.28.153-.103.307-.18.46-.231.128-.026.23 0 .306.102.18.256.384.384.716.384.307 0 .639-.129.613-.41-.025-.255-.408-.357-.613-.409-.383-.102-1.176-.28-1.176-.92 0-.792.741-1.38 1.917-1.456zm-3.834.076c1.227 0 1.79.818 1.534 1.994-.23 1.176-1.15 1.993-2.377 1.993-1.227 0-1.789-.817-1.533-1.993.255-1.176 1.15-1.994 2.376-1.994zm-4.421.026c.562 0 .869.332.945.46 0 .025.026.025.026 0 .025-.077.051-.128.051-.153.026-.128.128-.23.307-.23h.51c.154 0 .282.102.231.306a96.306 96.306 0 0 1-.741 3.067c-.384 1.482-1.15 2.224-2.3 2.224-.46 0-1.227-.128-1.56-.664-.076-.103-.102-.205.077-.333.154-.102.332-.153.486-.205.153-.05.204-.05.357.052a.906.906 0 0 0 .563.179c.409 0 .946-.23 1.201-1.1.026-.05 0-.05-.025-.025-.18.23-.563.383-.997.383-.537-.025-.869-.204-1.074-.536-.23-.358-.204-.997-.025-1.56.28-.894.971-1.865 1.968-1.865zm-3.86.026h.614c.127 0 .179.101.153.204-.025.102-.051.179-.051.204 0 .026.025.026.025.026.46-.41 1.049-.409 1.688-.409.102 0 .153.102.076.179-.23.23-.358.409-.511.639-.102.153-.18.204-.358.204-.409.026-.613.102-.767.205-.153.102-.307.434-.383.818a48.306 48.306 0 0 1-.332 1.61.224.224 0 0 1-.23.179h-.742c-.102 0-.178-.077-.153-.18.128-.715.64-3.117.716-3.475.026-.154.128-.204.256-.204zm8.205.792c-.69 0-.971.562-1.15 1.15-.154.588-.23 1.15.46 1.15.69 0 .97-.562 1.15-1.15.179-.588.23-1.15-.46-1.15zm-4.217.025c-.512-.025-.87.384-1.1 1.15-.127.41-.153 1.023.384 1.1.537.025.895-.358 1.099-1.1.128-.485.256-1.124-.383-1.15zM2.338 13.958a.32.32 0 0 1 .09.023c3.68 1.508 6.058 2.07 9.406 2.07 3.348 0 5.725-.562 9.43-2.07.256-.102.41.153.155.306-1.457.92-4.805 2.812-9.585 2.812-4.78 0-8.153-1.892-9.56-2.812-.223-.134-.133-.346.064-.329z"/></svg>
|
package/icons/awsamplify.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
console.warn("warn -",`Imports like "const awsamplify = require('simple-icons/icons/awsamplify');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAwsamplify } = require('simple-icons/icons');" instead`),module.exports={title:"AWS Amplify",slug:"awsamplify",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>AWS Amplify</title><path d="'+this.path+'"/></svg>'},path:"M5.223 17.905h6.76l1.731 3.047H0l4.815-8.344 2.018-3.494 1.733 3.002zm2.52-10.371L9.408 4.65l9.415 16.301h-3.334zm2.59-4.486h3.33L24 20.952h-3.334z",source:"https://
|
|
1
|
+
console.warn("warn -",`Imports like "const awsamplify = require('simple-icons/icons/awsamplify');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAwsamplify } = require('simple-icons/icons');" instead`),module.exports={title:"AWS Amplify",slug:"awsamplify",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>AWS Amplify</title><path d="'+this.path+'"/></svg>'},path:"M5.223 17.905h6.76l1.731 3.047H0l4.815-8.344 2.018-3.494 1.733 3.002zm2.52-10.371L9.408 4.65l9.415 16.301h-3.334zm2.59-4.486h3.33L24 20.952h-3.334z",source:"https://aws.amazon.com/architecture/icons/",hex:"FF9900",guidelines:"https://aws.amazon.com/architecture/icons/",license:void 0};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/**@deprecated use "const { siAwslambda } = require('simple-icons/icons');" instead*/declare const i:import("../alias").I;export default i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.warn("warn -",`Imports like "const awslambda = require('simple-icons/icons/awslambda');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siAwslambda } = require('simple-icons/icons');" instead`),module.exports={title:"AWS Lambda",slug:"awslambda",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>AWS Lambda</title><path d="'+this.path+'"/></svg>'},path:"M4.9855 0c-.2941.0031-.5335.2466-.534.5482L4.446 5.456c0 .1451.06.2835.159.3891a.5322.5322 0 0 0 .3806.1562h3.4282l8.197 17.6805a.5365.5365 0 0 0 .4885.3181h5.811c.2969 0 .5426-.2448.5426-.5482V18.544c0-.3035-.2392-.5482-.5425-.5482h-2.0138L12.7394.3153C12.647.124 12.4564 0 12.2452 0h-7.254Zm.5397 1.0907h6.3678l8.16 17.6804a.5365.5365 0 0 0 .4885.3181h1.8178v3.8173H17.437L9.2402 5.226a.536.536 0 0 0-.4885-.318H5.5223Zm2.0137 8.2366c-.2098.0011-.3937.1193-.4857.3096L.6002 23.2133a.5506.5506 0 0 0 .0313.5282.5334.5334 0 0 0 .4544.25h6.169a.5468.5468 0 0 0 .497-.3096l3.38-7.166a.5405.5405 0 0 0-.0029-.4686L8.036 9.637a.5468.5468 0 0 0-.4942-.3096Zm.0057 1.8036 2.488 5.1522-3.1214 6.6206H1.9465Z",source:"https://aws.amazon.com/architecture/icons/",hex:"FF9900",guidelines:"https://aws.amazon.com/architecture/icons/",license:void 0};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>AWS Lambda</title><path d="M4.9855 0c-.2941.0031-.5335.2466-.534.5482L4.446 5.456c0 .1451.06.2835.159.3891a.5322.5322 0 0 0 .3806.1562h3.4282l8.197 17.6805a.5365.5365 0 0 0 .4885.3181h5.811c.2969 0 .5426-.2448.5426-.5482V18.544c0-.3035-.2392-.5482-.5425-.5482h-2.0138L12.7394.3153C12.647.124 12.4564 0 12.2452 0h-7.254Zm.5397 1.0907h6.3678l8.16 17.6804a.5365.5365 0 0 0 .4885.3181h1.8178v3.8173H17.437L9.2402 5.226a.536.536 0 0 0-.4885-.318H5.5223Zm2.0137 8.2366c-.2098.0011-.3937.1193-.4857.3096L.6002 23.2133a.5506.5506 0 0 0 .0313.5282.5334.5334 0 0 0 .4544.25h6.169a.5468.5468 0 0 0 .497-.3096l3.38-7.166a.5405.5405 0 0 0-.0029-.4686L8.036 9.637a.5468.5468 0 0 0-.4942-.3096Zm.0057 1.8036 2.488 5.1522-3.1214 6.6206H1.9465Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/**@deprecated use "const { siChemex } = require('simple-icons/icons');" instead*/declare const i:import("../alias").I;export default i;
|
package/icons/chemex.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.warn("warn -",`Imports like "const chemex = require('simple-icons/icons/chemex');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siChemex } = require('simple-icons/icons');" instead`),module.exports={title:"Chemex",slug:"chemex",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Chemex</title><path d="'+this.path+'"/></svg>'},path:"M22.665.124c-.741 0-1.36.593-1.36 1.334 0 .742.619 1.335 1.36 1.335A1.33 1.33 0 0 0 24 1.458 1.33 1.33 0 0 0 22.665.124zM1.112.148s5.314 6.748 5.982 7.91c.89 1.557.84 2.076-.124 3.954C6.352 13.2 0 23.876 0 23.876h2.694S8.7 13.668 9.516 12.284c.89-1.508.89-3.164.148-4.474C9.071 6.772 3.831.148 3.831.148zm16.956 0s-5.24 6.624-5.833 7.662c-.717 1.286-.766 2.917.148 4.474.816 1.384 6.822 11.592 6.822 11.592h2.67c0-.024-6.328-10.677-6.946-11.888-.964-1.854-1.013-2.373-.123-3.93.667-1.162 5.98-7.91 5.98-7.91zm4.597.223c.593 0 1.088.494 1.088 1.087 0 .594-.495 1.088-1.088 1.088a1.097 1.097 0 0 1-1.087-1.088A1.08 1.08 0 0 1 22.665.371zm-.593.296V2.15h.272v-.519h.37l.273.52h.321l-.297-.544a.453.453 0 0 0 .297-.446c0-.296-.198-.494-.52-.494zm.321.272h.445c.149 0 .223.05.223.222 0 .173-.124.223-.223.223h-.445z",source:"https://vtlogo.com/chemex-coffeemaker-vector-logo-svg/",hex:"4D2B1A",guidelines:void 0,license:void 0};
|
package/icons/chemex.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Chemex</title><path d="M22.665.124c-.741 0-1.36.593-1.36 1.334 0 .742.619 1.335 1.36 1.335A1.33 1.33 0 0 0 24 1.458 1.33 1.33 0 0 0 22.665.124zM1.112.148s5.314 6.748 5.982 7.91c.89 1.557.84 2.076-.124 3.954C6.352 13.2 0 23.876 0 23.876h2.694S8.7 13.668 9.516 12.284c.89-1.508.89-3.164.148-4.474C9.071 6.772 3.831.148 3.831.148zm16.956 0s-5.24 6.624-5.833 7.662c-.717 1.286-.766 2.917.148 4.474.816 1.384 6.822 11.592 6.822 11.592h2.67c0-.024-6.328-10.677-6.946-11.888-.964-1.854-1.013-2.373-.123-3.93.667-1.162 5.98-7.91 5.98-7.91zm4.597.223c.593 0 1.088.494 1.088 1.087 0 .594-.495 1.088-1.088 1.088a1.097 1.097 0 0 1-1.087-1.088A1.08 1.08 0 0 1 22.665.371zm-.593.296V2.15h.272v-.519h.37l.273.52h.321l-.297-.544a.453.453 0 0 0 .297-.446c0-.296-.198-.494-.52-.494zm.321.272h.445c.149 0 .223.05.223.222 0 .173-.124.223-.223.223h-.445z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/**@deprecated use "const { siCilium } = require('simple-icons/icons');" instead*/declare const i:import("../alias").I;export default i;
|
package/icons/cilium.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.warn("warn -",`Imports like "const cilium = require('simple-icons/icons/cilium');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siCilium } = require('simple-icons/icons');" instead`),module.exports={title:"Cilium",slug:"cilium",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Cilium</title><path d="'+this.path+'"/></svg>'},path:"M13.607 14.583h-3.215l-1.626-2.764 1.626-2.802h3.215l1.626 2.802-1.626 2.764ZM14.186 8H9.799l-2.2 3.813 2.2 3.787h4.387l2.213-3.787L14.186 8Zm-4.387 8.4-2.2 3.813L9.799 24h4.387l2.213-3.787-2.213-3.813H9.799Zm-1.034 3.819 1.627-2.802h3.215l1.626 2.802-1.626 2.765h-3.215l-1.627-2.765ZM9.799 0l-2.2 3.813 2.2 3.787h4.387l2.213-3.787L14.186 0H9.799ZM8.765 3.819l1.627-2.802h3.215l1.626 2.802-1.626 2.764h-3.215L8.765 3.819Zm8.234 8.581-2.2 3.813 2.2 3.787h4.388l2.213-3.787-2.213-3.813h-4.388Zm-1.034 3.819 1.627-2.802h3.215l1.626 2.802-1.626 2.765h-3.215l-1.627-2.765ZM16.999 4l-2.2 3.813 2.2 3.787h4.388L23.6 7.813 21.387 4h-4.388Zm-1.034 3.819 1.627-2.802h3.215l1.626 2.802-1.626 2.764h-3.215l-1.627-2.764ZM2.599 12.4l-2.2 3.813L2.599 20h4.387l2.213-3.787L6.986 12.4H2.599Zm-1.034 3.819 1.627-2.802h3.214l1.627 2.802-1.627 2.765H3.192l-1.627-2.765ZM2.599 4l-2.2 3.813 2.2 3.787h4.387l2.213-3.787L6.986 4H2.599ZM1.565 7.819l1.627-2.802h3.214l1.627 2.802-1.627 2.764H3.192L1.565 7.819Z",source:"https://github.com/cilium/cilium/blob/774a91f0e7497d9c9085234005ec81f1065c3783/Documentation/images/logo-solo.svg",hex:"F8C517",guidelines:void 0,license:void 0};
|
package/icons/cilium.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Cilium</title><path d="M13.607 14.583h-3.215l-1.626-2.764 1.626-2.802h3.215l1.626 2.802-1.626 2.764ZM14.186 8H9.799l-2.2 3.813 2.2 3.787h4.387l2.213-3.787L14.186 8Zm-4.387 8.4-2.2 3.813L9.799 24h4.387l2.213-3.787-2.213-3.813H9.799Zm-1.034 3.819 1.627-2.802h3.215l1.626 2.802-1.626 2.765h-3.215l-1.627-2.765ZM9.799 0l-2.2 3.813 2.2 3.787h4.387l2.213-3.787L14.186 0H9.799ZM8.765 3.819l1.627-2.802h3.215l1.626 2.802-1.626 2.764h-3.215L8.765 3.819Zm8.234 8.581-2.2 3.813 2.2 3.787h4.388l2.213-3.787-2.213-3.813h-4.388Zm-1.034 3.819 1.627-2.802h3.215l1.626 2.802-1.626 2.765h-3.215l-1.627-2.765ZM16.999 4l-2.2 3.813 2.2 3.787h4.388L23.6 7.813 21.387 4h-4.388Zm-1.034 3.819 1.627-2.802h3.215l1.626 2.802-1.626 2.764h-3.215l-1.627-2.764ZM2.599 12.4l-2.2 3.813L2.599 20h4.387l2.213-3.787L6.986 12.4H2.599Zm-1.034 3.819 1.627-2.802h3.214l1.627 2.802-1.627 2.765H3.192l-1.627-2.765ZM2.599 4l-2.2 3.813 2.2 3.787h4.387l2.213-3.787L6.986 4H2.599ZM1.565 7.819l1.627-2.802h3.214l1.627 2.802-1.627 2.764H3.192L1.565 7.819Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/**@deprecated use "const { siClickhouse } = require('simple-icons/icons');" instead*/declare const i:import("../alias").I;export default i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.warn("warn -",`Imports like "const clickhouse = require('simple-icons/icons/clickhouse');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siClickhouse } = require('simple-icons/icons');" instead`),module.exports={title:"ClickHouse",slug:"clickhouse",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ClickHouse</title><path d="'+this.path+'"/></svg>'},path:"M21.333 10H24v4h-2.667ZM16 1.335h2.667v21.33H16Zm-5.333 0h2.666v21.33h-2.666ZM0 22.665V1.335h2.667v21.33zm5.333-21.33H8v21.33H5.333Z",source:"https://github.com/ClickHouse/ClickHouse/blob/12bd453a43819176d25ecf247033f6cb1af54beb/website/images/logo-clickhouse.svg",hex:"FFCC01",guidelines:void 0,license:void 0};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ClickHouse</title><path d="M21.333 10H24v4h-2.667ZM16 1.335h2.667v21.33H16Zm-5.333 0h2.666v21.33h-2.666ZM0 22.665V1.335h2.667v21.33zm5.333-21.33H8v21.33H5.333Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/**@deprecated use "const { siCoinmarketcap } = require('simple-icons/icons');" instead*/declare const i:import("../alias").I;export default i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.warn("warn -",`Imports like "const coinmarketcap = require('simple-icons/icons/coinmarketcap');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siCoinmarketcap } = require('simple-icons/icons');" instead`),module.exports={title:"CoinMarketCap",slug:"coinmarketcap",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>CoinMarketCap</title><path d="'+this.path+'"/></svg>'},path:"M20.738 14.341c-.419.265-.912.298-1.286.087-.476-.27-.738-.898-.738-1.774v-2.618c0-1.264-.5-2.164-1.336-2.407-1.416-.413-2.482 1.32-2.882 1.972l-2.498 4.05v-4.95c-.028-1.14-.398-1.821-1.1-2.027-.466-.135-1.161-.081-1.837.953l-5.597 8.987A9.875 9.875 0 0 1 2.326 12c0-5.414 4.339-9.818 9.672-9.818 5.332 0 9.67 4.404 9.67 9.818.004.018.002.034.003.053.05 1.049-.29 1.883-.933 2.29zm3.08-2.34-.001-.055C23.787 5.353 18.497 0 11.997 0 5.48 0 .177 5.383.177 12c0 6.616 5.303 12 11.82 12 2.991 0 5.846-1.137 8.037-3.2.435-.41.46-1.1.057-1.541a1.064 1.064 0 0 0-1.519-.059 9.56 9.56 0 0 1-6.574 2.618c-2.856 0-5.425-1.263-7.197-3.268l5.048-8.105v3.737c0 1.794.696 2.374 1.28 2.544.584.17 1.476.054 2.413-1.468.998-1.614 2.025-3.297 3.023-4.88v2.276c0 1.678.672 3.02 1.843 3.68 1.056.597 2.384.543 3.465-.14 1.312-.828 2.018-2.354 1.944-4.193z",source:"https://www.coinmarketcap.com/",hex:"17181B",guidelines:void 0,license:void 0};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>CoinMarketCap</title><path d="M20.738 14.341c-.419.265-.912.298-1.286.087-.476-.27-.738-.898-.738-1.774v-2.618c0-1.264-.5-2.164-1.336-2.407-1.416-.413-2.482 1.32-2.882 1.972l-2.498 4.05v-4.95c-.028-1.14-.398-1.821-1.1-2.027-.466-.135-1.161-.081-1.837.953l-5.597 8.987A9.875 9.875 0 0 1 2.326 12c0-5.414 4.339-9.818 9.672-9.818 5.332 0 9.67 4.404 9.67 9.818.004.018.002.034.003.053.05 1.049-.29 1.883-.933 2.29zm3.08-2.34-.001-.055C23.787 5.353 18.497 0 11.997 0 5.48 0 .177 5.383.177 12c0 6.616 5.303 12 11.82 12 2.991 0 5.846-1.137 8.037-3.2.435-.41.46-1.1.057-1.541a1.064 1.064 0 0 0-1.519-.059 9.56 9.56 0 0 1-6.574 2.618c-2.856 0-5.425-1.263-7.197-3.268l5.048-8.105v3.737c0 1.794.696 2.374 1.28 2.544.584.17 1.476.054 2.413-1.468.998-1.614 2.025-3.297 3.023-4.88v2.276c0 1.678.672 3.02 1.843 3.68 1.056.597 2.384.543 3.465-.14 1.312-.828 2.018-2.354 1.944-4.193z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/**@deprecated use "const { siConventionalcommits } = require('simple-icons/icons');" instead*/declare const i:import("../alias").I;export default i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.warn("warn -",`Imports like "const conventionalcommits = require('simple-icons/icons/conventionalcommits');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siConventionalcommits } = require('simple-icons/icons');" instead`),module.exports={title:"Conventional Commits",slug:"conventionalcommits",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Conventional Commits</title><path d="'+this.path+'"/></svg>'},path:"M12 0C5.382 0 0 5.382 0 12s5.382 12 12 12 12-5.382 12-12S18.618 0 12 0zm0 1.6c5.753 0 10.4 4.647 10.4 10.4S17.753 22.4 12 22.4 1.6 17.753 1.6 12 6.247 1.6 12 1.6z",source:"https://www.conventionalcommits.org",hex:"FE5196",guidelines:void 0,license:{type:"MIT",url:"https://spdx.org/licenses/MIT"}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Conventional Commits</title><path d="M12 0C5.382 0 0 5.382 0 12s5.382 12 12 12 12-5.382 12-12S18.618 0 12 0zm0 1.6c5.753 0 10.4 4.647 10.4 10.4S17.753 22.4 12 22.4 1.6 17.753 1.6 12 6.247 1.6 12 1.6z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/**@deprecated use "const { siCratedb } = require('simple-icons/icons');" instead*/declare const i:import("../alias").I;export default i;
|