@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.14 → 1.1.15
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/IconInputForm/index.d.ts +4 -0
- package/IconInputForm/index.js +2 -0
- package/IconInputForm/index.js.map +1 -0
- package/IconInputForm/index.mjs +2 -0
- package/IconInputForm/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
|
@@ -5747,6 +5747,13 @@
|
|
|
5747
5747
|
"iconName": "injection",
|
|
5748
5748
|
"pathname": "src/IconInjection"
|
|
5749
5749
|
},
|
|
5750
|
+
{
|
|
5751
|
+
"svg": "<Path d=\"M9 21H7.5V3H9V21Z\" fill=\"currentColor\"/><Path d=\"M6 18H2V6H6V18Z\" fill=\"currentColor\"/><Path d=\"M22 18H10.5V6H22V18Z\" fill=\"currentColor\"/>",
|
|
5752
|
+
"tags": "Path",
|
|
5753
|
+
"componentName": "IconInputForm",
|
|
5754
|
+
"iconName": "input-form, text-area, prompt",
|
|
5755
|
+
"pathname": "src/IconInputForm"
|
|
5756
|
+
},
|
|
5750
5757
|
{
|
|
5751
5758
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.80886 7.71799L3.77862 12.0001L7.80886 16.2822L6.71656 17.3103L1.71875 12.0001L6.71656 6.68994L7.80886 7.71799ZM17.2808 6.68994L22.2786 12.0001L17.2808 17.3103L16.1885 16.2822L20.2188 12.0001L16.1885 7.71799L17.2808 6.68994Z\" fill=\"currentColor\"/>",
|
|
5752
5759
|
"tags": "Path",
|