@iconify-svelte/token 1.0.11 → 1.0.12

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.
@@ -1,10 +1,10 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/x/x1i56_b.css';
3
+ import '../../css/y/yf-e5obx.css';
4
4
 
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="x1i56_b"/>`;
8
+ const content = `<path class="yf-e5obx"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="token:pol" {...props}></Icon>
package/iconify.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "name": "Web3 Icons",
5
5
  "total": 1772,
6
- "version": "4.0.49",
6
+ "version": "4.0.51",
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": 1769668036
28
+ "lastModified": 1770360583
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.11",
4
+ "version": "1.0.12",
5
5
  "homepage": "https://icon-sets.iconify.design/token/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
package/css/x/x1i56_b.css DELETED
@@ -1,4 +0,0 @@
1
- .x1i56_b {
2
- fill: currentColor;
3
- d: path("M6.6 7.417V4.621L9.432 3L17.4 7.583v2.783L14.556 12zm0 8.95v-2.74l4.881-2.752l3.075 1.739l2.844-1.601v2.451l-7.968 4.491zm2.832 2.251L6.6 17.063v2.381L9.432 21L12 19.444v-2.243z");
4
- }