@taiga-ui/icons 4.32.0 → 4.33.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/package.json +1 -1
- package/src/text-filled.svg +3 -3
- package/src/text.svg +3 -3
package/package.json
CHANGED
package/src/text-filled.svg
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
14
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M15 18H3" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M17 6H3" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M21 12H3" />
|
|
15
15
|
</svg>
|
package/src/text.svg
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
14
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M15 18H3" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M17 6H3" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M21 12H3" />
|
|
15
15
|
</svg>
|