@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.13 → 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconImagine: FC<CentralIconBaseProps>;
4
+ export default IconImagine;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!g.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=u(o,n))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(B(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(t({},"__esModule",{value:!0}),r);var v={};x(v,{IconImagine:()=>i,default:()=>d});module.exports=P(v);var C=l(require("react"));var m=l(require("react")),L=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(L.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"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M6.5 21.5V15.7506C4.57317 14.4355 3.5 12.2506 3.5 9.77751C3.5 5.75825 6.82988 2.5 10.9375 2.5C15.0451 2.5 18.45 5.75825 18.45 9.77751L20.5 13.25L18.5 14.4559V17.5C18.5 18.0523 18.0523 18.5 17.5 18.5H13.5313V21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M11.0066 6.5H10.9934C10.7865 6.5 10.601 6.62741 10.5267 6.82051L9.85477 8.56759C9.80399 8.69964 9.69964 8.80399 9.56759 8.85477L7.82051 9.52673C7.62741 9.60099 7.5 9.78651 7.5 9.9934V10.0066C7.5 10.2135 7.62741 10.399 7.82051 10.4733L9.56759 11.1452C9.69964 11.196 9.80399 11.3004 9.85477 11.4324L10.5267 13.1795C10.601 13.3726 10.7865 13.5 10.9934 13.5H11.0066C11.2135 13.5 11.399 13.3726 11.4733 13.1795L12.1452 11.4324C12.196 11.3004 12.3004 11.196 12.4324 11.1452L14.1795 10.4733C14.3726 10.399 14.5 10.2135 14.5 10.0066V9.9934C14.5 9.78651 14.3726 9.60099 14.1795 9.52673L12.4324 8.85477C12.3004 8.80399 12.196 8.69964 12.1452 8.56759L11.4733 6.82051C11.399 6.62741 11.2135 6.5 11.0066 6.5Z",fill:"currentColor"})),d=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 d=\"M6.5 21.5V15.7506C4.57317 14.4355 3.5 12.2506 3.5 9.77751C3.5 5.75825 6.82988 2.5 10.9375 2.5C15.0451 2.5 18.45 5.75825 18.45 9.77751L20.5 13.25L18.5 14.4559V17.5C18.5 18.0523 18.0523 18.5 17.5 18.5H13.5313V21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.0066 6.5H10.9934C10.7865 6.5 10.601 6.62741 10.5267 6.82051L9.85477 8.56759C9.80399 8.69964 9.69964 8.80399 9.56759 8.85477L7.82051 9.52673C7.62741 9.60099 7.5 9.78651 7.5 9.9934V10.0066C7.5 10.2135 7.62741 10.399 7.82051 10.4733L9.56759 11.1452C9.69964 11.196 9.80399 11.3004 9.85477 11.4324L10.5267 13.1795C10.601 13.3726 10.7865 13.5 10.9934 13.5H11.0066C11.2135 13.5 11.399 13.3726 11.4733 13.1795L12.1452 11.4324C12.196 11.3004 12.3004 11.196 12.4324 11.1452L14.1795 10.4733C14.3726 10.399 14.5 10.2135 14.5 10.0066V9.9934C14.5 9.78651 14.3726 9.60099 14.1795 9.52673L12.4324 8.85477C12.3004 8.80399 12.196 8.69964 12.1452 8.56759L11.4733 6.82051C11.399 6.62741 11.2135 6.5 11.0066 6.5Z\"\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,sNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0rBACF,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 n=({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 t}from"react-native-svg";var s=o=>e.createElement(n,{...o},e.createElement(t,{d:"M6.5 21.5V15.7506C4.57317 14.4355 3.5 12.2506 3.5 9.77751C3.5 5.75825 6.82988 2.5 10.9375 2.5C15.0451 2.5 18.45 5.75825 18.45 9.77751L20.5 13.25L18.5 14.4559V17.5C18.5 18.0523 18.0523 18.5 17.5 18.5H13.5313V21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M11.0066 6.5H10.9934C10.7865 6.5 10.601 6.62741 10.5267 6.82051L9.85477 8.56759C9.80399 8.69964 9.69964 8.80399 9.56759 8.85477L7.82051 9.52673C7.62741 9.60099 7.5 9.78651 7.5 9.9934V10.0066C7.5 10.2135 7.62741 10.399 7.82051 10.4733L9.56759 11.1452C9.69964 11.196 9.80399 11.3004 9.85477 11.4324L10.5267 13.1795C10.601 13.3726 10.7865 13.5 10.9934 13.5H11.0066C11.2135 13.5 11.399 13.3726 11.4733 13.1795L12.1452 11.4324C12.196 11.3004 12.3004 11.196 12.4324 11.1452L14.1795 10.4733C14.3726 10.399 14.5 10.2135 14.5 10.0066V9.9934C14.5 9.78651 14.3726 9.60099 14.1795 9.52673L12.4324 8.85477C12.3004 8.80399 12.196 8.69964 12.1452 8.56759L11.4733 6.82051C11.399 6.62741 11.2135 6.5 11.0066 6.5Z",fill:"currentColor"})),g=s;export{s as IconImagine,g 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.5 21.5V15.7506C4.57317 14.4355 3.5 12.2506 3.5 9.77751C3.5 5.75825 6.82988 2.5 10.9375 2.5C15.0451 2.5 18.45 5.75825 18.45 9.77751L20.5 13.25L18.5 14.4559V17.5C18.5 18.0523 18.0523 18.5 17.5 18.5H13.5313V21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.0066 6.5H10.9934C10.7865 6.5 10.601 6.62741 10.5267 6.82051L9.85477 8.56759C9.80399 8.69964 9.69964 8.80399 9.56759 8.85477L7.82051 9.52673C7.62741 9.60099 7.5 9.78651 7.5 9.9934V10.0066C7.5 10.2135 7.62741 10.399 7.82051 10.4733L9.56759 11.1452C9.69964 11.196 9.80399 11.3004 9.85477 11.4324L10.5267 13.1795C10.601 13.3726 10.7865 13.5 10.9934 13.5H11.0066C11.2135 13.5 11.399 13.3726 11.4733 13.1795L12.1452 11.4324C12.196 11.3004 12.3004 11.196 12.4324 11.1452L14.1795 10.4733C14.3726 10.399 14.5 10.2135 14.5 10.0066V9.9934C14.5 9.78651 14.3726 9.60099 14.1795 9.52673L12.4324 8.85477C12.3004 8.80399 12.196 8.69964 12.1452 8.56759L11.4733 6.82051C11.399 6.62741 11.2135 6.5 11.0066 6.5Z\"\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,sNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0rBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImagine","props","React","CentralIconBase","IconImagine_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconImagineAi: FC<CentralIconBaseProps>;
4
+ export default IconImagineAi;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!g.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(L=u(o,n))||L.enumerable});return r};var s=(r,o,e)=>(e=r!=null?f(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),M=r=>a(t({},"__esModule",{value:!0}),r);var d={};x(d,{IconImagineAi:()=>c,default:()=>P});module.exports=M(d);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:"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"}),C.default.createElement(p.Path,{d:"M17.6287 5.4782L20.5 7.125V10.0605M20.5 14.0749V16.875L17.6281 18.5221M6.37193 18.5221L3.5 16.875V14.0749M3.5 10.0605V7.125L6.37134 5.4782M9.56883 3.64435L12 2.25L14.4312 3.64435M9.56883 20.3556L12 21.75L14.4602 20.339",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=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=\"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 <Path\n d=\"M17.6287 5.4782L20.5 7.125V10.0605M20.5 14.0749V16.875L17.6281 18.5221M6.37193 18.5221L3.5 16.875V14.0749M3.5 10.0605V7.125L6.37134 5.4782M9.56883 3.64435L12 2.25L14.4312 3.64435M9.56883 20.3556L12 21.75L14.4602 20.339\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,koBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6NACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 n=({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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{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"}),e.createElement(t,{d:"M17.6287 5.4782L20.5 7.125V10.0605M20.5 14.0749V16.875L17.6281 18.5221M6.37193 18.5221L3.5 16.875V14.0749M3.5 10.0605V7.125L6.37134 5.4782M9.56883 3.64435L12 2.25L14.4312 3.64435M9.56883 20.3556L12 21.75L14.4602 20.339",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=a;export{a as IconImagineAi,g 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=\"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 <Path\n d=\"M17.6287 5.4782L20.5 7.125V10.0605M20.5 14.0749V16.875L17.6281 18.5221M6.37193 18.5221L3.5 16.875V14.0749M3.5 10.0605V7.125L6.37134 5.4782M9.56883 3.64435L12 2.25L14.4312 3.64435M9.56883 20.3556L12 21.75L14.4602 20.339\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,koBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6NACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImagineAi","props","React","CentralIconBase","IconImagineAi_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
@@ -11354,6 +11354,34 @@
11354
11354
  "packageName": "round-outlined-radius-0-stroke-1",
11355
11355
  "componentName": "IconImageSparkle"
11356
11356
  },
11357
+ {
11358
+ "category": "AI & Magic",
11359
+ "svg": "<path d=\"M6.5 21.5V15.7506C4.57317 14.4355 3.5 12.2506 3.5 9.77751C3.5 5.75825 6.82988 2.5 10.9375 2.5C15.0451 2.5 18.45 5.75825 18.45 9.77751L20.5 13.25L18.5 14.4559V17.5C18.5 18.0523 18.0523 18.5 17.5 18.5H13.5313V21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.0066 6.5H10.9934C10.7865 6.5 10.601 6.62741 10.5267 6.82051L9.85477 8.56759C9.80399 8.69964 9.69964 8.80399 9.56759 8.85477L7.82051 9.52673C7.62741 9.60099 7.5 9.78651 7.5 9.9934V10.0066C7.5 10.2135 7.62741 10.399 7.82051 10.4733L9.56759 11.1452C9.69964 11.196 9.80399 11.3004 9.85477 11.4324L10.5267 13.1795C10.601 13.3726 10.7865 13.5 10.9934 13.5H11.0066C11.2135 13.5 11.399 13.3726 11.4733 13.1795L12.1452 11.4324C12.196 11.3004 12.3004 11.196 12.4324 11.1452L14.1795 10.4733C14.3726 10.399 14.5 10.2135 14.5 10.0066V9.9934C14.5 9.78651 14.3726 9.60099 14.1795 9.52673L12.4324 8.85477C12.3004 8.80399 12.196 8.69964 12.1452 8.56759L11.4733 6.82051C11.399 6.62741 11.2135 6.5 11.0066 6.5Z\" fill=\"currentColor\"/>",
11360
+ "iconName": "imagine, head, thinking",
11361
+ "variant": {
11362
+ "join": "round",
11363
+ "filled": "off",
11364
+ "radius": "0",
11365
+ "stroke": "1"
11366
+ },
11367
+ "createdAt": "2025-10-15T11:00:57.7131+00:00",
11368
+ "packageName": "round-outlined-radius-0-stroke-1",
11369
+ "componentName": "IconImagine"
11370
+ },
11371
+ {
11372
+ "category": "AI & Magic",
11373
+ "svg": "<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\"/><path d=\"M17.6287 5.4782L20.5 7.125V10.0605M20.5 14.0749V16.875L17.6281 18.5221M6.37193 18.5221L3.5 16.875V14.0749M3.5 10.0605V7.125L6.37134 5.4782M9.56883 3.64435L12 2.25L14.4312 3.64435M9.56883 20.3556L12 21.75L14.4602 20.339\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
11374
+ "iconName": "imagine-ai, cube, room, 3d, opject, vector",
11375
+ "variant": {
11376
+ "join": "round",
11377
+ "filled": "off",
11378
+ "radius": "0",
11379
+ "stroke": "1"
11380
+ },
11381
+ "createdAt": "2025-10-15T11:00:57.7131+00:00",
11382
+ "packageName": "round-outlined-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\"/>",
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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-1",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "style": "round-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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": 1546,
14
+ "totalIcons": 1548,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 42,
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",
@@ -2547,6 +2549,8 @@
2547
2549
  "IconImages5": "images-5, photos, pictures, shot",
2548
2550
  "IconImagesCircle": "images-circle",
2549
2551
  "IconImageSparkle": "image-sparkle, midjourney, ai generated, star",
2552
+ "IconImagine": "imagine, head, thinking",
2553
+ "IconImagineAi": "imagine-ai, cube, room, 3d, opject, vector",
2550
2554
  "IconImessage": "imessage",
2551
2555
  "IconImport": "import, download, save",
2552
2556
  "IconImport2": "import-2, download, save",
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";