@iconify-svelte/token 1.0.9 → 1.0.10
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/components/c/codex.svelte +10 -0
- package/components/p/plume.svelte +10 -0
- package/components/p/pulsechain.svelte +10 -0
- package/css/c/cidqwgiv.css +4 -0
- package/css/d/d86hyrbn.css +5 -0
- package/css/m/mmneijxw.css +5 -0
- package/iconify.json +3 -3
- package/package.json +13 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/cidqwgiv.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="cidqwgiv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="token:codex" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/m/mmneijxw.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path clip-rule="evenodd" class="mmneijxw"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="token:plume" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/d86hyrbn.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path clip-rule="evenodd" class="d86hyrbn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="token:pulsechain" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.cidqwgiv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11.794 3c0 2.74-.985 4.814-2.298 6.329c1.626-.992 3.303-2.355 4.71-4.124l1.004.75c-1.531 1.925-3.353 3.395-5.11 4.457c2.36-.554 4.699-1.339 6.203-2.383l.738 1c-1.5 1.04-3.636 1.805-5.752 2.357h8.55L20 12.594c-2.181.556-6.527 3.02-6.527 8.406h-1.267c0-2.74.985-4.814 2.298-6.329c-1.626.992-3.303 2.355-4.71 4.124l-1.004-.75c1.531-1.925 3.353-3.395 5.11-4.457c-2.36.554-4.699 1.339-6.203 2.383l-.738-1c1.5-1.04 3.636-1.805 5.752-2.357h-8.55L4 11.406c2.181-.555 6.527-3.02 6.527-8.406z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.d86hyrbn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
fill-rule: evenodd;
|
|
4
|
+
d: path("M21 13.04c0 .091-.02.179-.057.255l-3.86 7.21a.91.91 0 0 1-.794.495H7.71a.91.91 0 0 1-.794-.494l-3.86-7.212A.6.6 0 0 1 3 13.04c0-.298.224-.54.501-.54h4.235l1.074 1.966l.006.012a.48.48 0 0 0 .68.18l.012-.008a.54.54 0 0 0 .219-.323l1.367-5.702l1.175 9.18l.001.013c.044.289.293.489.564.449l.012-.002a.52.52 0 0 0 .404-.398l1.649-6.873l.677 1.24l.006.011a.5.5 0 0 0 .425.255H20.5c.277 0 .501.242.501.54M16.289 3c.327 0 .63.188.794.494l3.86 7.211a.6.6 0 0 1 .057.256c0 .298-.224.54-.501.54h-4.25l-1.073-1.966l-.007-.013a.5.5 0 0 0-.299-.236l-.012-.003c-.264-.067-.53.106-.599.39l-1.367 5.703l-1.174-9.18l-.002-.013a.53.53 0 0 0-.37-.437c-.267-.074-.54.1-.61.388l-1.649 6.873l-.676-1.24l-.007-.012a.5.5 0 0 0-.425-.254H3.5c-.277 0-.501-.242-.501-.54c0-.091.019-.178.056-.253l3.861-7.214A.91.91 0 0 1 7.711 3z");
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.mmneijxw {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
fill-rule: evenodd;
|
|
4
|
+
d: path("M3 3.001v7.156l2.536 2.557V5.56l7.07.023l-2.535-2.558zm12.862 5.724v6.46l-2.536-2.557v-6.46zM8.79 15.858h6.404l-2.535-2.559H6.256zm10.675 2.931v-6.428L16.93 9.804v7.155l-7.07-.024l2.535 2.559l6.393.021l1.349 1.36L21 21l-.164-.83z");
|
|
5
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "token",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Web3 Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "4.0.
|
|
5
|
+
"total": 1769,
|
|
6
|
+
"version": "4.0.46",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "0xa3k5",
|
|
9
9
|
"url": "https://github.com/0xa3k5/web3icons"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"category": "Logos",
|
|
26
26
|
"palette": false
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1767854749
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/token",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.10",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/token/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -1302,6 +1302,10 @@
|
|
|
1302
1302
|
"types": "./types/gfwqskkx.d.ts",
|
|
1303
1303
|
"svelte": "./components/c/cnht.svelte"
|
|
1304
1304
|
},
|
|
1305
|
+
"./codex": {
|
|
1306
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1307
|
+
"svelte": "./components/c/codex.svelte"
|
|
1308
|
+
},
|
|
1305
1309
|
"./coin98": {
|
|
1306
1310
|
"types": "./types/gfwqskkx.d.ts",
|
|
1307
1311
|
"svelte": "./components/c/coin98.svelte"
|
|
@@ -4878,6 +4882,10 @@
|
|
|
4878
4882
|
"types": "./types/gfwqskkx.d.ts",
|
|
4879
4883
|
"svelte": "./components/p/plu.svelte"
|
|
4880
4884
|
},
|
|
4885
|
+
"./plume": {
|
|
4886
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4887
|
+
"svelte": "./components/p/plume.svelte"
|
|
4888
|
+
},
|
|
4881
4889
|
"./pnb": {
|
|
4882
4890
|
"types": "./types/gfwqskkx.d.ts",
|
|
4883
4891
|
"svelte": "./components/p/pnb.svelte"
|
|
@@ -5062,6 +5070,10 @@
|
|
|
5062
5070
|
"types": "./types/gfwqskkx.d.ts",
|
|
5063
5071
|
"svelte": "./components/p/ptu.svelte"
|
|
5064
5072
|
},
|
|
5073
|
+
"./pulsechain": {
|
|
5074
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5075
|
+
"svelte": "./components/p/pulsechain.svelte"
|
|
5076
|
+
},
|
|
5065
5077
|
"./pumlx": {
|
|
5066
5078
|
"types": "./types/gfwqskkx.d.ts",
|
|
5067
5079
|
"svelte": "./components/p/pumlx.svelte"
|