@tabler/icons-solidjs 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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Tabler Icons for SolidJS
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://raw.githubusercontent.com/tabler/tabler-icons/main/.github/packages/og-package-solidjs.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-solidjs.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 SolidJS applications.
|
|
|
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">
|
|
@@ -50524,7 +50524,7 @@ var IconWriting = createSolidComponent('outline', 'writing', 'Writing', [["path"
|
|
|
50524
50524
|
}]]);
|
|
50525
50525
|
|
|
50526
50526
|
var IconXMark = createSolidComponent('outline', 'x-mark', 'XMark', [["path", {
|
|
50527
|
-
"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
|
|
50527
|
+
"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"
|
|
50528
50528
|
}]]);
|
|
50529
50529
|
|
|
50530
50530
|
var IconXPowerY = createSolidComponent('outline', 'x-power-y', 'XPowerY', [["path", {
|