@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.14 → 1.1.16
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/IconBezierEdit/index.js +1 -1
- package/IconBezierEdit/index.js.map +1 -1
- package/IconBezierEdit/index.mjs +1 -1
- package/IconBezierEdit/index.mjs.map +1 -1
- 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/IconTextEdit/index.js +1 -1
- package/IconTextEdit/index.js.map +1 -1
- package/IconTextEdit/index.mjs +1 -1
- package/IconTextEdit/index.mjs.map +1 -1
- package/LICENSE.md +4 -0
- package/README.md +1 -0
- package/filtered-icons.json +16 -2
- 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 +9 -2
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
"pathname": "src/IconBezierCurves"
|
|
1388
1388
|
},
|
|
1389
1389
|
{
|
|
1390
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
1390
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.7929 13.4596C17.8278 12.4247 19.5056 12.4247 20.5404 13.4596C21.5753 14.4944 21.5753 16.1722 20.5404 17.2071L16.7475 21H13V17.2524L16.7929 13.4596Z\" fill=\"currentColor\"/><Path d=\"M3 3V9H5V15H3V21H9V19H11V17H9V15H7V9H9V7H15V9H17V10H19V9H21V3H15V5H9V3H3Z\" fill=\"currentColor\"/>",
|
|
1391
1391
|
"tags": "Path",
|
|
1392
1392
|
"componentName": "IconBezierEdit",
|
|
1393
1393
|
"iconName": "bezier--edit",
|
|
@@ -5747,6 +5747,13 @@
|
|
|
5747
5747
|
"iconName": "injection",
|
|
5748
5748
|
"pathname": "src/IconInjection"
|
|
5749
5749
|
},
|
|
5750
|
+
{
|
|
5751
|
+
"svg": "<Path d=\"M10 21H8V3H10V21Z\" fill=\"currentColor\"/><Path d=\"M6 18H2V6H6V18Z\" fill=\"currentColor\"/><Path d=\"M22 18H12V6H22V18Z\" 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=\"M8.41436 8.00015L4.41436 12.0002L8.41436 16.0001L7.00015 17.4144L1.58594 12.0002L7.00015 6.58594L8.41436 8.00015ZM17.0002 6.58594L22.4144 12.0002L17.0002 17.4144L15.5859 16.0001L19.5859 12.0002L15.5859 8.00015L17.0002 6.58594Z\" fill=\"currentColor\"/>",
|
|
5752
5759
|
"tags": "Path",
|
|
@@ -9787,7 +9794,7 @@
|
|
|
9787
9794
|
"pathname": "src/IconTextColor"
|
|
9788
9795
|
},
|
|
9789
9796
|
{
|
|
9790
|
-
"svg": "<Path d=\"M18.5 3.
|
|
9797
|
+
"svg": "<Path d=\"M18.5 3.08594L7 14.5859V20.0002H12.4142L23.9142 8.50015L18.5 3.08594Z\" fill=\"currentColor\"/><Path d=\"M1 5.00015V7.00015H10V5.00015H1Z\" fill=\"currentColor\"/><Path d=\"M1 9.00015V11.0002H7V9.00015H1Z\" fill=\"currentColor\"/>",
|
|
9791
9798
|
"tags": "Path",
|
|
9792
9799
|
"componentName": "IconTextEdit",
|
|
9793
9800
|
"iconName": "text-edit, prompts, comment",
|