@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.54 → 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/IconSearchOptions/index.d.ts +4 -0
- package/IconSearchOptions/index.js +2 -0
- package/IconSearchOptions/index.js.map +1 -0
- package/IconSearchOptions/index.mjs +2 -0
- package/IconSearchOptions/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +14 -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=\"M9 2H7V4H3V21H12V19H5V10H19V12H21V4H17V2H15V4H9V2Z\" fill=\"currentColor\"/><Path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 21H3V3H21V21ZM5 19H19V9H5V19Z\" fill=\"currentColor\"/><Path d=\"M10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14Z\" fill=\"currentColor\"/>",
|
|
2266
2273
|
"tags": "Path",
|
|
@@ -8778,6 +8785,13 @@
|
|
|
8778
8785
|
"iconName": "search-menu,list-search",
|
|
8779
8786
|
"pathname": "src/IconSearchMenu"
|
|
8780
8787
|
},
|
|
8788
|
+
{
|
|
8789
|
+
"svg": "<Path d=\"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.5 4.5C11.0899 4.5 14 7.41015 14 11C14 12.434 13.5336 13.7581 12.7471 14.833L16.4141 18.5L15 19.9141L11.333 16.2471C10.2581 17.0336 8.93401 17.5 7.5 17.5C3.91015 17.5 1 14.5899 1 11C1 7.41015 3.91015 4.5 7.5 4.5ZM7.5 6.5C5.01472 6.5 3 8.51472 3 11C3 13.4853 5.01472 15.5 7.5 15.5C9.98528 15.5 12 13.4853 12 11C12 8.51472 9.98528 6.5 7.5 6.5Z\" fill=\"currentColor\"/><Path d=\"M23.4141 10L19.5 13.9141L15.5859 10L17 8.58594L19.5 11.0859L22 8.58594L23.4141 10Z\" fill=\"currentColor\"/>",
|
|
8790
|
+
"tags": "Path",
|
|
8791
|
+
"componentName": "IconSearchOptions",
|
|
8792
|
+
"iconName": "search-options, settings",
|
|
8793
|
+
"pathname": "src/IconSearchOptions"
|
|
8794
|
+
},
|
|
8781
8795
|
{
|
|
8782
8796
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 4H22V20H2V4ZM6 8H11V10H6V8ZM13 8V10H18V8H13ZM6 11H11V13H6V11ZM13 11V13H18V11H13ZM6 14H11V16H6V14ZM13 14V16H18V14H13Z\" fill=\"currentColor\"/>",
|
|
8783
8797
|
"tags": "Path",
|