@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.207 → 1.1.209

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 IconArrowRotateSparkle: FC<CentralIconBaseProps>;
4
+ export default IconArrowRotateSparkle;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of m(o))!B.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(s=k(o,C))||s.enumerable});return r};var u=(r,o,n)=>(n=r!=null?c(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconArrowRotateSparkle:()=>d,default:()=>P});module.exports=x(g);var e=u(require("react"));var l=u(require("react")),a=require("react-native-svg"),L=({children:r,size:o=24,...n})=>l.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>e.default.createElement(L,{...r},e.default.createElement(t.Path,{d:"M19.5117 20.5V16.5H15.5117",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M4.5 3.5V7.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z",fill:"currentColor"})),P=d;0&&(module.exports={IconArrowRotateSparkle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowRotateSparkle/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 IconArrowRotateSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5117 20.5V16.5H15.5117\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 3.5V7.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateSparkle;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,unBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowRotateSparkle_exports","__export","IconArrowRotateSparkle","IconArrowRotateSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowRotateSparkle","props","React","CentralIconBase","IconArrowRotateSparkle_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,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"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M19.5117 20.5V16.5H15.5117",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M4.5 3.5V7.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z",fill:"currentColor"})),B=i;export{i as IconArrowRotateSparkle,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowRotateSparkle/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 IconArrowRotateSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5117 20.5V16.5H15.5117\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 3.5V7.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateSparkle;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,unBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowRotateSparkle","props","React","CentralIconBase","IconArrowRotateSparkle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMailbox: FC<CentralIconBaseProps>;
4
+ export default IconMailbox;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var C=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var P=(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 n of B(o))!d.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(s=x(o,n))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?i(I(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconMailbox:()=>f,default:()=>k});module.exports=g(v);var e=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(c.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"),f=r=>e.default.createElement(u,{...r},e.default.createElement(p.Path,{d:"M7 4.5H7.5C10.2614 4.5 12.5 6.73858 12.5 9.5V18.5C12.5 19.0523 12.0523 19.5 11.5 19.5H8",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M16.5 4.5H7.5C4.73858 4.5 2.5 6.73858 2.5 9.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V9.5C21.5 6.73858 19.2614 4.5 16.5 4.5Z",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M5 9.5H10",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M12.5 19.5V21.5",stroke:"currentColor",strokeLinecap:"round"})),k=f;0&&(module.exports={IconMailbox});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMailbox/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 IconMailbox: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 4.5H7.5C10.2614 4.5 12.5 6.73858 12.5 9.5V18.5C12.5 19.0523 12.0523 19.5 11.5 19.5H8\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M16.5 4.5H7.5C4.73858 4.5 2.5 6.73858 2.5 9.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V9.5C21.5 6.73858 19.2614 4.5 16.5 4.5Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M5 9.5H10\" stroke=\"currentColor\" />\n <Path d=\"M12.5 19.5V21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMailbox;\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,0FACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1C,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,CACxE,EAIGE,EAAQJ","names":["IconMailbox_exports","__export","IconMailbox","IconMailbox_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMailbox","props","React","CentralIconBase","IconMailbox_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M7 4.5H7.5C10.2614 4.5 12.5 6.73858 12.5 9.5V18.5C12.5 19.0523 12.0523 19.5 11.5 19.5H8",stroke:"currentColor"}),o.createElement(t,{d:"M16.5 4.5H7.5C4.73858 4.5 2.5 6.73858 2.5 9.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V9.5C21.5 6.73858 19.2614 4.5 16.5 4.5Z",stroke:"currentColor"}),o.createElement(t,{d:"M5 9.5H10",stroke:"currentColor"}),o.createElement(t,{d:"M12.5 19.5V21.5",stroke:"currentColor",strokeLinecap:"round"})),d=l;export{l as IconMailbox,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMailbox/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 IconMailbox: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 4.5H7.5C10.2614 4.5 12.5 6.73858 12.5 9.5V18.5C12.5 19.0523 12.0523 19.5 11.5 19.5H8\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M16.5 4.5H7.5C4.73858 4.5 2.5 6.73858 2.5 9.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V9.5C21.5 6.73858 19.2614 4.5 16.5 4.5Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M5 9.5H10\" stroke=\"currentColor\" />\n <Path d=\"M12.5 19.5V21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMailbox;\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,0FACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,YAAY,OAAO,eAAe,EAC1CG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,CACxE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMailbox","props","React","CentralIconBase","IconMailbox_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRobot3: FC<CentralIconBaseProps>;
4
+ export default IconRobot3;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!f.call(r,t)&&t!==n&&s(r,t,{get:()=>o[t],enumerable:!(p=m(o,t))||p.enumerable});return r};var u=(r,o,n)=>(n=r!=null?a(V(r)):{},i(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),B=r=>i(s({},"__esModule",{value:!0}),r);var P={};x(P,{IconRobot3:()=>k,default:()=>I});module.exports=B(P);var e=u(require("react"));var d=u(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...n})=>d.default.createElement(l.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),k=r=>e.default.createElement(c,{...r},e.default.createElement(C.Path,{d:"M3.5 12.7786C3.5 10.7156 3.5 9.68407 3.91596 8.84471C4.26839 8.13356 4.89442 7.48383 5.592 7.10524C6.41534 6.65839 7.38161 6.62249 9.31415 6.55068C11.1326 6.48311 12.8674 6.48311 14.6859 6.55068C16.6184 6.62249 17.5847 6.65839 18.408 7.10524C19.1056 7.48383 19.7316 8.13356 20.084 8.84471C20.5 9.68407 20.5 10.7156 20.5 12.7786V14.2214C20.5 16.2844 20.5 17.3159 20.084 18.1553C19.7316 18.8664 19.1056 19.5162 18.408 19.8948C17.5847 20.3416 16.6184 20.3775 14.6859 20.4493C12.8674 20.5169 11.1326 20.5169 9.31415 20.4493C7.38161 20.3775 6.41534 20.3416 5.592 19.8948C4.89442 19.5162 4.26839 18.8664 3.91596 18.1553C3.5 17.3159 3.5 16.2844 3.5 14.2214V12.7786Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Circle,{cx:"12",cy:"3.5",r:"1.5",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M9.5 13.2248V11.1748C9.5 10.9677 9.33211 10.7998 9.125 10.7998C8.91789 10.7998 8.75 10.9677 8.75 11.1748V13.2248C8.75 13.4319 8.91789 13.5998 9.125 13.5998C9.33211 13.5998 9.5 13.4319 9.5 13.2248Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M15.25 13.2248V11.1748C15.25 10.9677 15.0821 10.7998 14.875 10.7998C14.6679 10.7998 14.5 10.9677 14.5 11.1748V13.2248C14.5 13.4319 14.6679 13.5998 14.875 13.5998C15.0821 13.5998 15.25 13.4319 15.25 13.2248Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M2.5 13.5V11C2.5 10.7239 2.72386 10.5 3 10.5C3.27614 10.5 3.5 10.7239 3.5 11V13.5C3.5 13.7761 3.27614 14 3 14C2.72386 14 2.5 13.7761 2.5 13.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M20.5 13.5V11C20.5 10.7239 20.7239 10.5 21 10.5C21.2761 10.5 21.5 10.7239 21.5 11V13.5C21.5 13.7761 21.2761 14 21 14C20.7239 14 20.5 13.7761 20.5 13.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M12 6.5V3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=k;0&&(module.exports={IconRobot3});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRobot3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconRobot3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 12.7786C3.5 10.7156 3.5 9.68407 3.91596 8.84471C4.26839 8.13356 4.89442 7.48383 5.592 7.10524C6.41534 6.65839 7.38161 6.62249 9.31415 6.55068C11.1326 6.48311 12.8674 6.48311 14.6859 6.55068C16.6184 6.62249 17.5847 6.65839 18.408 7.10524C19.1056 7.48383 19.7316 8.13356 20.084 8.84471C20.5 9.68407 20.5 10.7156 20.5 12.7786V14.2214C20.5 16.2844 20.5 17.3159 20.084 18.1553C19.7316 18.8664 19.1056 19.5162 18.408 19.8948C17.5847 20.3416 16.6184 20.3775 14.6859 20.4493C12.8674 20.5169 11.1326 20.5169 9.31415 20.4493C7.38161 20.3775 6.41534 20.3416 5.592 19.8948C4.89442 19.5162 4.26839 18.8664 3.91596 18.1553C3.5 17.3159 3.5 16.2844 3.5 14.2214V12.7786Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"3.5\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M9.5 13.2248V11.1748C9.5 10.9677 9.33211 10.7998 9.125 10.7998C8.91789 10.7998 8.75 10.9677 8.75 11.1748V13.2248C8.75 13.4319 8.91789 13.5998 9.125 13.5998C9.33211 13.5998 9.5 13.4319 9.5 13.2248Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.25 13.2248V11.1748C15.25 10.9677 15.0821 10.7998 14.875 10.7998C14.6679 10.7998 14.5 10.9677 14.5 11.1748V13.2248C14.5 13.4319 14.6679 13.5998 14.875 13.5998C15.0821 13.5998 15.25 13.4319 15.25 13.2248Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 13.5V11C2.5 10.7239 2.72386 10.5 3 10.5C3.27614 10.5 3.5 10.7239 3.5 11V13.5C3.5 13.7761 3.27614 14 3 14C2.72386 14 2.5 13.7761 2.5 13.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 13.5V11C20.5 10.7239 20.7239 10.5 21 10.5C21.2761 10.5 21.5 10.7239 21.5 11V13.5C21.5 13.7761 21.2761 14 21 14C20.7239 14 20.5 13.7761 20.5 13.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 6.5V3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRobot3;\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,gBAAAE,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,EAA6B,4BAEhBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qpBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QACC,EAAE,uMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0JACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRobot3_exports","__export","IconRobot3","IconRobot3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRobot3","props","React","CentralIconBase","IconRobot3_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";import{Svg as p}from"react-native-svg";var C=({children:e,size:o=24,...t})=>s.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as n}from"react-native-svg";var u=e=>r.createElement(C,{...e},r.createElement(n,{d:"M3.5 12.7786C3.5 10.7156 3.5 9.68407 3.91596 8.84471C4.26839 8.13356 4.89442 7.48383 5.592 7.10524C6.41534 6.65839 7.38161 6.62249 9.31415 6.55068C11.1326 6.48311 12.8674 6.48311 14.6859 6.55068C16.6184 6.62249 17.5847 6.65839 18.408 7.10524C19.1056 7.48383 19.7316 8.13356 20.084 8.84471C20.5 9.68407 20.5 10.7156 20.5 12.7786V14.2214C20.5 16.2844 20.5 17.3159 20.084 18.1553C19.7316 18.8664 19.1056 19.5162 18.408 19.8948C17.5847 20.3416 16.6184 20.3775 14.6859 20.4493C12.8674 20.5169 11.1326 20.5169 9.31415 20.4493C7.38161 20.3775 6.41534 20.3416 5.592 19.8948C4.89442 19.5162 4.26839 18.8664 3.91596 18.1553C3.5 17.3159 3.5 16.2844 3.5 14.2214V12.7786Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(i,{cx:"12",cy:"3.5",r:"1.5",fill:"currentColor"}),r.createElement(n,{d:"M9.5 13.2248V11.1748C9.5 10.9677 9.33211 10.7998 9.125 10.7998C8.91789 10.7998 8.75 10.9677 8.75 11.1748V13.2248C8.75 13.4319 8.91789 13.5998 9.125 13.5998C9.33211 13.5998 9.5 13.4319 9.5 13.2248Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M15.25 13.2248V11.1748C15.25 10.9677 15.0821 10.7998 14.875 10.7998C14.6679 10.7998 14.5 10.9677 14.5 11.1748V13.2248C14.5 13.4319 14.6679 13.5998 14.875 13.5998C15.0821 13.5998 15.25 13.4319 15.25 13.2248Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M2.5 13.5V11C2.5 10.7239 2.72386 10.5 3 10.5C3.27614 10.5 3.5 10.7239 3.5 11V13.5C3.5 13.7761 3.27614 14 3 14C2.72386 14 2.5 13.7761 2.5 13.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M20.5 13.5V11C20.5 10.7239 20.7239 10.5 21 10.5C21.2761 10.5 21.5 10.7239 21.5 11V13.5C21.5 13.7761 21.2761 14 21 14C20.7239 14 20.5 13.7761 20.5 13.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 6.5V3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=u;export{u as IconRobot3,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRobot3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconRobot3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 12.7786C3.5 10.7156 3.5 9.68407 3.91596 8.84471C4.26839 8.13356 4.89442 7.48383 5.592 7.10524C6.41534 6.65839 7.38161 6.62249 9.31415 6.55068C11.1326 6.48311 12.8674 6.48311 14.6859 6.55068C16.6184 6.62249 17.5847 6.65839 18.408 7.10524C19.1056 7.48383 19.7316 8.13356 20.084 8.84471C20.5 9.68407 20.5 10.7156 20.5 12.7786V14.2214C20.5 16.2844 20.5 17.3159 20.084 18.1553C19.7316 18.8664 19.1056 19.5162 18.408 19.8948C17.5847 20.3416 16.6184 20.3775 14.6859 20.4493C12.8674 20.5169 11.1326 20.5169 9.31415 20.4493C7.38161 20.3775 6.41534 20.3416 5.592 19.8948C4.89442 19.5162 4.26839 18.8664 3.91596 18.1553C3.5 17.3159 3.5 16.2844 3.5 14.2214V12.7786Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"3.5\" r=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M9.5 13.2248V11.1748C9.5 10.9677 9.33211 10.7998 9.125 10.7998C8.91789 10.7998 8.75 10.9677 8.75 11.1748V13.2248C8.75 13.4319 8.91789 13.5998 9.125 13.5998C9.33211 13.5998 9.5 13.4319 9.5 13.2248Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.25 13.2248V11.1748C15.25 10.9677 15.0821 10.7998 14.875 10.7998C14.6679 10.7998 14.5 10.9677 14.5 11.1748V13.2248C14.5 13.4319 14.6679 13.5998 14.875 13.5998C15.0821 13.5998 15.25 13.4319 15.25 13.2248Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 13.5V11C2.5 10.7239 2.72386 10.5 3 10.5C3.27614 10.5 3.5 10.7239 3.5 11V13.5C3.5 13.7761 3.27614 14 3 14C2.72386 14 2.5 13.7761 2.5 13.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 13.5V11C20.5 10.7239 20.7239 10.5 21 10.5C21.2761 10.5 21.5 10.7239 21.5 11V13.5C21.5 13.7761 21.2761 14 21 14C20.7239 14 20.5 13.7761 20.5 13.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 6.5V3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRobot3;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qpBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACrDI,EAAA,cAACH,EAAA,CACC,EAAE,uMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0JACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconRobot3","props","React","CentralIconBase","IconRobot3_default"]}
package/README.md CHANGED
@@ -151,6 +151,7 @@ Below is a complete list of available icons:
151
151
  - IconAiTokens
152
152
  - IconAiTranslate
153
153
  - IconAppleIntelligenceIcon
154
+ - IconArrowRotateSparkle
154
155
  - IconAutoCrop
155
156
  - IconBag2Sparkle
156
157
  - IconBoxSparkle
@@ -200,6 +201,7 @@ Below is a complete list of available icons:
200
201
  - IconReceiptionBellSparkle
201
202
  - IconRobot
202
203
  - IconRobot2
204
+ - IconRobot3
203
205
  - IconScanTextSparkle
204
206
  - IconScriptAi
205
207
  - IconSearchIntelligence
@@ -551,6 +553,7 @@ Below is a complete list of available icons:
551
553
  - IconEmailPlus
552
554
  - IconEmailSettings
553
555
  - IconInvite
556
+ - IconMailbox
554
557
  - IconNewspaper
555
558
  - IconNewspaper1
556
559
  - IconNewspaper2
@@ -1834,6 +1834,20 @@
1834
1834
  "packageName": "round-outlined-radius-1-stroke-1",
1835
1835
  "componentName": "IconArrowRotateRightLeft"
1836
1836
  },
1837
+ {
1838
+ "category": "AI & Magic",
1839
+ "svg": "<path d=\"M19.5117 20.5V16.5H15.5117\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 3.5V7.5H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\" fill=\"currentColor\"/>",
1840
+ "iconName": "arrow-rotate-sparkle, repeat, refresh, generate",
1841
+ "variant": {
1842
+ "join": "round",
1843
+ "filled": "off",
1844
+ "radius": "1",
1845
+ "stroke": "1"
1846
+ },
1847
+ "createdAt": "2026-04-23T15:02:22.921188+00:00",
1848
+ "packageName": "round-outlined-radius-1-stroke-1",
1849
+ "componentName": "IconArrowRotateSparkle"
1850
+ },
1837
1851
  {
1838
1852
  "category": "Interface General",
1839
1853
  "svg": "<path d=\"M2.5 7.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H19.5M17 4L20.5 7.5M20.5 7.5L17 11M20.5 7.5H12.5C9.73858 7.5 7.5 9.73858 7.5 12.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -15778,6 +15792,20 @@
15778
15792
  "packageName": "round-outlined-radius-1-stroke-1",
15779
15793
  "componentName": "IconMagnifyingGlass2"
15780
15794
  },
15795
+ {
15796
+ "category": "Communication",
15797
+ "svg": "<path d=\"M7 4.5H7.5C10.2614 4.5 12.5 6.73858 12.5 9.5V18.5C12.5 19.0523 12.0523 19.5 11.5 19.5H8\" stroke=\"currentColor\"/><path d=\"M16.5 4.5H7.5C4.73858 4.5 2.5 6.73858 2.5 9.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V9.5C21.5 6.73858 19.2614 4.5 16.5 4.5Z\" stroke=\"currentColor\"/><path d=\"M5 9.5H10\" stroke=\"currentColor\"/><path d=\"M12.5 19.5V21.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
15798
+ "iconName": "mailbox, inbox",
15799
+ "variant": {
15800
+ "join": "round",
15801
+ "filled": "off",
15802
+ "radius": "1",
15803
+ "stroke": "1"
15804
+ },
15805
+ "createdAt": "2026-04-23T12:02:11.868584+00:00",
15806
+ "packageName": "round-outlined-radius-1-stroke-1",
15807
+ "componentName": "IconMailbox"
15808
+ },
15781
15809
  {
15782
15810
  "category": "Filter & Settings",
15783
15811
  "svg": "<path d=\"M14.6389 16.2222C18.4282 16.2222 21.5 13.1504 21.5 9.36111C21.5 8.56985 21.3661 7.80987 21.1196 7.10262L18.3333 9.88889C17.1674 11.0548 15.277 11.0548 14.1111 9.88889C12.9452 8.72295 12.9452 6.8326 14.1111 5.66667L16.8974 2.88039C16.1901 2.63394 15.4302 2.5 14.6389 2.5C10.8496 2.5 7.77778 5.57182 7.77778 9.36111C7.77778 10.2968 7.96506 11.1887 8.30419 12.0014L2.70661 17.6029C2.31632 17.9935 2.31643 18.6264 2.70686 19.0169L4.98314 21.2931C5.37357 21.6836 6.00654 21.6837 6.39711 21.2934L11.9986 15.6958C12.8113 16.0349 13.7032 16.2222 14.6389 16.2222Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
@@ -20804,6 +20832,20 @@
20804
20832
  "packageName": "round-outlined-radius-1-stroke-1",
20805
20833
  "componentName": "IconRobot2"
20806
20834
  },
20835
+ {
20836
+ "category": "AI & Magic",
20837
+ "svg": "<path d=\"M3.5 12.7786C3.5 10.7156 3.5 9.68407 3.91596 8.84471C4.26839 8.13356 4.89442 7.48383 5.592 7.10524C6.41534 6.65839 7.38161 6.62249 9.31415 6.55068C11.1326 6.48311 12.8674 6.48311 14.6859 6.55068C16.6184 6.62249 17.5847 6.65839 18.408 7.10524C19.1056 7.48383 19.7316 8.13356 20.084 8.84471C20.5 9.68407 20.5 10.7156 20.5 12.7786V14.2214C20.5 16.2844 20.5 17.3159 20.084 18.1553C19.7316 18.8664 19.1056 19.5162 18.408 19.8948C17.5847 20.3416 16.6184 20.3775 14.6859 20.4493C12.8674 20.5169 11.1326 20.5169 9.31415 20.4493C7.38161 20.3775 6.41534 20.3416 5.592 19.8948C4.89442 19.5162 4.26839 18.8664 3.91596 18.1553C3.5 17.3159 3.5 16.2844 3.5 14.2214V12.7786Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"3.5\" r=\"1.5\" fill=\"currentColor\"/><path d=\"M9.5 13.2248V11.1748C9.5 10.9677 9.33211 10.7998 9.125 10.7998C8.91789 10.7998 8.75 10.9677 8.75 11.1748V13.2248C8.75 13.4319 8.91789 13.5998 9.125 13.5998C9.33211 13.5998 9.5 13.4319 9.5 13.2248Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.25 13.2248V11.1748C15.25 10.9677 15.0821 10.7998 14.875 10.7998C14.6679 10.7998 14.5 10.9677 14.5 11.1748V13.2248C14.5 13.4319 14.6679 13.5998 14.875 13.5998C15.0821 13.5998 15.25 13.4319 15.25 13.2248Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 13.5V11C2.5 10.7239 2.72386 10.5 3 10.5C3.27614 10.5 3.5 10.7239 3.5 11V13.5C3.5 13.7761 3.27614 14 3 14C2.72386 14 2.5 13.7761 2.5 13.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 13.5V11C20.5 10.7239 20.7239 10.5 21 10.5C21.2761 10.5 21.5 10.7239 21.5 11V13.5C21.5 13.7761 21.2761 14 21 14C20.7239 14 20.5 13.7761 20.5 13.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 6.5V3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
20838
+ "iconName": "robot-3, agent, scout",
20839
+ "variant": {
20840
+ "join": "round",
20841
+ "filled": "off",
20842
+ "radius": "1",
20843
+ "stroke": "1"
20844
+ },
20845
+ "createdAt": "2026-04-23T12:02:11.868584+00:00",
20846
+ "packageName": "round-outlined-radius-1-stroke-1",
20847
+ "componentName": "IconRobot3"
20848
+ },
20807
20849
  {
20808
20850
  "category": "Vehicles & Aircrafts",
20809
20851
  "svg": "<path d=\"M6.79848 13.7929C6.61094 13.6054 6.35659 13.5 6.09137 13.5H4.46568C3.71026 13.5 3.22761 12.6946 3.58386 12.0284L5.723 8.02842C5.89697 7.70311 6.23591 7.5 6.60482 7.5H10.774C11.0543 7.5 11.3211 7.38142 11.5142 7.17824C14.1003 4.45703 16.9146 2.79385 20.5058 2.5354C21.0566 2.49575 21.5097 2.94889 21.4703 3.49976C21.2123 7.10429 19.5489 9.99364 16.8272 12.5858C16.6242 12.7791 16.5056 13.0459 16.5056 13.3262V17.4008C16.5056 17.7697 16.3025 18.1086 15.9772 18.2826L11.9772 20.4217C11.311 20.778 10.5056 20.2953 10.5056 19.5399V17.9142C10.5056 17.649 10.4002 17.3946 10.2127 17.2071L6.79848 13.7929Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M2.5 21.5H4.50168C5.60625 21.5 6.50168 20.6046 6.50168 19.5C6.50168 18.3954 5.60583 17.5 4.50126 17.5C3.39623 17.5 2.5 18.3958 2.5 19.5008V21.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M6.5 13.5L11.2083 7.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M16.5 12.8862L10.5 17.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -130,6 +130,7 @@ export type CentralIconName =
130
130
  | "IconArrowRotateCounterClockwise"
131
131
  | "IconArrowRotateLeftRight"
132
132
  | "IconArrowRotateRightLeft"
133
+ | "IconArrowRotateSparkle"
133
134
  | "IconArrowRounded"
134
135
  | "IconArrowsAllSides"
135
136
  | "IconArrowsAllSides2"
@@ -1126,6 +1127,7 @@ export type CentralIconName =
1126
1127
  | "IconMagnet"
1127
1128
  | "IconMagnifyingGlass"
1128
1129
  | "IconMagnifyingGlass2"
1130
+ | "IconMailbox"
1129
1131
  | "IconMaintenance"
1130
1132
  | "IconMakeItPop"
1131
1133
  | "IconMall"
@@ -1485,6 +1487,7 @@ export type CentralIconName =
1485
1487
  | "IconRobinhood"
1486
1488
  | "IconRobot"
1487
1489
  | "IconRobot2"
1490
+ | "IconRobot3"
1488
1491
  | "IconRocket"
1489
1492
  | "IconRockingHorse"
1490
1493
  | "IconRoller"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "1.1.207",
3
+ "version": "1.1.209",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/IconHome';",
@@ -11,15 +11,16 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1967,
14
+ "totalIcons": 1970,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 80,
17
+ "count": 82,
18
18
  "icons": [
19
19
  "IconAiSlop",
20
20
  "IconAiTokens",
21
21
  "IconAiTranslate",
22
22
  "IconAppleIntelligenceIcon",
23
+ "IconArrowRotateSparkle",
23
24
  "IconAutoCrop",
24
25
  "IconBag2Sparkle",
25
26
  "IconBoxSparkle",
@@ -69,6 +70,7 @@
69
70
  "IconReceiptionBellSparkle",
70
71
  "IconRobot",
71
72
  "IconRobot2",
73
+ "IconRobot3",
72
74
  "IconScanTextSparkle",
73
75
  "IconScriptAi",
74
76
  "IconSearchIntelligence",
@@ -391,7 +393,7 @@
391
393
  ]
392
394
  },
393
395
  "Communication": {
394
- "count": 52,
396
+ "count": 53,
395
397
  "icons": [
396
398
  "IconBook",
397
399
  "IconBookSimple",
@@ -434,6 +436,7 @@
434
436
  "IconEmailPlus",
435
437
  "IconEmailSettings",
436
438
  "IconInvite",
439
+ "IconMailbox",
437
440
  "IconNewspaper",
438
441
  "IconNewspaper1",
439
442
  "IconNewspaper2",
@@ -2300,6 +2303,7 @@
2300
2303
  "IconArrowRotateCounterClockwise": "arrow-rotate-counter-clockwise, rotate-left",
2301
2304
  "IconArrowRotateLeftRight": "arrow-rotate-left-right, repeat, refresh",
2302
2305
  "IconArrowRotateRightLeft": "arrow-rotate-right-left, repeat, refresh, routines",
2306
+ "IconArrowRotateSparkle": "arrow-rotate-sparkle, repeat, refresh, generate",
2303
2307
  "IconArrowRounded": "arrow-rounded, share, arrow, login",
2304
2308
  "IconArrowsAllSides": "arrows-all-sides, move, focus",
2305
2309
  "IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
@@ -3296,6 +3300,7 @@
3296
3300
  "IconMagnet": "magnet, snap-pixel, snap",
3297
3301
  "IconMagnifyingGlass": "magnifying-glass, search",
3298
3302
  "IconMagnifyingGlass2": "magnifying-glass-2, search",
3303
+ "IconMailbox": "mailbox, inbox",
3299
3304
  "IconMaintenance": "maintenance, settings, service, tweak",
3300
3305
  "IconMakeItPop": "make-it-pop, design",
3301
3306
  "IconMall": "mall, store, shop, business",
@@ -3655,6 +3660,7 @@
3655
3660
  "IconRobinhood": "robinhood",
3656
3661
  "IconRobot": "robot",
3657
3662
  "IconRobot2": "robot-2, agent, scout",
3663
+ "IconRobot3": "robot-3, agent, scout",
3658
3664
  "IconRocket": "rocket, startup, launch",
3659
3665
  "IconRockingHorse": "rocking-horse, child, kids, toy",
3660
3666
  "IconRoller": "roller, scooter",
package/index.d.ts CHANGED
@@ -131,6 +131,7 @@ export { IconArrowRotateClockwise, default as IconArrowRotateClockwiseDefault, }
131
131
  export { IconArrowRotateCounterClockwise, default as IconArrowRotateCounterClockwiseDefault, } from "./IconArrowRotateCounterClockwise";
132
132
  export { IconArrowRotateLeftRight, default as IconArrowRotateLeftRightDefault, } from "./IconArrowRotateLeftRight";
133
133
  export { IconArrowRotateRightLeft, default as IconArrowRotateRightLeftDefault, } from "./IconArrowRotateRightLeft";
134
+ export { IconArrowRotateSparkle, default as IconArrowRotateSparkleDefault, } from "./IconArrowRotateSparkle";
134
135
  export { IconArrowRounded, default as IconArrowRoundedDefault, } from "./IconArrowRounded";
135
136
  export { IconArrowShareLeft, default as IconArrowShareLeftDefault, } from "./IconArrowShareLeft";
136
137
  export { IconArrowShareRight, default as IconArrowShareRightDefault, } from "./IconArrowShareRight";
@@ -1125,6 +1126,7 @@ export { IconMagicWand3, default as IconMagicWand3Default, } from "./IconMagicWa
1125
1126
  export { IconMagnet, default as IconMagnetDefault } from "./IconMagnet";
1126
1127
  export { IconMagnifyingGlass, default as IconMagnifyingGlassDefault, } from "./IconMagnifyingGlass";
1127
1128
  export { IconMagnifyingGlass2, default as IconMagnifyingGlass2Default, } from "./IconMagnifyingGlass2";
1129
+ export { IconMailbox, default as IconMailboxDefault } from "./IconMailbox";
1128
1130
  export { IconMaintenance, default as IconMaintenanceDefault, } from "./IconMaintenance";
1129
1131
  export { IconMakeItPop, default as IconMakeItPopDefault, } from "./IconMakeItPop";
1130
1132
  export { IconMall, default as IconMallDefault } from "./IconMall";
@@ -1484,6 +1486,7 @@ export { IconRive, default as IconRiveDefault } from "./IconRive";
1484
1486
  export { IconRobinhood, default as IconRobinhoodDefault, } from "./IconRobinhood";
1485
1487
  export { IconRobot, default as IconRobotDefault } from "./IconRobot";
1486
1488
  export { IconRobot2, default as IconRobot2Default } from "./IconRobot2";
1489
+ export { IconRobot3, default as IconRobot3Default } from "./IconRobot3";
1487
1490
  export { IconRocket, default as IconRocketDefault } from "./IconRocket";
1488
1491
  export { IconRockingHorse, default as IconRockingHorseDefault, } from "./IconRockingHorse";
1489
1492
  export { IconRoller, default as IconRollerDefault } from "./IconRoller";