@central-icons-react-native/square-filled-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.75 11.457L10.2422 19.9648L5.13379 20.8662L6.03516 15.7578L14.543 7.25L18.75 11.457Z\" fill=\"currentColor\"/><Path d=\"M22.207 8L19.457 10.75L15.25 6.54297L18 3.79297L22.207 8Z\" fill=\"currentColor\"/>",
|
|
7789
|
+
"tags": "Path",
|
|
7790
|
+
"componentName": "IconPromptSuggestion",
|
|
7791
|
+
"iconName": "prompt-suggestion, auto-prompt",
|
|
7792
|
+
"pathname": "src/IconPromptSuggestion"
|
|
7793
|
+
},
|
|
7787
7794
|
{
|
|
7788
7795
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 21H5V15H6V20H6.79297L16 10.793L20 14.793V6H13V5H21V21Z\" fill=\"currentColor\"/><Path d=\"M10 5H9V4H6V11H7V12H4V11H5V4H2V5H1V3H10V5Z\" fill=\"currentColor\"/>",
|
|
7789
7796
|
"tags": "Path",
|