@central-icons-react-native/round-outlined-radius-0-stroke-1.5 1.1.10 → 1.1.11
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/IconPromptTextToImage/index.d.ts +4 -0
- package/IconPromptTextToImage/index.js +2 -0
- package/IconPromptTextToImage/index.js.map +1 -0
- package/IconPromptTextToImage/index.mjs +2 -0
- package/IconPromptTextToImage/index.mjs.map +1 -0
- package/IconPromptTextToVideo/index.d.ts +4 -0
- package/IconPromptTextToVideo/index.js +2 -0
- package/IconPromptTextToVideo/index.js.map +1 -0
- package/IconPromptTextToVideo/index.mjs +2 -0
- package/IconPromptTextToVideo/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
|
@@ -7784,6 +7784,20 @@
|
|
|
7784
7784
|
"iconName": "prompt, vibe-designing, box-sparkle",
|
|
7785
7785
|
"pathname": "src/IconPrompt1"
|
|
7786
7786
|
},
|
|
7787
|
+
{
|
|
7788
|
+
"svg": "<Path d=\"M1.75 5V3.75H6H10.25V5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.99994 3.75V11.25M5.99994 11.25H4.75M5.99994 11.25H7.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.75 15.75V20.25H20.25V5.75H14.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.25 16.5L15.5 11.75L7.5 20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7789
|
+
"tags": "Path",
|
|
7790
|
+
"componentName": "IconPromptTextToImage",
|
|
7791
|
+
"iconName": "prompt-text-to-image",
|
|
7792
|
+
"pathname": "src/IconPromptTextToImage"
|
|
7793
|
+
},
|
|
7794
|
+
{
|
|
7795
|
+
"svg": "<Path d=\"M1.75 5V3.75H6H10.25V5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.99994 3.75V11.25M5.99994 11.25H4.75M5.99994 11.25H7.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.75 15.75V20.25H20.25V5.75H14.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 15.5272V10.4728C11 9.85986 11.6954 9.50575 12.1911 9.86628L15.666 12.3934C16.0778 12.693 16.0778 13.307 15.666 13.6066L12.1911 16.1337C11.6954 16.4943 11 16.1401 11 15.5272Z\" fill=\"currentColor\"/>",
|
|
7796
|
+
"tags": "Path",
|
|
7797
|
+
"componentName": "IconPromptTextToVideo",
|
|
7798
|
+
"iconName": "prompt-text-to-video",
|
|
7799
|
+
"pathname": "src/IconPromptTextToVideo"
|
|
7800
|
+
},
|
|
7787
7801
|
{
|
|
7788
7802
|
"svg": "<Circle cx=\"6\" cy=\"6\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"6\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"18\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 8.25V15.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 6H18V15.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 3.75L11.75 6L14 8.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7789
7803
|
"tags": "Circle, Path",
|