@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.55 → 1.1.56
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/IconCalenderSparkle/index.d.ts +4 -0
- package/IconCalenderSparkle/index.js +2 -0
- package/IconCalenderSparkle/index.js.map +1 -0
- package/IconCalenderSparkle/index.mjs +2 -0
- package/IconCalenderSparkle/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -2261,6 +2261,13 @@
|
|
|
2261
2261
|
"iconName": "calender-remove, date-remove",
|
|
2262
2262
|
"pathname": "src/IconCalenderRemove"
|
|
2263
2263
|
},
|
|
2264
|
+
{
|
|
2265
|
+
"svg": "<Path d=\"M20.5 4.5H3.5V8.5H20.5V4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 8.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 8.5V20.5H12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
|
|
2266
|
+
"tags": "Path",
|
|
2267
|
+
"componentName": "IconCalenderSparkle",
|
|
2268
|
+
"iconName": "calender-sparkle, date, plan",
|
|
2269
|
+
"pathname": "src/IconCalenderSparkle"
|
|
2270
|
+
},
|
|
2264
2271
|
{
|
|
2265
2272
|
"svg": "<Path d=\"M3.5 3.5H20.5V7.5V20.5H3.5V7.5V3.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M3.5 7.5H20.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
|
|
2266
2273
|
"tags": "Path",
|