@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.25 → 1.1.26
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/IconDia/index.d.ts +4 -0
- package/IconDia/index.js +2 -0
- package/IconDia/index.js.map +1 -0
- package/IconDia/index.mjs +2 -0
- package/IconDia/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
|
@@ -3808,6 +3808,13 @@
|
|
|
3808
3808
|
"iconName": "devices, macbook, iphone, phone, connected",
|
|
3809
3809
|
"pathname": "src/IconDevices"
|
|
3810
3810
|
},
|
|
3811
|
+
{
|
|
3812
|
+
"svg": "<Rect width=\"24\" height=\"24\" fill=\"white\"/><Path d=\"M12 2.70358C12.2518 2.70355 12.5058 2.71207 12.7613 2.72964C18.0971 3.09701 22.4035 7.44413 22.7306 12.7839C22.8815 15.2705 22.1449 17.5893 20.7928 19.5992C20.3771 20.2173 19.554 20.3586 18.8712 20.0609C16.7569 19.139 14.3784 18.4064 12 18.4377C9.62158 18.4064 7.24311 19.1391 5.12881 20.0609C4.44602 20.3586 3.62294 20.2173 3.20718 19.5992C1.85505 17.5893 1.1185 15.2705 1.26942 12.7839C1.59648 7.4441 5.90288 3.09695 11.2387 2.72964C11.4942 2.71207 11.7482 2.70355 12 2.70358Z\" fill=\"currentColor\"/>",
|
|
3813
|
+
"tags": "Path, Rect",
|
|
3814
|
+
"componentName": "IconDia",
|
|
3815
|
+
"iconName": "dia",
|
|
3816
|
+
"pathname": "src/IconDia"
|
|
3817
|
+
},
|
|
3811
3818
|
{
|
|
3812
3819
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.29297 3H16.7072L23.7072 10L12.0001 21.7071L0.292969 10L7.29297 3ZM7.70718 8L5.70718 10L7.70718 12L7.00008 12.7071L4.29297 10L7.00008 7.29289L7.70718 8Z\" fill=\"currentColor\"/>",
|
|
3813
3820
|
"tags": "Path",
|