@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.61 → 1.1.62
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/IconRadio/index.d.ts +4 -0
- package/IconRadio/index.js +2 -0
- package/IconRadio/index.js.map +1 -0
- package/IconRadio/index.mjs +2 -0
- package/IconRadio/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
|
@@ -8330,6 +8330,13 @@
|
|
|
8330
8330
|
"iconName": "radar, location, search",
|
|
8331
8331
|
"pathname": "src/IconRadar"
|
|
8332
8332
|
},
|
|
8333
|
+
{
|
|
8334
|
+
"svg": "<Path d=\"M4 6.99976H21V19.9998H3V7L15 2.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M3 12H21\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9 7.5V11.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M17 15.125C17.4832 15.125 17.875 15.5168 17.875 16C17.875 16.4832 17.4832 16.875 17 16.875C16.5168 16.875 16.125 16.4832 16.125 16C16.125 15.5168 16.5168 15.125 17 15.125Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.75\" strokeLinecap=\"square\"/><Path d=\"M13 15.125C13.4832 15.125 13.875 15.5168 13.875 16C13.875 16.4832 13.4832 16.875 13 16.875C12.5168 16.875 12.125 16.4832 12.125 16C12.125 15.5168 12.5168 15.125 13 15.125Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.75\" strokeLinecap=\"square\"/>",
|
|
8335
|
+
"tags": "Path",
|
|
8336
|
+
"componentName": "IconRadio",
|
|
8337
|
+
"iconName": "radio, antenna, signal, broadcast, speaker",
|
|
8338
|
+
"pathname": "src/IconRadio"
|
|
8339
|
+
},
|
|
8333
8340
|
{
|
|
8334
8341
|
"svg": "<Path d=\"M1 18C1 11.9249 5.92487 7 12 7C18.0751 7 23 11.9249 23 18M5 18C5 14.134 8.13401 11 12 11C15.866 11 19 14.134 19 18M9 18C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
8335
8342
|
"tags": "Path",
|