@central-icons-react-native/round-outlined-radius-1-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=\"M11.75 6.75H20.25C20.8023 6.75 21.25 7.19772 21.25 7.75V16.25C21.25 16.8023 20.8023 17.25 20.25 17.25H11.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.75 6.75H3.75C3.19772 6.75 2.75 7.19772 2.75 7.75V16.25C2.75 16.8023 3.19772 17.25 3.75 17.25H5.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.75 3.75V20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5752
|
+
"tags": "Path",
|
|
5753
|
+
"componentName": "IconInputForm",
|
|
5754
|
+
"iconName": "input-form, text-area, prompt",
|
|
5755
|
+
"pathname": "src/IconInputForm"
|
|
5756
|
+
},
|
|
5750
5757
|
{
|
|
5751
5758
|
"svg": "<Path d=\"M17.25 7.75L20.605 11.3146C20.9674 11.6997 20.9674 12.3003 20.605 12.6854L17.25 16.25M6.75 16.25L3.39505 12.6854C3.03265 12.3003 3.03265 11.6997 3.39505 11.3146L6.75 7.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5752
5759
|
"tags": "Path",
|