@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.12 → 1.1.14
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/IconImagine/index.d.ts +4 -0
- package/IconImagine/index.js +2 -0
- package/IconImagine/index.js.map +1 -0
- package/IconImagine/index.mjs +2 -0
- package/IconImagine/index.mjs.map +1 -0
- package/IconImagineAi/index.d.ts +4 -0
- package/IconImagineAi/index.js +2 -0
- package/IconImagineAi/index.js.map +1 -0
- package/IconImagineAi/index.mjs +2 -0
- package/IconImagineAi/index.mjs.map +1 -0
- 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 +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +9 -3
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of I(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=u(r,n))||l.enumerable});return o};var C=(o,r,e)=>(e=o!=null?L(B(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>a(t({},"__esModule",{value:!0}),o);var P={};g(P,{IconImagine:()=>i,default:()=>x});module.exports=v(P);var p=C(require("react"));var m=C(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11 2C15.3126 2 18.8255 5.41255 18.9912 9.68457L21.3564 13.2324L19 14.999V17C19 18.1046 18.1046 19 17 19H14V22H6V16.2422C4.17357 14.7774 3 12.5266 3 10C3 5.58172 6.58172 2 11 2ZM9.77539 8.77539L7.5 9.65039V10.3496L9.77539 11.2246L10.6504 13.5H11.3496L12.2246 11.2246L14.5 10.3496V9.65039L12.2246 8.77539L11.3496 6.5H10.6504L9.77539 8.77539Z",fill:"currentColor"})),x=i;0&&(module.exports={IconImagine});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagine/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImagine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 2C15.3126 2 18.8255 5.41255 18.9912 9.68457L21.3564 13.2324L19 14.999V17C19 18.1046 18.1046 19 17 19H14V22H6V16.2422C4.17357 14.7774 3 12.5266 3 10C3 5.58172 6.58172 2 11 2ZM9.77539 8.77539L7.5 9.65039V10.3496L9.77539 11.2246L10.6504 13.5H11.3496L12.2246 11.2246L14.5 10.3496V9.65039L12.2246 8.77539L11.3496 6.5H10.6504L9.77539 8.77539Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagine;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,uVACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconImagine_exports","__export","IconImagine","IconImagine_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImagine","props","React","CentralIconBase","IconImagine_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var C=r=>n.createElement(e,{...r},n.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M11 2C15.3126 2 18.8255 5.41255 18.9912 9.68457L21.3564 13.2324L19 14.999V17C19 18.1046 18.1046 19 17 19H14V22H6V16.2422C4.17357 14.7774 3 12.5266 3 10C3 5.58172 6.58172 2 11 2ZM9.77539 8.77539L7.5 9.65039V10.3496L9.77539 11.2246L10.6504 13.5H11.3496L12.2246 11.2246L14.5 10.3496V9.65039L12.2246 8.77539L11.3496 6.5H10.6504L9.77539 8.77539Z",fill:"currentColor"})),d=C;export{C as IconImagine,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagine/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImagine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11 2C15.3126 2 18.8255 5.41255 18.9912 9.68457L21.3564 13.2324L19 14.999V17C19 18.1046 18.1046 19 17 19H14V22H6V16.2422C4.17357 14.7774 3 12.5266 3 10C3 5.58172 6.58172 2 11 2ZM9.77539 8.77539L7.5 9.65039V10.3496L9.77539 11.2246L10.6504 13.5H11.3496L12.2246 11.2246L14.5 10.3496V9.65039L12.2246 8.77539L11.3496 6.5H10.6504L9.77539 8.77539Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagine;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,uVACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImagine","props","React","CentralIconBase","IconImagine_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var L in o)e(r,L,{get:o[L],enumerable:!0})},C=(r,o,L,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of V(o))!I.call(r,t)&&t!==L&&e(r,t,{get:()=>o[t],enumerable:!(p=c(o,t))||p.enumerable});return r};var f=(r,o,L)=>(L=r!=null?a(d(r)):{},C(o||!r||!r.__esModule?e(L,"default",{value:r,enumerable:!0}):L,r)),g=r=>C(e({},"__esModule",{value:!0}),r);var M={};B(M,{IconImagineAi:()=>s,default:()=>x});module.exports=g(M);var n=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...L})=>i.default.createElement(m.Svg,{...L,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),s=r=>n.default.createElement(u,{...r},n.default.createElement(l.Path,{d:"M14.8721 20.1025L15.1201 20.5371L12 22.3262L8.87988 20.5371L9.12793 20.1025L9.37695 19.6689L12 21.1729L14.623 19.6689L14.8721 20.1025Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M4 16.585L6.62109 18.0889L6.12305 18.9561L3.25098 17.3086L3 17.165V13.5811H4V16.585Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21 17.165L20.749 17.3086L17.877 18.9561L17.3789 18.0889L20 16.585V13.5811H21V17.165Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.4502 7.5L13.5752 10.4248L16.5 11.5498V12.4502L13.5752 13.5752L12.4502 16.5H11.5498L10.4248 13.5752L7.5 12.4502V11.5498L10.4248 10.4248L11.5498 7.5H12.4502Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M6.37109 5.47852L6.62012 5.91211L4 7.41406V10.4189H3V6.83496L6.12305 5.04492L6.37109 5.47852Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21 6.83496V10.4189H20V7.41406L17.3799 5.91211L17.6289 5.47852L17.877 5.04492L21 6.83496Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15.1211 3.46387L14.623 4.33105L12 2.82617L9.37695 4.33105L8.87891 3.46387L12 1.67383L15.1211 3.46387Z",fill:"currentColor"})),x=s;0&&(module.exports={IconImagineAi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagineAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImagineAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.8721 20.1025L15.1201 20.5371L12 22.3262L8.87988 20.5371L9.12793 20.1025L9.37695 19.6689L12 21.1729L14.623 19.6689L14.8721 20.1025Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 16.585L6.62109 18.0889L6.12305 18.9561L3.25098 17.3086L3 17.165V13.5811H4V16.585Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 17.165L20.749 17.3086L17.877 18.9561L17.3789 18.0889L20 16.585V13.5811H21V17.165Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4502 7.5L13.5752 10.4248L16.5 11.5498V12.4502L13.5752 13.5752L12.4502 16.5H11.5498L10.4248 13.5752L7.5 12.4502V11.5498L10.4248 10.4248L11.5498 7.5H12.4502Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.37109 5.47852L6.62012 5.91211L4 7.41406V10.4189H3V6.83496L6.12305 5.04492L6.37109 5.47852Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 6.83496V10.4189H20V7.41406L17.3799 5.91211L17.6289 5.47852L17.877 5.04492L21 6.83496Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1211 3.46387L14.623 4.33105L12 2.82617L9.37695 4.33105L8.87891 3.46387L12 1.67383L15.1211 3.46387Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineAi;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconImagineAi_exports","__export","IconImagineAi","IconImagineAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImagineAi","props","React","CentralIconBase","IconImagineAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:L=24,...t})=>e.createElement(p,{...t,width:typeof L=="number"?`${L}px`:L,height:typeof L=="number"?`${L}px`:L,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var C=n=>r.createElement(l,{...n},r.createElement(o,{d:"M14.8721 20.1025L15.1201 20.5371L12 22.3262L8.87988 20.5371L9.12793 20.1025L9.37695 19.6689L12 21.1729L14.623 19.6689L14.8721 20.1025Z",fill:"currentColor"}),r.createElement(o,{d:"M4 16.585L6.62109 18.0889L6.12305 18.9561L3.25098 17.3086L3 17.165V13.5811H4V16.585Z",fill:"currentColor"}),r.createElement(o,{d:"M21 17.165L20.749 17.3086L17.877 18.9561L17.3789 18.0889L20 16.585V13.5811H21V17.165Z",fill:"currentColor"}),r.createElement(o,{d:"M12.4502 7.5L13.5752 10.4248L16.5 11.5498V12.4502L13.5752 13.5752L12.4502 16.5H11.5498L10.4248 13.5752L7.5 12.4502V11.5498L10.4248 10.4248L11.5498 7.5H12.4502Z",fill:"currentColor"}),r.createElement(o,{d:"M6.37109 5.47852L6.62012 5.91211L4 7.41406V10.4189H3V6.83496L6.12305 5.04492L6.37109 5.47852Z",fill:"currentColor"}),r.createElement(o,{d:"M21 6.83496V10.4189H20V7.41406L17.3799 5.91211L17.6289 5.47852L17.877 5.04492L21 6.83496Z",fill:"currentColor"}),r.createElement(o,{d:"M15.1211 3.46387L14.623 4.33105L12 2.82617L9.37695 4.33105L8.87891 3.46387L12 1.67383L15.1211 3.46387Z",fill:"currentColor"})),I=C;export{C as IconImagineAi,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagineAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImagineAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.8721 20.1025L15.1201 20.5371L12 22.3262L8.87988 20.5371L9.12793 20.1025L9.37695 19.6689L12 21.1729L14.623 19.6689L14.8721 20.1025Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 16.585L6.62109 18.0889L6.12305 18.9561L3.25098 17.3086L3 17.165V13.5811H4V16.585Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 17.165L20.749 17.3086L17.877 18.9561L17.3789 18.0889L20 16.585V13.5811H21V17.165Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4502 7.5L13.5752 10.4248L16.5 11.5498V12.4502L13.5752 13.5752L12.4502 16.5H11.5498L10.4248 13.5752L7.5 12.4502V11.5498L10.4248 10.4248L11.5498 7.5H12.4502Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.37109 5.47852L6.62012 5.91211L4 7.41406V10.4189H3V6.83496L6.12305 5.04492L6.37109 5.47852Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 6.83496V10.4189H20V7.41406L17.3799 5.91211L17.6289 5.47852L17.877 5.04492L21 6.83496Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1211 3.46387L14.623 4.33105L12 2.82617L9.37695 4.33105L8.87891 3.46387L12 1.67383L15.1211 3.46387Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineAi;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImagineAi","props","React","CentralIconBase","IconImagineAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},m=(r,o,t,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of g(o))!I.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(L=u(o,n))||L.enumerable});return r};var C=(r,o,t)=>(t=r!=null?i(B(r)):{},m(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>m(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconPromptSuggestion:()=>c,default:()=>d});module.exports=x(v);var e=C(require("react"));var a=C(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>a.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>e.default.createElement(f,{...r},e.default.createElement(l.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"}),e.default.createElement(l.Path,{d:"M18.75 11.457L10.2422 19.9648L5.13379 20.8662L6.03516 15.7578L14.543 7.25L18.75 11.457Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M22.207 8L19.457 10.75L15.25 6.54297L18 3.79297L22.207 8Z",fill:"currentColor"})),d=c;0&&(module.exports={IconPromptSuggestion});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPromptSuggestion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPromptSuggestion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n 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\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.75 11.457L10.2422 19.9648L5.13379 20.8662L6.03516 15.7578L14.543 7.25L18.75 11.457Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.207 8L19.457 10.75L15.25 6.54297L18 3.79297L22.207 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPromptSuggestion;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4DACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPromptSuggestion_exports","__export","IconPromptSuggestion","IconPromptSuggestion_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPromptSuggestion","props","React","CentralIconBase","IconPromptSuggestion_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as L}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.createElement(L,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var m=t=>o.createElement(e,{...t},o.createElement(n,{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"}),o.createElement(n,{d:"M18.75 11.457L10.2422 19.9648L5.13379 20.8662L6.03516 15.7578L14.543 7.25L18.75 11.457Z",fill:"currentColor"}),o.createElement(n,{d:"M22.207 8L19.457 10.75L15.25 6.54297L18 3.79297L22.207 8Z",fill:"currentColor"})),I=m;export{m as IconPromptSuggestion,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPromptSuggestion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPromptSuggestion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n 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\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.75 11.457L10.2422 19.9648L5.13379 20.8662L6.03516 15.7578L14.543 7.25L18.75 11.457Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.207 8L19.457 10.75L15.25 6.54297L18 3.79297L22.207 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPromptSuggestion;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4DACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPromptSuggestion","props","React","CentralIconBase","IconPromptSuggestion_default"]}
|
package/README.md
CHANGED
|
@@ -159,6 +159,8 @@ Below is a complete list of available icons:
|
|
|
159
159
|
- IconHatSparkle
|
|
160
160
|
- IconImageAvatarSparkle
|
|
161
161
|
- IconImageSparkle
|
|
162
|
+
- IconImagine
|
|
163
|
+
- IconImagineAi
|
|
162
164
|
- IconListSparkle
|
|
163
165
|
- IconMagicBook
|
|
164
166
|
- IconMagicEdit
|
|
@@ -168,6 +170,7 @@ Below is a complete list of available icons:
|
|
|
168
170
|
- IconPencilSparkle
|
|
169
171
|
- IconPrompt
|
|
170
172
|
- IconPrompt1
|
|
173
|
+
- IconPromptSuggestion
|
|
171
174
|
- IconPromptTextToImage
|
|
172
175
|
- IconPromptTextToVideo
|
|
173
176
|
- IconRobot
|
package/filtered-icons.json
CHANGED
|
@@ -11354,6 +11354,34 @@
|
|
|
11354
11354
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
11355
11355
|
"componentName": "IconImageSparkle"
|
|
11356
11356
|
},
|
|
11357
|
+
{
|
|
11358
|
+
"category": "AI & Magic",
|
|
11359
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 2C15.3126 2 18.8255 5.41255 18.9912 9.68457L21.3564 13.2324L19 14.999V17C19 18.1046 18.1046 19 17 19H14V22H6V16.2422C4.17357 14.7774 3 12.5266 3 10C3 5.58172 6.58172 2 11 2ZM9.77539 8.77539L7.5 9.65039V10.3496L9.77539 11.2246L10.6504 13.5H11.3496L12.2246 11.2246L14.5 10.3496V9.65039L12.2246 8.77539L11.3496 6.5H10.6504L9.77539 8.77539Z\" fill=\"currentColor\"/>",
|
|
11360
|
+
"iconName": "imagine, head, thinking",
|
|
11361
|
+
"variant": {
|
|
11362
|
+
"join": "square",
|
|
11363
|
+
"filled": "on",
|
|
11364
|
+
"radius": "0",
|
|
11365
|
+
"stroke": "1"
|
|
11366
|
+
},
|
|
11367
|
+
"createdAt": "2025-10-15T11:00:57.7131+00:00",
|
|
11368
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
11369
|
+
"componentName": "IconImagine"
|
|
11370
|
+
},
|
|
11371
|
+
{
|
|
11372
|
+
"category": "AI & Magic",
|
|
11373
|
+
"svg": "<path d=\"M14.8721 20.1025L15.1201 20.5371L12 22.3262L8.87988 20.5371L9.12793 20.1025L9.37695 19.6689L12 21.1729L14.623 19.6689L14.8721 20.1025Z\" fill=\"currentColor\"/><path d=\"M4 16.585L6.62109 18.0889L6.12305 18.9561L3.25098 17.3086L3 17.165V13.5811H4V16.585Z\" fill=\"currentColor\"/><path d=\"M21 17.165L20.749 17.3086L17.877 18.9561L17.3789 18.0889L20 16.585V13.5811H21V17.165Z\" fill=\"currentColor\"/><path d=\"M12.4502 7.5L13.5752 10.4248L16.5 11.5498V12.4502L13.5752 13.5752L12.4502 16.5H11.5498L10.4248 13.5752L7.5 12.4502V11.5498L10.4248 10.4248L11.5498 7.5H12.4502Z\" fill=\"currentColor\"/><path d=\"M6.37109 5.47852L6.62012 5.91211L4 7.41406V10.4189H3V6.83496L6.12305 5.04492L6.37109 5.47852Z\" fill=\"currentColor\"/><path d=\"M21 6.83496V10.4189H20V7.41406L17.3799 5.91211L17.6289 5.47852L17.877 5.04492L21 6.83496Z\" fill=\"currentColor\"/><path d=\"M15.1211 3.46387L14.623 4.33105L12 2.82617L9.37695 4.33105L8.87891 3.46387L12 1.67383L15.1211 3.46387Z\" fill=\"currentColor\"/>",
|
|
11374
|
+
"iconName": "imagine-ai, cube, room, 3d, opject, vector",
|
|
11375
|
+
"variant": {
|
|
11376
|
+
"join": "square",
|
|
11377
|
+
"filled": "on",
|
|
11378
|
+
"radius": "0",
|
|
11379
|
+
"stroke": "1"
|
|
11380
|
+
},
|
|
11381
|
+
"createdAt": "2025-10-15T11:00:57.7131+00:00",
|
|
11382
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
11383
|
+
"componentName": "IconImagineAi"
|
|
11384
|
+
},
|
|
11357
11385
|
{
|
|
11358
11386
|
"category": "Social Media & Brands",
|
|
11359
11387
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4554 2.25C19.8272 2.25 21.75 4.17278 21.75 6.54465V17.4554C21.75 19.8272 19.8272 21.75 17.4554 21.75H6.54465C4.17278 21.75 2.25 19.8272 2.25 17.4554V6.54465C2.25 4.17278 4.17278 2.25 6.54465 2.25H17.4554ZM12.0002 5.62563C10.1019 5.62565 8.28146 6.25372 6.93922 7.37172C5.59697 8.48972 4.8429 10.0061 4.84289 11.5871C4.84462 12.6156 5.16573 13.6261 5.77501 14.5206C6.38428 15.4151 7.26101 16.1631 8.31998 16.6919C8.03794 17.3233 7.61493 17.9154 7.06848 18.4437C8.12818 18.2577 9.12295 17.8669 9.97535 17.3017C10.6326 17.4644 11.3145 17.5476 12.0002 17.5487C13.8984 17.5487 15.7188 16.9206 17.0611 15.8026C18.4033 14.6846 19.1574 13.1682 19.1574 11.5871C19.1574 10.0061 18.4033 8.48972 17.0611 7.37172C15.7188 6.25373 13.8984 5.62565 12.0002 5.62563Z\" fill=\"currentColor\"/>",
|
|
@@ -15568,6 +15596,20 @@
|
|
|
15568
15596
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
15569
15597
|
"componentName": "IconPrompt1"
|
|
15570
15598
|
},
|
|
15599
|
+
{
|
|
15600
|
+
"category": "AI & Magic",
|
|
15601
|
+
"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\"/>",
|
|
15602
|
+
"iconName": "prompt-suggestion, auto-prompt",
|
|
15603
|
+
"variant": {
|
|
15604
|
+
"join": "square",
|
|
15605
|
+
"filled": "on",
|
|
15606
|
+
"radius": "0",
|
|
15607
|
+
"stroke": "1"
|
|
15608
|
+
},
|
|
15609
|
+
"createdAt": "2025-10-14T10:30:50.157897+00:00",
|
|
15610
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
15611
|
+
"componentName": "IconPromptSuggestion"
|
|
15612
|
+
},
|
|
15571
15613
|
{
|
|
15572
15614
|
"category": "AI & Magic",
|
|
15573
15615
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H5V15H6V20H6.79297L16 10.793L20 14.793V6H13V5H21V21Z\" fill=\"currentColor\"/><path d=\"M10 5H9V4H6V11H7V12H4V11H5V4H2V5H1V3H10V5Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -810,6 +810,8 @@ export type CentralIconName =
|
|
|
810
810
|
| "IconImages5"
|
|
811
811
|
| "IconImagesCircle"
|
|
812
812
|
| "IconImageSparkle"
|
|
813
|
+
| "IconImagine"
|
|
814
|
+
| "IconImagineAi"
|
|
813
815
|
| "IconImessage"
|
|
814
816
|
| "IconImport"
|
|
815
817
|
| "IconImport2"
|
|
@@ -1111,6 +1113,7 @@ export type CentralIconName =
|
|
|
1111
1113
|
| "IconProducthunt"
|
|
1112
1114
|
| "IconPrompt"
|
|
1113
1115
|
| "IconPrompt1"
|
|
1116
|
+
| "IconPromptSuggestion"
|
|
1114
1117
|
| "IconPromptTextToImage"
|
|
1115
1118
|
| "IconPromptTextToVideo"
|
|
1116
1119
|
| "IconPullRequest"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1548,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 44,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBoxSparkle",
|
|
@@ -29,6 +29,8 @@
|
|
|
29
29
|
"IconHatSparkle",
|
|
30
30
|
"IconImageAvatarSparkle",
|
|
31
31
|
"IconImageSparkle",
|
|
32
|
+
"IconImagine",
|
|
33
|
+
"IconImagineAi",
|
|
32
34
|
"IconListSparkle",
|
|
33
35
|
"IconMagicBook",
|
|
34
36
|
"IconMagicEdit",
|
|
@@ -38,6 +40,7 @@
|
|
|
38
40
|
"IconPencilSparkle",
|
|
39
41
|
"IconPrompt",
|
|
40
42
|
"IconPrompt1",
|
|
43
|
+
"IconPromptSuggestion",
|
|
41
44
|
"IconPromptTextToImage",
|
|
42
45
|
"IconPromptTextToVideo",
|
|
43
46
|
"IconRobot",
|
|
@@ -2546,6 +2549,8 @@
|
|
|
2546
2549
|
"IconImages5": "images-5, photos, pictures, shot",
|
|
2547
2550
|
"IconImagesCircle": "images-circle",
|
|
2548
2551
|
"IconImageSparkle": "image-sparkle, midjourney, ai generated, star",
|
|
2552
|
+
"IconImagine": "imagine, head, thinking",
|
|
2553
|
+
"IconImagineAi": "imagine-ai, cube, room, 3d, opject, vector",
|
|
2549
2554
|
"IconImessage": "imessage",
|
|
2550
2555
|
"IconImport": "import, download, save",
|
|
2551
2556
|
"IconImport2": "import-2, download, save",
|
|
@@ -2847,6 +2852,7 @@
|
|
|
2847
2852
|
"IconProducthunt": "producthunt",
|
|
2848
2853
|
"IconPrompt": "prompt, scan-text",
|
|
2849
2854
|
"IconPrompt1": "prompt, vibe-designing, box-sparkle",
|
|
2855
|
+
"IconPromptSuggestion": "prompt-suggestion, auto-prompt",
|
|
2850
2856
|
"IconPromptTextToImage": "prompt-text-to-image",
|
|
2851
2857
|
"IconPromptTextToVideo": "prompt-text-to-video",
|
|
2852
2858
|
"IconPullRequest": "pull-request",
|
package/index.d.ts
CHANGED
|
@@ -809,6 +809,8 @@ export { IconImages3, default as IconImages3Default } from "./IconImages3";
|
|
|
809
809
|
export { IconImages4, default as IconImages4Default } from "./IconImages4";
|
|
810
810
|
export { IconImages5, default as IconImages5Default } from "./IconImages5";
|
|
811
811
|
export { IconImagesCircle, default as IconImagesCircleDefault, } from "./IconImagesCircle";
|
|
812
|
+
export { IconImagine, default as IconImagineDefault } from "./IconImagine";
|
|
813
|
+
export { IconImagineAi, default as IconImagineAiDefault, } from "./IconImagineAi";
|
|
812
814
|
export { IconImessage, default as IconImessageDefault } from "./IconImessage";
|
|
813
815
|
export { IconImport, default as IconImportDefault } from "./IconImport";
|
|
814
816
|
export { IconImport2, default as IconImport2Default } from "./IconImport2";
|
|
@@ -1110,6 +1112,7 @@ export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor
|
|
|
1110
1112
|
export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
|
|
1111
1113
|
export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
|
|
1112
1114
|
export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
|
|
1115
|
+
export { IconPromptSuggestion, default as IconPromptSuggestionDefault, } from "./IconPromptSuggestion";
|
|
1113
1116
|
export { IconPromptTextToImage, default as IconPromptTextToImageDefault, } from "./IconPromptTextToImage";
|
|
1114
1117
|
export { IconPromptTextToVideo, default as IconPromptTextToVideoDefault, } from "./IconPromptTextToVideo";
|
|
1115
1118
|
export { IconPullRequest, default as IconPullRequestDefault, } from "./IconPullRequest";
|