@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.65 → 1.1.66
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/IconCodeLarge/index.d.ts +4 -0
- package/IconCodeLarge/index.js +2 -0
- package/IconCodeLarge/index.js.map +1 -0
- package/IconCodeLarge/index.mjs +2 -0
- package/IconCodeLarge/index.mjs.map +1 -0
- package/IconVibeCoding/index.d.ts +4 -0
- package/IconVibeCoding/index.js +2 -0
- package/IconVibeCoding/index.js.map +1 -0
- package/IconVibeCoding/index.mjs +2 -0
- package/IconVibeCoding/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -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 +14 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -3318,6 +3318,13 @@
|
|
|
3318
3318
|
"iconName": "code-insert",
|
|
3319
3319
|
"pathname": "src/IconCodeInsert"
|
|
3320
3320
|
},
|
|
3321
|
+
{
|
|
3322
|
+
"svg": "<Path d=\"M8.5 5.5L2 12L8.5 18.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15.5 5.5L22 12L15.5 18.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
3323
|
+
"tags": "Path",
|
|
3324
|
+
"componentName": "IconCodeLarge",
|
|
3325
|
+
"iconName": "code-large, syntax, brackets",
|
|
3326
|
+
"pathname": "src/IconCodeLarge"
|
|
3327
|
+
},
|
|
3321
3328
|
{
|
|
3322
3329
|
"svg": "<Path d=\"M2.5 4.5H13.5M17.5 4.5H21.5M2.5 12L8.5 12M12.5 12L21.5 12M2.5 19.5L10.5 19.5M14.5 19.5L21.5 19.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
|
|
3323
3330
|
"tags": "Path",
|
|
@@ -10906,6 +10913,13 @@
|
|
|
10906
10913
|
"iconName": "vertical-alignment-right",
|
|
10907
10914
|
"pathname": "src/IconVerticalAlignmentRight"
|
|
10908
10915
|
},
|
|
10916
|
+
{
|
|
10917
|
+
"svg": "<Path d=\"M10.85 10H10.15L9.275 12.275L7 13.15V13.85L9.275 14.725L10.15 17H10.85L11.725 14.725L14 13.85V13.15L11.725 12.275L10.85 10Z\" fill=\"currentColor\"/><Path d=\"M13.75 6H13.25L12.625 7.625L11 8.25V8.75L12.625 9.375L13.25 11H13.75L14.375 9.375L16 8.75V8.25L14.375 7.625L13.75 6Z\" fill=\"currentColor\"/><Path d=\"M6.5 6.5L2 12L6.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M17.5 6.5L22 12L17.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
10918
|
+
"tags": "Path",
|
|
10919
|
+
"componentName": "IconVibeCoding",
|
|
10920
|
+
"iconName": "vibe-coding, ai, ide, syntax",
|
|
10921
|
+
"pathname": "src/IconVibeCoding"
|
|
10922
|
+
},
|
|
10909
10923
|
{
|
|
10910
10924
|
"svg": "<Path d=\"M1.5 20.5C1.5 15.2074 5.51959 12.916 9 13.6259\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M6.5 20.4996H10.5M10.5 20.4996H20.5L22.5 12.5H12.5L10.5 20.4996Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M17.1211 4.82617C17.6862 5.4743 18.074 6.151 18.3162 6.94046C19.0722 6.52325 19.8517 6.16228 20.7065 5.98903\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M7.79824 10.9857C5.47865 10.9857 3.59824 9.09252 3.59824 6.75714C3.59813 5.17143 4.12325 3.05714 6.22325 3.05714C7.44546 3.05714 9.37313 2 9.37313 2C10.0364 3.0404 11.05 3.3313 11.9982 2.52857C13.2354 3.77414 12.9211 4.9897 11.9982 6.22857V6.75714C11.9982 9.09252 10.1178 10.9857 7.79824 10.9857Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><Rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"currentColor\"/><Path d=\"M9.375 6.5H4\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10911
10925
|
"tags": "Path, Rect",
|