@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.54 → 1.1.55
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/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 +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
|
@@ -8778,6 +8778,13 @@
|
|
|
8778
8778
|
"iconName": "search-menu,list-search",
|
|
8779
8779
|
"pathname": "src/IconSearchMenu"
|
|
8780
8780
|
},
|
|
8781
|
+
{
|
|
8782
|
+
"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\"/>",
|
|
8783
|
+
"tags": "Path",
|
|
8784
|
+
"componentName": "IconSearchOptions",
|
|
8785
|
+
"iconName": "search-options, settings",
|
|
8786
|
+
"pathname": "src/IconSearchOptions"
|
|
8787
|
+
},
|
|
8781
8788
|
{
|
|
8782
8789
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 4H22V20H2V4ZM6 8H11V10H6V8ZM13 8V10H18V8H13ZM6 11H11V13H6V11ZM13 11V13H18V11H13ZM6 14H11V16H6V14ZM13 14V16H18V14H13Z\" fill=\"currentColor\"/>",
|
|
8783
8790
|
"tags": "Path",
|