@taiga-ui/icons 4.11.0 → 4.12.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/calendar-1-filled.svg +17 -0
- package/src/calendar-1.svg +17 -0
package/package.json
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M11 14h1v4" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M16 2v4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M3 10h18" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="M8 2v4" />
|
|
16
|
+
<rect x="3" y="4" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M11 14h1v4" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M16 2v4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M3 10h18" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="M8 2v4" />
|
|
16
|
+
<rect x="3" y="4" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
|
|
17
|
+
</svg>
|