@central-icons-react-native/round-outlined-radius-1-stroke-1 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.5 4.5V3.5H6H9.5V4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.5 3.5V11.5M5.5 11.5H4.5M5.5 11.5H6.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.5 15.5V19.5C5.5 20.0523 5.94772 20.5 6.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V6.5C20.5 5.94772 20.0523 5.5 19.5 5.5H13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 16L16.7071 12.2071C16.3166 11.8166 15.6834 11.8166 15.2929 12.2071L7 20.5\" stroke=\"currentColor\" 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.5 4.5V3.5H6H9.5V4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.5 3.5V11.5M5.5 11.5H4.5M5.5 11.5H6.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.5 15.5V19.5C5.5 20.0523 5.94772 20.5 6.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V6.5C20.5 5.94772 20.0523 5.5 19.5 5.5H13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 15.5397V10.4603C11 10.0558 11.4553 9.81874 11.7867 10.0507L15.4148 12.5904C15.6992 12.7894 15.6992 13.2106 15.4148 13.4096L11.7867 15.9493C11.4553 16.1813 11 15.9442 11 15.5397Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
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.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"6\" cy=\"18\" r=\"2.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"18\" cy=\"18\" r=\"2.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 8.5V15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 6H17C17.5523 6 18 6.44772 18 7V15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 3.5L11.5 6L14 8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7789
7803
|
"tags": "Circle, Path",
|