@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.70 → 1.1.71
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/IconScanCode/index.d.ts +4 -0
- package/IconScanCode/index.js +2 -0
- package/IconScanCode/index.js.map +1 -0
- package/IconScanCode/index.mjs +2 -0
- package/IconScanCode/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
|
@@ -8820,6 +8820,13 @@
|
|
|
8820
8820
|
"iconName": "satellite-2, radar, feed",
|
|
8821
8821
|
"pathname": "src/IconSatellite2"
|
|
8822
8822
|
},
|
|
8823
|
+
{
|
|
8824
|
+
"svg": "<Path d=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\"/><Path d=\"M21 21H15V19H19V15H21V21Z\" fill=\"currentColor\"/><Path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\"/><Path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\"/><Path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\"/><Path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\"/><Path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\"/><Path d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\"/><Path d=\"M21 9H19V5H15V3H21V9Z\" fill=\"currentColor\"/>",
|
|
8825
|
+
"tags": "Path",
|
|
8826
|
+
"componentName": "IconScanCode",
|
|
8827
|
+
"iconName": "scan-code, barcode",
|
|
8828
|
+
"pathname": "src/IconScanCode"
|
|
8829
|
+
},
|
|
8823
8830
|
{
|
|
8824
8831
|
"svg": "<Path d=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\"/><Path d=\"M14 15H8V13H14V15Z\" fill=\"currentColor\"/><Path d=\"M16 11H8V9H16V11Z\" fill=\"currentColor\"/><Path d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\"/><Path d=\"M21 9H19V5H15V3H21V9Z\" 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\"/>",
|
|
8825
8832
|
"tags": "Path",
|