@iconify-svelte/token 1.0.8 → 1.0.9

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.
@@ -0,0 +1,10 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/x/xoi0s-bz.css';
4
+
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="xoi0s-bz"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="token:cypherock" {...props}></Icon>
@@ -0,0 +1,10 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/u/uirkvtci.css';
4
+
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path clip-rule="evenodd" class="uirkvtci"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="token:daimo" {...props}></Icon>
@@ -0,0 +1,5 @@
1
+ .uirkvtci {
2
+ fill: currentColor;
3
+ fill-rule: evenodd;
4
+ d: path("M12.487 20.716a.568.568 0 0 1-.983 0L3.077 6.137a.58.58 0 0 1 .207-.785A17.24 17.24 0 0 1 12 3c3.174 0 6.151.856 8.716 2.353a.573.573 0 0 1 .206.785zm-.264-1.837c.044-.06.094-.147.162-.265l6.218-10.743c-.27.028-.544.022-.817-.006c-.911-.094-1.951-.456-2.965-.808l-.002-.001l-.328-.114c-1.155-.399-2.296-.764-3.376-.833c-.874-.055-1.683.086-2.41.56a.27.27 0 0 0-.106.305zm-1.999-2.656L7.34 6.75a.58.58 0 0 1 .167-.597c1.119-1 2.404-1.269 3.68-1.188c1.252.08 2.529.497 3.673.893l.309.107h.001c1.051.365 1.96.68 2.732.76c.411.042.737.01.996-.09l.085-.033c.184-.07.371-.14.525-.304a.3.3 0 0 0 .03-.11a.3.3 0 0 0-.051-.172c-.041-.057-.111-.092-.252-.163A16.1 16.1 0 0 0 12 4.147c-2.6 0-5.056.614-7.235 1.705c-.14.07-.211.106-.252.163a.3.3 0 0 0-.052.173c.003.07.043.14.124.28z");
5
+ }
@@ -0,0 +1,4 @@
1
+ .xoi0s-bz {
2
+ fill: currentColor;
3
+ d: path("M12.834 18.947L14.177 21l5.323-7.794h-5.174l-3.884 5.68l-3.663-5.164l2.32-.018l1.952 2.735l.68-1.022l-1.969-2.77H4.5l5.915 8.327l4.582-6.71h2.313l-3.178 4.596l-.61-.927zM10.442 5.115l3.884 5.679H19.5L14.177 3l-1.343 2.053l.688 1.014l.61-.926l3.178 4.596h-2.313l-4.582-6.71L4.5 11.352h5.262l1.97-2.77l-.68-1.022L9.1 10.296l-2.321-.018z");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "token",
3
3
  "info": {
4
4
  "name": "Web3 Icons",
5
- "total": 1764,
6
- "version": "4.0.42",
5
+ "total": 1766,
6
+ "version": "4.0.44",
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": 1766991832
28
+ "lastModified": 1767255458
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.8",
4
+ "version": "1.0.9",
5
5
  "homepage": "https://icon-sets.iconify.design/token/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -1526,6 +1526,10 @@
1526
1526
  "types": "./types/gfwqskkx.d.ts",
1527
1527
  "svelte": "./components/c/cyber.svelte"
1528
1528
  },
1529
+ "./cypherock": {
1530
+ "types": "./types/gfwqskkx.d.ts",
1531
+ "svelte": "./components/c/cypherock.svelte"
1532
+ },
1529
1533
  "./d2t": {
1530
1534
  "types": "./types/gfwqskkx.d.ts",
1531
1535
  "svelte": "./components/d/d2t.svelte"
@@ -1554,6 +1558,10 @@
1554
1558
  "types": "./types/gfwqskkx.d.ts",
1555
1559
  "svelte": "./components/d/dai.svelte"
1556
1560
  },
1561
+ "./daimo": {
1562
+ "types": "./types/gfwqskkx.d.ts",
1563
+ "svelte": "./components/d/daimo.svelte"
1564
+ },
1557
1565
  "./dao": {
1558
1566
  "types": "./types/gfwqskkx.d.ts",
1559
1567
  "svelte": "./components/d/dao.svelte"