@taiga-ui/icons 2.26.0 → 2.27.0
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/all.d.ts +2 -1
- package/bundles/taiga-ui-icons.umd.js +2 -0
- package/bundles/taiga-ui-icons.umd.js.map +1 -1
- package/bundles/taiga-ui-icons.umd.min.js +1 -1
- package/bundles/taiga-ui-icons.umd.min.js.map +1 -1
- package/esm2015/all.js +3 -2
- package/esm5/all.js +3 -2
- package/fesm2015/taiga-ui-icons.js +2 -1
- package/fesm2015/taiga-ui-icons.js.map +1 -1
- package/fesm5/taiga-ui-icons.js +2 -1
- package/fesm5/taiga-ui-icons.js.map +1 -1
- package/package.json +1 -1
- package/src/tuiIconSortOff.svg +24 -0
- package/taiga-ui-icons.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><g
|
|
2
|
+
id="tuiIconSortOff"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
><svg x="50%" y="50%" width="1em" height="1em" overflow="visible" viewBox="0 0 16 16"><svg x="-8" y="-8"><svg
|
|
5
|
+
width="16"
|
|
6
|
+
height="16"
|
|
7
|
+
viewBox="0 0 16 16"
|
|
8
|
+
fill="none"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
fill-rule="evenodd"
|
|
13
|
+
clip-rule="evenodd"
|
|
14
|
+
d="M11.7071 4.87883C12.0976 5.26935 12.0976 5.90252 11.7071 6.29304C11.3166 6.68357 10.6834 6.68357 10.2929 6.29304L8 4.00015L5.70711 6.29304C5.31658 6.68357 4.68342 6.68357 4.29289 6.29304C3.90237 5.90252 3.90237 5.26935 4.29289 4.87883L6.58579 2.58594C7.36684 1.80489 8.63317 1.80489 9.41421 2.58594L11.7071 4.87883Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fill-rule="evenodd"
|
|
19
|
+
clip-rule="evenodd"
|
|
20
|
+
d="M4.29289 10.7071C3.90237 10.3166 3.90237 9.68342 4.29289 9.29289C4.68342 8.90237 5.31658 8.90237 5.70711 9.29289L8 11.5858L10.2929 9.29289C10.6834 8.90237 11.3166 8.90237 11.7071 9.29289C12.0976 9.68342 12.0976 10.3166 11.7071 10.7071L9.41421 13C8.63316 13.781 7.36683 13.781 6.58579 13L4.29289 10.7071Z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
</svg></svg></g></svg>
|