@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.192 → 1.1.193
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/IconScriptAi/index.d.ts +4 -0
- package/IconScriptAi/index.js +2 -0
- package/IconScriptAi/index.js.map +1 -0
- package/IconScriptAi/index.mjs +2 -0
- package/IconScriptAi/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
|
@@ -10479,6 +10479,13 @@
|
|
|
10479
10479
|
"iconName": "script-2, paper, page, contract, file, document, skills",
|
|
10480
10480
|
"pathname": "src/IconScript2"
|
|
10481
10481
|
},
|
|
10482
|
+
{
|
|
10483
|
+
"svg": "<Path d=\"M7 20H5C3.89543 20 3 19.1046 3 18V16H14V18.5C14 19.3284 14.6716 20 15.5 20C16.3284 20 17 19.3284 17 18.5V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V9H17.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 4H10M6 16V13\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6.4 3H5.6L4.6 5.6L2 6.6V7.4L4.6 8.4L5.6 11H6.4L7.4 8.4L10 7.4V6.6L7.4 5.6L6.4 3Z\" fill=\"currentColor\"/><Path d=\"M15 20H6\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
10484
|
+
"tags": "Path",
|
|
10485
|
+
"componentName": "IconScriptAi",
|
|
10486
|
+
"iconName": "script-ai, paper, page, contract, file, document, skills",
|
|
10487
|
+
"pathname": "src/IconScriptAi"
|
|
10488
|
+
},
|
|
10482
10489
|
{
|
|
10483
10490
|
"svg": "<Path d=\"M17 3H5V21H19V11L17 8V3Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M9 7V9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M13 7V9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
10484
10491
|
"tags": "Path",
|