@iconify-svelte/token 1.0.0 → 1.0.1

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/m/m6lqtnm.css';
3
+ import '../../css/h/h65wv1-x.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="m6lqtnm" />`;
8
+ const content = `<path class="h65wv1-x" />`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="token:base" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .h65wv1-x {
2
+ fill: currentColor;
3
+ d: path("M3 4.706c0-.585 0-.877.11-1.101c.106-.215.28-.39.496-.495C3.83 3 4.122 3 4.706 3h14.588c.585 0 .876 0 1.101.11c.215.105.389.28.494.495c.111.225.111.517.111 1.101v14.588c0 .585 0 .876-.11 1.101c-.106.215-.28.389-.495.494c-.225.111-.517.111-1.101.111H4.706c-.585 0-.876 0-1.101-.11a1.08 1.08 0 0 1-.494-.495C3 20.17 3 19.878 3 19.294z");
4
+ }
package/iconify.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "name": "Web3 Icons",
5
5
  "total": 1746,
6
- "version": "4.0.24",
6
+ "version": "4.0.25",
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": 1758604091
28
+ "lastModified": 1759902980
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.0",
4
+ "version": "1.0.1",
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/m/m6lqtnm.css DELETED
@@ -1,4 +0,0 @@
1
- .m6lqtnm {
2
- fill: currentColor;
3
- d: path("M11.984 21C16.964 21 21 16.97 21 12s-4.036-9-9.016-9C7.26 3 3.384 6.627 3 11.244h11.917v1.513H3C3.385 17.373 7.26 21 11.984 21");
4
- }