@central-icons-react-native/round-outlined-radius-0-stroke-1.5 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 f=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=u(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(B(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>s(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconImagine:()=>c,default:()=>P});module.exports=x(h);var C=l(require("react"));var m=l(require("react")),i=require("react-native-svg"),L=({children:r,size:o=24,...e})=>m.default.createElement(i.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>C.default.createElement(L,{...r},C.default.createElement(p.Path,{d:"M6.75 21.25V15.8307C4.87984 14.5325 3.75 12.3756 3.75 9.93421C3.75 5.96648 6.98194 2.75 10.9688 2.75C14.9556 2.75 18.1875 5.96648 18.1875 9.93421L20.25 13.0132L18.1875 14.5526V17.25C18.1875 17.8023 17.7398 18.25 17.1875 18.25H13.75V21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M12.1053 8.46389L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L9.89466 8.46388C9.81848 8.66195 9.66195 8.81848 9.46389 8.89466L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L9.46388 11.1053C9.66195 11.1815 9.81848 11.338 9.89466 11.5361L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L12.1053 11.5361C12.1815 11.338 12.338 11.1815 12.5361 11.1053L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L12.5361 8.89466C12.338 8.81848 12.1815 8.66195 12.1053 8.46389Z",fill:"currentColor"})),P=c;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 d=\"M6.75 21.25V15.8307C4.87984 14.5325 3.75 12.3756 3.75 9.93421C3.75 5.96648 6.98194 2.75 10.9688 2.75C14.9556 2.75 18.1875 5.96648 18.1875 9.93421L20.25 13.0132L18.1875 14.5526V17.25C18.1875 17.8023 17.7398 18.25 17.1875 18.25H13.75V21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.1053 8.46389L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L9.89466 8.46388C9.81848 8.66195 9.66195 8.81848 9.46389 8.89466L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L9.46388 11.1053C9.66195 11.1815 9.81848 11.338 9.89466 11.5361L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L12.1053 11.5361C12.1815 11.338 12.338 11.1815 12.5361 11.1053L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L12.5361 8.89466C12.338 8.81848 12.1815 8.66195 12.1053 8.46389Z\"\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,EAAE,gPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kpBACF,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 e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(a,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(n,{d:"M6.75 21.25V15.8307C4.87984 14.5325 3.75 12.3756 3.75 9.93421C3.75 5.96648 6.98194 2.75 10.9688 2.75C14.9556 2.75 18.1875 5.96648 18.1875 9.93421L20.25 13.0132L18.1875 14.5526V17.25C18.1875 17.8023 17.7398 18.25 17.1875 18.25H13.75V21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M12.1053 8.46389L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L9.89466 8.46388C9.81848 8.66195 9.66195 8.81848 9.46389 8.89466L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L9.46388 11.1053C9.66195 11.1815 9.81848 11.338 9.89466 11.5361L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L12.1053 11.5361C12.1815 11.338 12.338 11.1815 12.5361 11.1053L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L12.5361 8.89466C12.338 8.81848 12.1815 8.66195 12.1053 8.46389Z",fill:"currentColor"})),d=s;export{s 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 d=\"M6.75 21.25V15.8307C4.87984 14.5325 3.75 12.3756 3.75 9.93421C3.75 5.96648 6.98194 2.75 10.9688 2.75C14.9556 2.75 18.1875 5.96648 18.1875 9.93421L20.25 13.0132L18.1875 14.5526V17.25C18.1875 17.8023 17.7398 18.25 17.1875 18.25H13.75V21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.1053 8.46389L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L9.89466 8.46388C9.81848 8.66195 9.66195 8.81848 9.46389 8.89466L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L9.46388 11.1053C9.66195 11.1815 9.81848 11.338 9.89466 11.5361L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L12.1053 11.5361C12.1815 11.338 12.338 11.1815 12.5361 11.1053L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L12.5361 8.89466C12.338 8.81848 12.1815 8.66195 12.1053 8.46389Z\"\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,EAAE,gPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kpBACF,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 f=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(L=u(o,t))||L.enumerable});return r};var s=(r,o,e)=>(e=r!=null?f(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var P={};g(P,{IconImagineAi:()=>c,default:()=>M});module.exports=x(P);var C=s(require("react"));var l=s(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>C.default.createElement(i,{...r},C.default.createElement(p.Path,{d:"M20.5 14.3108V16.75L18.375 17.9423M3.5 14.3108V16.75L5.62498 17.9423M9.875 3.6859L12 2.5L14.125 3.6859M18.375 6.05773L20.5 7.25V9.68919M14.125 20.3141L12 21.5L9.875 20.3141M5.62498 6.05773L3.5 7.25V9.68919",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M13.4155 10.0102L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.5845 10.0102C10.483 10.2743 10.2743 10.483 10.0102 10.5845L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L10.0102 13.4155C10.2743 13.517 10.483 13.7257 10.5845 13.9898L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.4155 13.9898C13.517 13.7257 13.7257 13.517 13.9898 13.4155L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L13.9898 10.5845C13.7257 10.483 13.517 10.2743 13.4155 10.0102Z",fill:"currentColor"})),M=c;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=\"M20.5 14.3108V16.75L18.375 17.9423M3.5 14.3108V16.75L5.62498 17.9423M9.875 3.6859L12 2.5L14.125 3.6859M18.375 6.05773L20.5 7.25V9.68919M14.125 20.3141L12 21.5L9.875 20.3141M5.62498 6.05773L3.5 7.25V9.68919\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.4155 10.0102L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.5845 10.0102C10.483 10.2743 10.2743 10.483 10.0102 10.5845L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L10.0102 13.4155C10.2743 13.517 10.483 13.7257 10.5845 13.9898L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.4155 13.9898C13.517 13.7257 13.7257 13.517 13.9898 13.4155L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L13.9898 10.5845C13.7257 10.483 13.517 10.2743 13.4155 10.0102Z\"\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,gNACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,koBACF,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 e from"react";import p from"react";import{Svg as L}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(L,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M20.5 14.3108V16.75L18.375 17.9423M3.5 14.3108V16.75L5.62498 17.9423M9.875 3.6859L12 2.5L14.125 3.6859M18.375 6.05773L20.5 7.25V9.68919M14.125 20.3141L12 21.5L9.875 20.3141M5.62498 6.05773L3.5 7.25V9.68919",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M13.4155 10.0102L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.5845 10.0102C10.483 10.2743 10.2743 10.483 10.0102 10.5845L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L10.0102 13.4155C10.2743 13.517 10.483 13.7257 10.5845 13.9898L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.4155 13.9898C13.517 13.7257 13.7257 13.517 13.9898 13.4155L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L13.9898 10.5845C13.7257 10.483 13.517 10.2743 13.4155 10.0102Z",fill:"currentColor"})),d=a;export{a as IconImagineAi,d 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=\"M20.5 14.3108V16.75L18.375 17.9423M3.5 14.3108V16.75L5.62498 17.9423M9.875 3.6859L12 2.5L14.125 3.6859M18.375 6.05773L20.5 7.25V9.68919M14.125 20.3141L12 21.5L9.875 20.3141M5.62498 6.05773L3.5 7.25V9.68919\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.4155 10.0102L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.5845 10.0102C10.483 10.2743 10.2743 10.483 10.0102 10.5845L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L10.0102 13.4155C10.2743 13.517 10.483 13.7257 10.5845 13.9898L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.4155 13.9898C13.517 13.7257 13.7257 13.517 13.9898 13.4155L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L13.9898 10.5845C13.7257 10.483 13.517 10.2743 13.4155 10.0102Z\"\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,gNACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,koBACF,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 c=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},L=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!k.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(s=d(o,e))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(g(r)):{},L(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>L(C({},"__esModule",{value:!0}),r);var x={};B(x,{IconPromptSuggestion:()=>u,default:()=>P});module.exports=I(x);var n=i(require("react"));var a=i(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...t})=>a.default.createElement(l.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 p=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(p.Path,{d:"M7.25818 4.23127L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.74182 4.23127C4.65153 4.46602 4.46602 4.65153 4.23127 4.74182L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.23127 7.25818C4.46602 7.34847 4.65153 7.53398 4.74182 7.76873L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.25818 7.76873C7.34847 7.53398 7.53398 7.34847 7.76873 7.25818L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.76873 4.74182C7.53398 4.65153 7.34847 4.46602 7.25818 4.23127Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M18 4.5L21.5 8L9.75 19.75L5.75 20.25L6.25 16.25L18 4.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M15 8L18 11",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;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=\"M7.25818 4.23127L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.74182 4.23127C4.65153 4.46602 4.46602 4.65153 4.23127 4.74182L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.23127 7.25818C4.46602 7.34847 4.65153 7.53398 4.74182 7.76873L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.25818 7.76873C7.34847 7.53398 7.53398 7.34847 7.76873 7.25818L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.76873 4.74182C7.53398 4.65153 7.34847 4.46602 7.25818 4.23127Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 4.5L21.5 8L9.75 19.75L5.75 20.25L6.25 16.25L18 4.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 8L18 11\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,0nBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 p from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(s,{...C,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 e}from"react-native-svg";var L=t=>o.createElement(n,{...t},o.createElement(e,{d:"M7.25818 4.23127L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.74182 4.23127C4.65153 4.46602 4.46602 4.65153 4.23127 4.74182L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.23127 7.25818C4.46602 7.34847 4.65153 7.53398 4.74182 7.76873L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.25818 7.76873C7.34847 7.53398 7.53398 7.34847 7.76873 7.25818L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.76873 4.74182C7.53398 4.65153 7.34847 4.46602 7.25818 4.23127Z",fill:"currentColor"}),o.createElement(e,{d:"M18 4.5L21.5 8L9.75 19.75L5.75 20.25L6.25 16.25L18 4.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M15 8L18 11",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),k=L;export{L as IconPromptSuggestion,k 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=\"M7.25818 4.23127L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.74182 4.23127C4.65153 4.46602 4.46602 4.65153 4.23127 4.74182L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.23127 7.25818C4.46602 7.34847 4.65153 7.53398 4.74182 7.76873L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.25818 7.76873C7.34847 7.53398 7.53398 7.34847 7.76873 7.25818L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.76873 4.74182C7.53398 4.65153 7.34847 4.46602 7.25818 4.23127Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 4.5L21.5 8L9.75 19.75L5.75 20.25L6.25 16.25L18 4.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 8L18 11\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,0nBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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": "round-outlined-radius-0-stroke-1.5",
|
|
11355
11355
|
"componentName": "IconImageSparkle"
|
|
11356
11356
|
},
|
|
11357
|
+
{
|
|
11358
|
+
"category": "AI & Magic",
|
|
11359
|
+
"svg": "<path d=\"M6.75 21.25V15.8307C4.87984 14.5325 3.75 12.3756 3.75 9.93421C3.75 5.96648 6.98194 2.75 10.9688 2.75C14.9556 2.75 18.1875 5.96648 18.1875 9.93421L20.25 13.0132L18.1875 14.5526V17.25C18.1875 17.8023 17.7398 18.25 17.1875 18.25H13.75V21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.1053 8.46389L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L9.89466 8.46388C9.81848 8.66195 9.66195 8.81848 9.46389 8.89466L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L9.46388 11.1053C9.66195 11.1815 9.81848 11.338 9.89466 11.5361L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L12.1053 11.5361C12.1815 11.338 12.338 11.1815 12.5361 11.1053L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L12.5361 8.89466C12.338 8.81848 12.1815 8.66195 12.1053 8.46389Z\" fill=\"currentColor\"/>",
|
|
11360
|
+
"iconName": "imagine, head, thinking",
|
|
11361
|
+
"variant": {
|
|
11362
|
+
"join": "round",
|
|
11363
|
+
"filled": "off",
|
|
11364
|
+
"radius": "0",
|
|
11365
|
+
"stroke": "1.5"
|
|
11366
|
+
},
|
|
11367
|
+
"createdAt": "2025-10-15T11:00:57.7131+00:00",
|
|
11368
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
11369
|
+
"componentName": "IconImagine"
|
|
11370
|
+
},
|
|
11371
|
+
{
|
|
11372
|
+
"category": "AI & Magic",
|
|
11373
|
+
"svg": "<path d=\"M20.5 14.3108V16.75L18.375 17.9423M3.5 14.3108V16.75L5.62498 17.9423M9.875 3.6859L12 2.5L14.125 3.6859M18.375 6.05773L20.5 7.25V9.68919M14.125 20.3141L12 21.5L9.875 20.3141M5.62498 6.05773L3.5 7.25V9.68919\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.4155 10.0102L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.5845 10.0102C10.483 10.2743 10.2743 10.483 10.0102 10.5845L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L10.0102 13.4155C10.2743 13.517 10.483 13.7257 10.5845 13.9898L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.4155 13.9898C13.517 13.7257 13.7257 13.517 13.9898 13.4155L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L13.9898 10.5845C13.7257 10.483 13.517 10.2743 13.4155 10.0102Z\" fill=\"currentColor\"/>",
|
|
11374
|
+
"iconName": "imagine-ai, cube, room, 3d, opject, vector",
|
|
11375
|
+
"variant": {
|
|
11376
|
+
"join": "round",
|
|
11377
|
+
"filled": "off",
|
|
11378
|
+
"radius": "0",
|
|
11379
|
+
"stroke": "1.5"
|
|
11380
|
+
},
|
|
11381
|
+
"createdAt": "2025-10-15T11:00:57.7131+00:00",
|
|
11382
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
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": "round-outlined-radius-0-stroke-1.5",
|
|
15569
15597
|
"componentName": "IconPrompt1"
|
|
15570
15598
|
},
|
|
15599
|
+
{
|
|
15600
|
+
"category": "AI & Magic",
|
|
15601
|
+
"svg": "<path d=\"M7.25818 4.23127L6.54359 2.37334C6.45708 2.14842 6.24099 2 6 2C5.75901 2 5.54292 2.14842 5.45641 2.37334L4.74182 4.23127C4.65153 4.46602 4.46602 4.65153 4.23127 4.74182L2.37334 5.45641C2.14842 5.54292 2 5.75901 2 6C2 6.24099 2.14842 6.45708 2.37334 6.54359L4.23127 7.25818C4.46602 7.34847 4.65153 7.53398 4.74182 7.76873L5.45641 9.62666C5.54292 9.85158 5.75901 10 6 10C6.24099 10 6.45708 9.85158 6.54359 9.62666L7.25818 7.76873C7.34847 7.53398 7.53398 7.34847 7.76873 7.25818L9.62666 6.54359C9.85158 6.45708 10 6.24099 10 6C10 5.75901 9.85158 5.54292 9.62666 5.45641L7.76873 4.74182C7.53398 4.65153 7.34847 4.46602 7.25818 4.23127Z\" fill=\"currentColor\"/><path d=\"M18 4.5L21.5 8L9.75 19.75L5.75 20.25L6.25 16.25L18 4.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15 8L18 11\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
15602
|
+
"iconName": "prompt-suggestion, auto-prompt",
|
|
15603
|
+
"variant": {
|
|
15604
|
+
"join": "round",
|
|
15605
|
+
"filled": "off",
|
|
15606
|
+
"radius": "0",
|
|
15607
|
+
"stroke": "1.5"
|
|
15608
|
+
},
|
|
15609
|
+
"createdAt": "2025-10-14T10:30:50.157897+00:00",
|
|
15610
|
+
"packageName": "round-outlined-radius-0-stroke-1.5",
|
|
15611
|
+
"componentName": "IconPromptSuggestion"
|
|
15612
|
+
},
|
|
15571
15613
|
{
|
|
15572
15614
|
"category": "AI & Magic",
|
|
15573
15615
|
"svg": "<path d=\"M1.75 5V3.75H6H10.25V5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.99994 3.75V11.25M5.99994 11.25H4.75M5.99994 11.25H7.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.75 15.75V20.25H20.25V5.75H14.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.25 16.5L15.5 11.75L7.5 20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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/round-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1.5/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";
|