@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.12 → 1.1.13
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/IconPromptSuggestion/index.d.ts +4 -0
- package/IconPromptSuggestion/index.js +2 -0
- package/IconPromptSuggestion/index.js.map +1 -0
- package/IconPromptSuggestion/index.mjs +2 -0
- package/IconPromptSuggestion/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
|
@@ -7784,6 +7784,13 @@
|
|
|
7784
7784
|
"iconName": "prompt, vibe-designing, box-sparkle",
|
|
7785
7785
|
"pathname": "src/IconPrompt1"
|
|
7786
7786
|
},
|
|
7787
|
+
{
|
|
7788
|
+
"svg": "<Path d=\"M6.4 2H5.6L4.6 4.6L2 5.6V6.4L4.6 7.4L5.6 10H6.4L7.4 7.4L10 6.4V5.6L7.4 4.6L6.4 2Z\" fill=\"currentColor\"/><Path d=\"M18 4.5L21.5 8L10 19.5L6 20L6.5 16L18 4.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M15 8L18 11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
7789
|
+
"tags": "Path",
|
|
7790
|
+
"componentName": "IconPromptSuggestion",
|
|
7791
|
+
"iconName": "prompt-suggestion, auto-prompt",
|
|
7792
|
+
"pathname": "src/IconPromptSuggestion"
|
|
7793
|
+
},
|
|
7787
7794
|
{
|
|
7788
7795
|
"svg": "<Path d=\"M2 6V4H6H10V6\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 4V11M6 11H4M6 11H8\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 15V20H20V6H14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M20 16L16 12L8 20\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
7789
7796
|
"tags": "Path",
|