@central-icons-react-native/square-outlined-radius-0-stroke-1 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.5L5.75 20.25L6.5 16L18 4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M15.5 7.5L18.5 10.5\" stroke=\"currentColor\" 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=\"M1.5 5V3.5H6H9.5V5\" stroke=\"currentColor\"/><Path d=\"M5.5 3.5V11.5M5.5 11.5H4M5.5 11.5H7\" stroke=\"currentColor\"/><Path d=\"M5.5 15V20.5H20.5V5.5H13\" stroke=\"currentColor\"/><Path d=\"M20.5 16L16 11.5L7 20.5\" stroke=\"currentColor\"/>",
|
|
7789
7796
|
"tags": "Path",
|