mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-28 15:30:22 +08:00
feat(icons): add phase (#1557)
Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
This commit is contained in:
parent
85ed3967ac
commit
780086e7c8
19
meta/phase.json
Normal file
19
meta/phase.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"base": "svg",
|
||||||
|
"aliases": [],
|
||||||
|
"categories": [
|
||||||
|
"Development",
|
||||||
|
"Security"
|
||||||
|
],
|
||||||
|
"update": {
|
||||||
|
"timestamp": "2025-06-18T05:08:27.110973",
|
||||||
|
"author": {
|
||||||
|
"id": 5591423,
|
||||||
|
"login": "MDRushin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"light": "phase",
|
||||||
|
"dark": "phase-dark"
|
||||||
|
}
|
||||||
|
}
|
@ -3260,6 +3260,25 @@
|
|||||||
"light": "ryot-light"
|
"light": "ryot-light"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"phase": {
|
||||||
|
"base": "svg",
|
||||||
|
"aliases": [],
|
||||||
|
"categories": [
|
||||||
|
"Development",
|
||||||
|
"Security"
|
||||||
|
],
|
||||||
|
"update": {
|
||||||
|
"timestamp": "2025-06-18T05:08:27.110973",
|
||||||
|
"author": {
|
||||||
|
"id": 5591423,
|
||||||
|
"login": "MDRushin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"light": "phase",
|
||||||
|
"dark": "phase-dark"
|
||||||
|
}
|
||||||
|
},
|
||||||
"hoobs": {
|
"hoobs": {
|
||||||
"base": "svg",
|
"base": "svg",
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
|
BIN
png/phase-dark.png
Normal file
BIN
png/phase-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
png/phase.png
Normal file
BIN
png/phase.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
3
svg/phase-dark.svg
Normal file
3
svg/phase-dark.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="370 58 1308 1931.67">
|
||||||
|
<path fill="white" fill-rule="evenodd" clip-rule="evenodd" d="M858.55 1649.97L792.324 1974.43L866.973 1989.67L933.275 1664.84C962.927 1668.95 993.215 1671.08 1024 1671.08C1385.19 1671.08 1678 1378.27 1678 1017.08C1678 714.831 1472.97 460.472 1194.4 385.499L1258.14 73.2368L1183.49 58L1119.8 370.044C1088.53 365.454 1056.54 363.078 1024 363.078C662.806 363.078 370 655.883 370 1017.08C370 1321.11 577.465 1576.69 858.55 1649.97ZM962.067 1523.77C982.368 1526.23 1003.04 1527.49 1024 1527.49C1305.89 1527.49 1534.41 1298.97 1534.41 1017.08C1534.41 784.318 1378.61 587.947 1165.61 526.563L962.067 1523.77ZM1091.02 511.024L887.326 1508.99C671.798 1449.23 513.586 1251.63 513.586 1017.08C513.586 735.183 742.106 506.663 1024 506.663C1046.72 506.663 1069.09 508.147 1091.02 511.024Z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 868 B |
3
svg/phase.svg
Normal file
3
svg/phase.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="370 58 1308 1931.67">
|
||||||
|
<path fill="black" fill-rule="evenodd" clip-rule="evenodd" d="M858.55 1649.97L792.324 1974.43L866.973 1989.67L933.275 1664.84C962.927 1668.95 993.215 1671.08 1024 1671.08C1385.19 1671.08 1678 1378.27 1678 1017.08C1678 714.831 1472.97 460.472 1194.4 385.499L1258.14 73.2368L1183.49 58L1119.8 370.044C1088.53 365.454 1056.54 363.078 1024 363.078C662.806 363.078 370 655.883 370 1017.08C370 1321.11 577.465 1576.69 858.55 1649.97ZM962.067 1523.77C982.368 1526.23 1003.04 1527.49 1024 1527.49C1305.89 1527.49 1534.41 1298.97 1534.41 1017.08C1534.41 784.318 1378.61 587.947 1165.61 526.563L962.067 1523.77ZM1091.02 511.024L887.326 1508.99C671.798 1449.23 513.586 1251.63 513.586 1017.08C513.586 735.183 742.106 506.663 1024 506.663C1046.72 506.663 1069.09 508.147 1091.02 511.024Z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 868 B |
@ -1531,6 +1531,8 @@
|
|||||||
"pgbackweb-light.png",
|
"pgbackweb-light.png",
|
||||||
"phanpy.png",
|
"phanpy.png",
|
||||||
"phantombot.png",
|
"phantombot.png",
|
||||||
|
"phase-dark.png",
|
||||||
|
"phase.png",
|
||||||
"phoneinfoga-light.png",
|
"phoneinfoga-light.png",
|
||||||
"phoneinfoga.png",
|
"phoneinfoga.png",
|
||||||
"phorge-light.png",
|
"phorge-light.png",
|
||||||
@ -3583,6 +3585,8 @@
|
|||||||
"pgbackweb-dark.svg",
|
"pgbackweb-dark.svg",
|
||||||
"pgbackweb-light.svg",
|
"pgbackweb-light.svg",
|
||||||
"phanpy.svg",
|
"phanpy.svg",
|
||||||
|
"phase-dark.svg",
|
||||||
|
"phase.svg",
|
||||||
"phoneinfoga-light.svg",
|
"phoneinfoga-light.svg",
|
||||||
"phoneinfoga.svg",
|
"phoneinfoga.svg",
|
||||||
"phorge-light.svg",
|
"phorge-light.svg",
|
||||||
@ -5730,6 +5734,8 @@
|
|||||||
"pgbackweb-light.webp",
|
"pgbackweb-light.webp",
|
||||||
"phanpy.webp",
|
"phanpy.webp",
|
||||||
"phantombot.webp",
|
"phantombot.webp",
|
||||||
|
"phase-dark.webp",
|
||||||
|
"phase.webp",
|
||||||
"phoneinfoga-light.webp",
|
"phoneinfoga-light.webp",
|
||||||
"phoneinfoga.webp",
|
"phoneinfoga.webp",
|
||||||
"phorge-light.webp",
|
"phorge-light.webp",
|
||||||
|
BIN
webp/phase-dark.webp
Normal file
BIN
webp/phase-dark.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
BIN
webp/phase.webp
Normal file
BIN
webp/phase.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
x
Reference in New Issue
Block a user