@tabler/icons-svelte-runes 3.41.0 → 3.41.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.
- package/README.md +2 -2
- package/dist/icons/x-mark.svelte +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Tabler Icons for Svelte (Runes)
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-svelte.png" alt="Tabler Icons" width="838">
|
|
4
|
+
<a href="https://tabler.io/icons?ref=tabler-icons-readme"><img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-svelte.png" alt="Tabler Icons" width="838"></a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
@@ -9,7 +9,7 @@ Implementation of the Tabler Icons library for Svelte 5+ using the new runes rea
|
|
|
9
9
|
<p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<a href="https://tabler
|
|
12
|
+
<a href="https://tabler.io/icons"><strong>Browse all icons at tabler.io →</strong></a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
package/dist/icons/x-mark.svelte
CHANGED
|
@@ -9,6 +9,6 @@ interface Props extends IconProps {
|
|
|
9
9
|
|
|
10
10
|
let { children, ...props }: Props = $props();
|
|
11
11
|
|
|
12
|
-
const iconNode: IconNode = [["path",{"d":"M12 16l3.644 3.644a1.21 1.21 0 0 0 1.712 0l2.288 -2.288a1.21 1.21 0 0 0 0 -1.712l-3.644 -3.644l3.644 -3.644a1.21 1.21 0 0 0 0 -1.712l-2.288 -2.288a1.21 1.21 0 0 0 -1.712 0l-3.644 3.644l-3.644 -3.644a1.21 1.21 0 0 0 -1.712 0l-2.288 2.288a1.21 1.21 0 0 0 0 1.712l3.644 3.644l-3.644 3.644a1.21 1.21 0 0 0 0 1.712l2.288 2.288a1.21 1.21 0 0 0 1.712
|
|
12
|
+
const iconNode: IconNode = [["path",{"d":"M12 16l3.644 3.644a1.21 1.21 0 0 0 1.712 0l2.288 -2.288a1.21 1.21 0 0 0 0 -1.712l-3.644 -3.644l3.644 -3.644a1.21 1.21 0 0 0 0 -1.712l-2.288 -2.288a1.21 1.21 0 0 0 -1.712 0l-3.644 3.644l-3.644 -3.644a1.21 1.21 0 0 0 -1.712 0l-2.288 2.288a1.21 1.21 0 0 0 0 1.712l3.644 3.644l-3.644 3.644a1.21 1.21 0 0 0 0 1.712l2.288 2.288a1.21 1.21 0 0 0 1.712 0l3.644 -3.644"}]];
|
|
13
13
|
</script>
|
|
14
14
|
<Icon type="outline" name="x-mark" {...props} iconNode={iconNode} {children} />
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-svelte-runes",
|
|
3
|
-
"version": "3.41.
|
|
3
|
+
"version": "3.41.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "codecalm",
|
|
6
6
|
"description": "A set of free MIT-licensed high-quality SVG icons for Svelte 5+ using runes",
|
|
7
|
-
"homepage": "https://tabler
|
|
7
|
+
"homepage": "https://tabler.io/icons",
|
|
8
8
|
"bugs": {
|
|
9
9
|
"url": "https://github.com/tabler/tabler-icons/issues"
|
|
10
10
|
},
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"ui"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@tabler/icons": "3.41.
|
|
55
|
+
"@tabler/icons": "3.41.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@sveltejs/package": "^2.3.7",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@tsconfig/svelte": "^5.0.4",
|
|
62
62
|
"svelte": "^5.0.0",
|
|
63
63
|
"svelte-check": "^4.3.4",
|
|
64
|
-
"vite": "^
|
|
64
|
+
"vite": "^7.3.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"svelte": "^5.0.0"
|