@central-icons-react-native/round-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 20H5.5C4.39543 20 3.5 19.1046 3.5 18V16H13.5V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V9H17.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 20H6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 4H10.5M6 16V13.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M7.24045 5.18518L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.75955 5.18518C4.65797 5.44927 4.44927 5.65797 4.18518 5.75955L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L4.18518 8.24045C4.44927 8.34203 4.65797 8.55073 4.75955 8.81482L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.24045 8.81482C7.34203 8.55073 7.55073 8.34203 7.81482 8.24045L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L7.81482 5.75955C7.55073 5.65797 7.34203 5.44927 7.24045 5.18518Z\" fill=\"currentColor\"/>",
|
|
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=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 7V9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 7V9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10484
10491
|
"tags": "Path",
|