Skip to content

Commit cfa430c

Browse files
authored
Merge branch 'develop' into feat/stenciljs
2 parents f309fef + e17a024 commit cfa430c

37 files changed

Lines changed: 10098 additions & 9559 deletions

.vscode/devicon-schema.json

Lines changed: 207 additions & 206 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<a href="https://devicon.dev/">
2121
<img alt="Registered logos" src="https://img.shields.io/github/directory-file-count/devicons/devicon/icons?color=%2360be86&label=registered%20logos&style=for-the-badge">
2222
</a>
23+
<a href="https://www.npmjs.com/package/devicon">
24+
<img alt="Devicons npm downloads" src="https://img.shields.io/npm/dt/devicon?color=%2360be86&style=for-the-badge">
25+
</a>
26+
<a href="https://www.npmjs.com/package/devicon">
27+
<img alt="Devicons npm downloads/month" src="https://img.shields.io/npm/dm/devicon?color=%2360be86&style=for-the-badge">
28+
</a>
2329
</p>
2430
<br />
2531
<div align="center">
@@ -156,7 +162,7 @@ Add the following CSS rules in your stylesheet:
156162
<h4>You can also use the <code>img</code> tag and reference an SVG directly from the repository:</h4>
157163

158164
```html
159-
<img src='https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/devicon/devicon-original.svg'>
165+
<img src='https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/devicon/devicon-original.svg' />
160166
```
161167

162168
<h2 id="request-icon">Requesting an icon</h2>
@@ -264,6 +270,7 @@ https://www.python.org/downloads/
264270
> Make sure your Python install includes [pip](https://pypi.org/project/pip/)
265271
266272
<h3>Install Selenium</h3>
273+
267274
```bash
268275
python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1
269276
```

devicon.json

Lines changed: 193 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,43 @@
10581058
"color": "#0071e0",
10591059
"aliases": []
10601060
},
1061+
{
1062+
"name": "biome",
1063+
"altnames": [
1064+
"biomejs"
1065+
],
1066+
"tags": [
1067+
"linter",
1068+
"javascript",
1069+
"typescript",
1070+
"code-quality",
1071+
"coding-style",
1072+
"format",
1073+
"tool"
1074+
],
1075+
"versions": {
1076+
"svg": [
1077+
"original",
1078+
"original-wordmark",
1079+
"plain-wordmark",
1080+
"line",
1081+
"line-wordmark"
1082+
],
1083+
"font": [
1084+
"original",
1085+
"plain-wordmark",
1086+
"line",
1087+
"line-wordmark"
1088+
]
1089+
},
1090+
"color": "#60a5fa",
1091+
"aliases": [
1092+
{
1093+
"base": "original",
1094+
"alias": "plain"
1095+
}
1096+
]
1097+
},
10611098
{
10621099
"name": "bitbucket",
10631100
"altnames": [
@@ -1482,6 +1519,30 @@
14821519
"color": "#AB710A",
14831520
"aliases": []
14841521
},
1522+
{
1523+
"name": "chakraui",
1524+
"altnames": [
1525+
"chakra ui"
1526+
],
1527+
"tags": [
1528+
"ui",
1529+
"library"
1530+
],
1531+
"versions": {
1532+
"svg": [
1533+
"original",
1534+
"plain",
1535+
"original-wordmark",
1536+
"plain-wordmark"
1537+
],
1538+
"font": [
1539+
"plain",
1540+
"plain-wordmark"
1541+
]
1542+
},
1543+
"color": "#52c8c5",
1544+
"aliases": []
1545+
},
14851546
{
14861547
"name": "chrome",
14871548
"altnames": [
@@ -8834,6 +8895,42 @@
88348895
}
88358896
]
88368897
},
8898+
{
8899+
"name": "remix",
8900+
"altnames": [
8901+
"remix.run"
8902+
],
8903+
"tags": [
8904+
"framework",
8905+
"fullstack",
8906+
"web"
8907+
],
8908+
"versions": {
8909+
"svg": [
8910+
"original",
8911+
"original-wordmark",
8912+
"line",
8913+
"line-wordmark"
8914+
],
8915+
"font": [
8916+
"original",
8917+
"original-wordmark",
8918+
"line",
8919+
"line-wordmark"
8920+
]
8921+
},
8922+
"color": "#121212",
8923+
"aliases": [
8924+
{
8925+
"base": "original",
8926+
"alias": "plain"
8927+
},
8928+
{
8929+
"base": "original-wordmark",
8930+
"alias": "plain-wordmark"
8931+
}
8932+
]
8933+
},
88378934
{
88388935
"name": "renpy",
88398936
"altnames": [
@@ -9932,6 +10029,37 @@
993210029
}
993310030
]
993410031
},
10032+
{
10033+
"name": "stackblitz",
10034+
"altnames": [],
10035+
"tags": [
10036+
"IDE",
10037+
"editor",
10038+
"remote-development"
10039+
],
10040+
"versions": {
10041+
"svg": [
10042+
"original",
10043+
"original-wordmark",
10044+
"plain-wordmark",
10045+
"line",
10046+
"line-wordmark"
10047+
],
10048+
"font": [
10049+
"original",
10050+
"plain-wordmark",
10051+
"line",
10052+
"line-wordmark"
10053+
]
10054+
},
10055+
"color": "#1389fd",
10056+
"aliases": [
10057+
{
10058+
"base": "original",
10059+
"alias": "plain"
10060+
}
10061+
]
10062+
},
993510063
{
993610064
"name": "stackoverflow",
993710065
"altnames": [
@@ -10428,6 +10556,30 @@
1042810556
"color": "#000000",
1042910557
"aliases": []
1043010558
},
10559+
{
10560+
"name": "thymeleaf",
10561+
"altnames": [],
10562+
"tags": [
10563+
"engine",
10564+
"html",
10565+
"java",
10566+
"server"
10567+
],
10568+
"versions": {
10569+
"svg": [
10570+
"original",
10571+
"plain",
10572+
"original-wordmark",
10573+
"plain-wordmark"
10574+
],
10575+
"font": [
10576+
"plain",
10577+
"plain-wordmark"
10578+
]
10579+
},
10580+
"color": "#005f0f",
10581+
"aliases": []
10582+
},
1043110583
{
1043210584
"name": "titaniumsdk",
1043310585
"altnames": [],
@@ -11243,6 +11395,26 @@
1124311395
"color": "#3C99D4",
1124411396
"aliases": []
1124511397
},
11398+
{
11399+
"name": "vscodium",
11400+
"altnames": [],
11401+
"tags": [
11402+
"editor",
11403+
"ide",
11404+
"open-source"
11405+
],
11406+
"versions": {
11407+
"svg": [
11408+
"original",
11409+
"plain"
11410+
],
11411+
"font": [
11412+
"plain"
11413+
]
11414+
},
11415+
"color": "#3C99D4",
11416+
"aliases": []
11417+
},
1124611418
{
1124711419
"name": "vsphere",
1124811420
"altnames": [
@@ -11396,6 +11568,27 @@
1139611568
}
1139711569
]
1139811570
},
11571+
{
11572+
"name": "web3js",
11573+
"altnames": [
11574+
"web3.js"
11575+
],
11576+
"tags": [
11577+
"blockchain",
11578+
"ecommerce"
11579+
],
11580+
"versions": {
11581+
"svg": [
11582+
"original",
11583+
"plain"
11584+
],
11585+
"font": [
11586+
"plain"
11587+
]
11588+
},
11589+
"color": "#f16822",
11590+
"aliases": []
11591+
},
1139911592
{
1140011593
"name": "webflow",
1140111594
"altnames": [],
Lines changed: 1 addition & 15 deletions
Loading

icons/angular/angular-original.svg

Lines changed: 1 addition & 8 deletions
Loading
Lines changed: 1 addition & 12 deletions
Loading

0 commit comments

Comments
 (0)