@central-icons-react-native/round-outlined-radius-2-stroke-2 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.
- package/IconArrowRotateSparkle/index.d.ts +4 -0
- package/IconArrowRotateSparkle/index.js +2 -0
- package/IconArrowRotateSparkle/index.js.map +1 -0
- package/IconArrowRotateSparkle/index.mjs +2 -0
- package/IconArrowRotateSparkle/index.mjs.map +1 -0
- package/IconMailbox/index.d.ts +4 -0
- package/IconMailbox/index.js +2 -0
- package/IconMailbox/index.js.map +1 -0
- package/IconMailbox/index.mjs +2 -0
- package/IconMailbox/index.mjs.map +1 -0
- package/IconRobot3/index.d.ts +4 -0
- package/IconRobot3/index.js +2 -0
- package/IconRobot3/index.js.map +1 -0
- package/IconRobot3/index.mjs +2 -0
- package/IconRobot3/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 +10 -4
- 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/skills/central-icons-react-native/SKILL.md +4 -1
- package/tsx-icons.json +21 -0
|
@@ -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 e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of m(o))!B.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(s=k(o,n))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?c(f(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>i(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconArrowRotateSparkle:()=>L,default:()=>x});module.exports=h(P);var t=a(require("react"));var l=a(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...e})=>l.default.createElement(u.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 C=require("react-native-svg"),L=r=>t.default.createElement(d,{...r},t.default.createElement(C.Path,{d:"M5 4V8M5 8H9M5 8C6.38324 5.60879 9.03887 4 12 4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M19.0117 20V16H15.0117",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M4 12C4 16.4183 7.58172 20 12 20C14.9611 20 17.6168 18.3912 19 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.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"})),x=L;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=\"M5 4V8M5 8H9M5 8C6.38324 5.60879 9.03887 4 12 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.0117 20V16H15.0117\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 12C4 16.4183 7.58172 20 12 20C14.9611 20 17.6168 18.3912 19 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,kDACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACP,YAAY,IACZ,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 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 i=t=>o.createElement(n,{...t},o.createElement(e,{d:"M5 4V8M5 8H9M5 8C6.38324 5.60879 9.03887 4 12 4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19.0117 20V16H15.0117",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M4 12C4 16.4183 7.58172 20 12 20C14.9611 20 17.6168 18.3912 19 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{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=\"M5 4V8M5 8H9M5 8C6.38324 5.60879 9.03887 4 12 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.0117 20V16H15.0117\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 12C4 16.4183 7.58172 20 12 20C14.9611 20 17.6168 18.3912 19 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,kDACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACP,YAAY,IACZ,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,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!x.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(C=m(o,n))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?k(h(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var g={};B(g,{IconMailbox:()=>c,default:()=>P});module.exports=I(g);var t=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...e})=>d.default.createElement(u.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 s=require("react-native-svg"),c=r=>t.default.createElement(l,{...r},t.default.createElement(s.Path,{d:"M7 5H7.5C9.98528 5 12 7.01472 12 9.5V17C12 18.1046 11.1046 19 10 19H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 19V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),t.default.createElement(s.Path,{d:"M16.6 5H7.4C4.96995 5 3 6.96995 3 9.4V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V9.4C21 6.96995 19.0301 5 16.6 5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M6.25 10H8.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),P=c;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 5H7.5C9.98528 5 12 7.01472 12 9.5V17C12 18.1046 11.1046 19 10 19H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 19V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M16.6 5H7.4C4.96995 5 3 6.96995 3 9.4V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V9.4C21 6.96995 19.0301 5 16.6 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.25 10H8.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\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,wEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qIACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,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 p from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(C,{...s,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 i=t=>o.createElement(n,{...t},o.createElement(e,{d:"M7 5H7.5C9.98528 5 12 7.01472 12 9.5V17C12 18.1046 11.1046 19 10 19H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 19V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(e,{d:"M16.6 5H7.4C4.96995 5 3 6.96995 3 9.4V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V9.4C21 6.96995 19.0301 5 16.6 5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M6.25 10H8.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),x=i;export{i as IconMailbox,x 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 5H7.5C9.98528 5 12 7.01472 12 9.5V17C12 18.1046 11.1046 19 10 19H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 19V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M16.6 5H7.4C4.96995 5 3 6.96995 3 9.4V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V9.4C21 6.96995 19.0301 5 16.6 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.25 10H8.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\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,wEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qIACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMailbox","props","React","CentralIconBase","IconMailbox_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var a=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of h(o))!V.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(p=f(o,n))||p.enumerable});return r};var i=(r,o,t)=>(t=r!=null?m(a(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>l(s({},"__esModule",{value:!0}),r);var P={};x(P,{IconRobot3:()=>c,default:()=>I});module.exports=B(P);var C=i(require("react"));var d=i(require("react")),u=require("react-native-svg"),k=({children:r,size:o=24,...t})=>d.default.createElement(u.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 e=require("react-native-svg"),c=r=>C.default.createElement(k,{...r},C.default.createElement(e.Path,{d:"M4 13.2537C4 11.1879 4 10.155 4.4188 9.31324C4.77266 8.60204 5.40553 7.94871 6.10511 7.5724C6.93307 7.12703 7.89616 7.09638 9.82233 7.03506C11.291 6.98831 12.709 6.98831 14.1777 7.03506C16.1038 7.09638 17.0669 7.12703 17.8949 7.5724C18.5945 7.94871 19.2273 8.60204 19.5812 9.31324C20 10.155 20 11.1879 20 13.2537V13.7463C20 15.8121 20 16.845 19.5812 17.6868C19.2273 18.398 18.5945 19.0513 17.8949 19.4276C17.0669 19.873 16.1038 19.9036 14.1777 19.9649C12.709 20.0117 11.291 20.0117 9.82233 19.9649C7.89616 19.9036 6.93307 19.873 6.10511 19.4276C5.40553 19.0513 4.77266 18.398 4.4188 17.6868C4 16.845 4 15.8121 4 13.7463V13.2537Z",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(e.Circle,{cx:"12",cy:"3.75",r:"1.75",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M9.75 13V11.5C9.75 11.3619 9.63807 11.25 9.5 11.25C9.36193 11.25 9.25 11.3619 9.25 11.5V13C9.25 13.1381 9.36193 13.25 9.5 13.25C9.63807 13.25 9.75 13.1381 9.75 13Z",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(e.Path,{d:"M14.75 13V11.5C14.75 11.3619 14.6381 11.25 14.5 11.25C14.3619 11.25 14.25 11.3619 14.25 11.5V13C14.25 13.1381 14.3619 13.25 14.5 13.25C14.6381 13.25 14.75 13.1381 14.75 13Z",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(e.Path,{d:"M4 11C3.44772 11 3 11.4477 3 12V13C3 13.5523 3.44772 14 4 14",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),C.default.createElement(e.Path,{d:"M20 11C20.5523 11 21 11.4477 21 12V13C21 13.5523 20.5523 14 20 14",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),C.default.createElement(e.Path,{d:"M12 7V3",stroke:"currentColor",strokeWidth:"1.6"})),I=c;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=\"M4 13.2537C4 11.1879 4 10.155 4.4188 9.31324C4.77266 8.60204 5.40553 7.94871 6.10511 7.5724C6.93307 7.12703 7.89616 7.09638 9.82233 7.03506C11.291 6.98831 12.709 6.98831 14.1777 7.03506C16.1038 7.09638 17.0669 7.12703 17.8949 7.5724C18.5945 7.94871 19.2273 8.60204 19.5812 9.31324C20 10.155 20 11.1879 20 13.2537V13.7463C20 15.8121 20 16.845 19.5812 17.6868C19.2273 18.398 18.5945 19.0513 17.8949 19.4276C17.0669 19.873 16.1038 19.9036 14.1777 19.9649C12.709 20.0117 11.291 20.0117 9.82233 19.9649C7.89616 19.9036 6.93307 19.873 6.10511 19.4276C5.40553 19.0513 4.77266 18.398 4.4188 17.6868C4 16.845 4 15.8121 4 13.7463V13.2537Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"12\" cy=\"3.75\" r=\"1.75\" fill=\"currentColor\" />\n <Path\n d=\"M9.75 13V11.5C9.75 11.3619 9.63807 11.25 9.5 11.25C9.36193 11.25 9.25 11.3619 9.25 11.5V13C9.25 13.1381 9.36193 13.25 9.5 13.25C9.63807 13.25 9.75 13.1381 9.75 13Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M14.75 13V11.5C14.75 11.3619 14.6381 11.25 14.5 11.25C14.3619 11.25 14.25 11.3619 14.25 11.5V13C14.25 13.1381 14.3619 13.25 14.5 13.25C14.6381 13.25 14.75 13.1381 14.75 13Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M4 11C3.44772 11 3 11.4477 3 12V13C3 13.5523 3.44772 14 4 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 11C20.5523 11 21 11.4477 21 12V13C21 13.5523 20.5523 14 20 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M12 7V3\" stroke=\"currentColor\" strokeWidth=\"1.6\" />\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,unBACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QACC,EAAE,sKACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+KACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,UAAU,OAAO,eAAe,YAAY,MAAM,CAC5D,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 e=({children:C,size:o=24,...n})=>s.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);import{Circle as l,Path as t}from"react-native-svg";var i=C=>r.createElement(e,{...C},r.createElement(t,{d:"M4 13.2537C4 11.1879 4 10.155 4.4188 9.31324C4.77266 8.60204 5.40553 7.94871 6.10511 7.5724C6.93307 7.12703 7.89616 7.09638 9.82233 7.03506C11.291 6.98831 12.709 6.98831 14.1777 7.03506C16.1038 7.09638 17.0669 7.12703 17.8949 7.5724C18.5945 7.94871 19.2273 8.60204 19.5812 9.31324C20 10.155 20 11.1879 20 13.2537V13.7463C20 15.8121 20 16.845 19.5812 17.6868C19.2273 18.398 18.5945 19.0513 17.8949 19.4276C17.0669 19.873 16.1038 19.9036 14.1777 19.9649C12.709 20.0117 11.291 20.0117 9.82233 19.9649C7.89616 19.9036 6.93307 19.873 6.10511 19.4276C5.40553 19.0513 4.77266 18.398 4.4188 17.6868C4 16.845 4 15.8121 4 13.7463V13.2537Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(l,{cx:"12",cy:"3.75",r:"1.75",fill:"currentColor"}),r.createElement(t,{d:"M9.75 13V11.5C9.75 11.3619 9.63807 11.25 9.5 11.25C9.36193 11.25 9.25 11.3619 9.25 11.5V13C9.25 13.1381 9.36193 13.25 9.5 13.25C9.63807 13.25 9.75 13.1381 9.75 13Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M14.75 13V11.5C14.75 11.3619 14.6381 11.25 14.5 11.25C14.3619 11.25 14.25 11.3619 14.25 11.5V13C14.25 13.1381 14.3619 13.25 14.5 13.25C14.6381 13.25 14.75 13.1381 14.75 13Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M4 11C3.44772 11 3 11.4477 3 12V13C3 13.5523 3.44772 14 4 14",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),r.createElement(t,{d:"M20 11C20.5523 11 21 11.4477 21 12V13C21 13.5523 20.5523 14 20 14",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),r.createElement(t,{d:"M12 7V3",stroke:"currentColor",strokeWidth:"1.6"})),x=i;export{i 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=\"M4 13.2537C4 11.1879 4 10.155 4.4188 9.31324C4.77266 8.60204 5.40553 7.94871 6.10511 7.5724C6.93307 7.12703 7.89616 7.09638 9.82233 7.03506C11.291 6.98831 12.709 6.98831 14.1777 7.03506C16.1038 7.09638 17.0669 7.12703 17.8949 7.5724C18.5945 7.94871 19.2273 8.60204 19.5812 9.31324C20 10.155 20 11.1879 20 13.2537V13.7463C20 15.8121 20 16.845 19.5812 17.6868C19.2273 18.398 18.5945 19.0513 17.8949 19.4276C17.0669 19.873 16.1038 19.9036 14.1777 19.9649C12.709 20.0117 11.291 20.0117 9.82233 19.9649C7.89616 19.9036 6.93307 19.873 6.10511 19.4276C5.40553 19.0513 4.77266 18.398 4.4188 17.6868C4 16.845 4 15.8121 4 13.7463V13.2537Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"12\" cy=\"3.75\" r=\"1.75\" fill=\"currentColor\" />\n <Path\n d=\"M9.75 13V11.5C9.75 11.3619 9.63807 11.25 9.5 11.25C9.36193 11.25 9.25 11.3619 9.25 11.5V13C9.25 13.1381 9.36193 13.25 9.5 13.25C9.63807 13.25 9.75 13.1381 9.75 13Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M14.75 13V11.5C14.75 11.3619 14.6381 11.25 14.5 11.25C14.3619 11.25 14.25 11.3619 14.25 11.5V13C14.25 13.1381 14.3619 13.25 14.5 13.25C14.6381 13.25 14.75 13.1381 14.75 13Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M4 11C3.44772 11 3 11.4477 3 12V13C3 13.5523 3.44772 14 4 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 11C20.5523 11 21 11.4477 21 12V13C21 13.5523 20.5523 14 20 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M12 7V3\" stroke=\"currentColor\" strokeWidth=\"1.6\" />\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,unBACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvDI,EAAA,cAACH,EAAA,CACC,EAAE,sKACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+KACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,UAAU,OAAO,eAAe,YAAY,MAAM,CAC5D,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
|
package/filtered-icons.json
CHANGED
|
@@ -1834,6 +1834,20 @@
|
|
|
1834
1834
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
1835
1835
|
"componentName": "IconArrowRotateRightLeft"
|
|
1836
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"category": "AI & Magic",
|
|
1839
|
+
"svg": "<path d=\"M5 4V8M5 8H9M5 8C6.38324 5.60879 9.03887 4 12 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.0117 20V16H15.0117\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 12C4 16.4183 7.58172 20 12 20C14.9611 20 17.6168 18.3912 19 16\" stroke=\"currentColor\" stroke-width=\"2\" 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": "2",
|
|
1845
|
+
"stroke": "2"
|
|
1846
|
+
},
|
|
1847
|
+
"createdAt": "2026-04-23T15:02:22.921188+00:00",
|
|
1848
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
1849
|
+
"componentName": "IconArrowRotateSparkle"
|
|
1850
|
+
},
|
|
1837
1851
|
{
|
|
1838
1852
|
"category": "Interface General",
|
|
1839
1853
|
"svg": "<path d=\"M3 8V17C3 18.1046 3.89543 19 5 19H19M16.5 4.5L20 8M20 8L16.5 11.5M20 8H13C10.2386 8 8 10.2386 8 13V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -15778,6 +15792,20 @@
|
|
|
15778
15792
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
15779
15793
|
"componentName": "IconMagnifyingGlass2"
|
|
15780
15794
|
},
|
|
15795
|
+
{
|
|
15796
|
+
"category": "Communication",
|
|
15797
|
+
"svg": "<path d=\"M7 5H7.5C9.98528 5 12 7.01472 12 9.5V17C12 18.1046 11.1046 19 10 19H9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 19V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M16.6 5H7.4C4.96995 5 3 6.96995 3 9.4V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V9.4C21 6.96995 19.0301 5 16.6 5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.25 10H8.75\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
15798
|
+
"iconName": "mailbox, inbox",
|
|
15799
|
+
"variant": {
|
|
15800
|
+
"join": "round",
|
|
15801
|
+
"filled": "off",
|
|
15802
|
+
"radius": "2",
|
|
15803
|
+
"stroke": "2"
|
|
15804
|
+
},
|
|
15805
|
+
"createdAt": "2026-04-23T12:02:11.868584+00:00",
|
|
15806
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
15807
|
+
"componentName": "IconMailbox"
|
|
15808
|
+
},
|
|
15781
15809
|
{
|
|
15782
15810
|
"category": "Filter & Settings",
|
|
15783
15811
|
"svg": "<path d=\"M14.5 16C18.0899 16 21 13.0899 21 9.5C21 8.75038 20.8731 8.03041 20.6396 7.36037L18 10C16.8954 11.1046 15.1046 11.1046 14 10C12.8954 8.89543 12.8954 7.10457 14 6L16.6396 3.36037C15.9696 3.12689 15.2496 3 14.5 3C10.9101 3 8 5.91015 8 9.5C8 10.3864 8.17743 11.2314 8.4987 12.0013L3.66421 16.8358C2.88316 17.6168 2.88316 18.8832 3.66421 19.6642L4.33579 20.3358C5.11684 21.1168 6.38316 21.1168 7.16421 20.3358L11.9987 15.5013C12.7686 15.8226 13.6136 16 14.5 16Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
@@ -20804,6 +20832,20 @@
|
|
|
20804
20832
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
20805
20833
|
"componentName": "IconRobot2"
|
|
20806
20834
|
},
|
|
20835
|
+
{
|
|
20836
|
+
"category": "AI & Magic",
|
|
20837
|
+
"svg": "<path d=\"M4 13.2537C4 11.1879 4 10.155 4.4188 9.31324C4.77266 8.60204 5.40553 7.94871 6.10511 7.5724C6.93307 7.12703 7.89616 7.09638 9.82233 7.03506C11.291 6.98831 12.709 6.98831 14.1777 7.03506C16.1038 7.09638 17.0669 7.12703 17.8949 7.5724C18.5945 7.94871 19.2273 8.60204 19.5812 9.31324C20 10.155 20 11.1879 20 13.2537V13.7463C20 15.8121 20 16.845 19.5812 17.6868C19.2273 18.398 18.5945 19.0513 17.8949 19.4276C17.0669 19.873 16.1038 19.9036 14.1777 19.9649C12.709 20.0117 11.291 20.0117 9.82233 19.9649C7.89616 19.9036 6.93307 19.873 6.10511 19.4276C5.40553 19.0513 4.77266 18.398 4.4188 17.6868C4 16.845 4 15.8121 4 13.7463V13.2537Z\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"12\" cy=\"3.75\" r=\"1.75\" fill=\"currentColor\"/><path d=\"M9.75 13V11.5C9.75 11.3619 9.63807 11.25 9.5 11.25C9.36193 11.25 9.25 11.3619 9.25 11.5V13C9.25 13.1381 9.36193 13.25 9.5 13.25C9.63807 13.25 9.75 13.1381 9.75 13Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M14.75 13V11.5C14.75 11.3619 14.6381 11.25 14.5 11.25C14.3619 11.25 14.25 11.3619 14.25 11.5V13C14.25 13.1381 14.3619 13.25 14.5 13.25C14.6381 13.25 14.75 13.1381 14.75 13Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M4 11C3.44772 11 3 11.4477 3 12V13C3 13.5523 3.44772 14 4 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M20 11C20.5523 11 21 11.4477 21 12V13C21 13.5523 20.5523 14 20 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M12 7V3\" stroke=\"currentColor\" stroke-width=\"1.6\"/>",
|
|
20838
|
+
"iconName": "robot-3, agent, scout",
|
|
20839
|
+
"variant": {
|
|
20840
|
+
"join": "round",
|
|
20841
|
+
"filled": "off",
|
|
20842
|
+
"radius": "2",
|
|
20843
|
+
"stroke": "2"
|
|
20844
|
+
},
|
|
20845
|
+
"createdAt": "2026-04-23T12:02:11.868584+00:00",
|
|
20846
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
20847
|
+
"componentName": "IconRobot3"
|
|
20848
|
+
},
|
|
20807
20849
|
{
|
|
20808
20850
|
"category": "Vehicles & Aircrafts",
|
|
20809
20851
|
"svg": "<path d=\"M3 21H5C6.10457 21 7 20.1046 7 19C7 17.8954 6.10457 17 5 17C3.89543 17 3 17.8954 3 19V21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M7.00098 13H4.76717C3.98987 13 3.50976 12.152 3.90968 11.4855L5.41837 8.97101C5.77982 8.3686 6.43083 8 7.13336 8H11.251C13.7671 5.25513 16.4925 3.3474 20.0017 3.04278C20.5519 2.99502 21.006 3.44906 20.9582 3.99927C20.6536 7.50845 18.7459 10.2339 16.001 12.75V16.8676C16.001 17.5701 15.6324 18.2212 15.03 18.5826L12.5155 20.0913C11.849 20.4912 11.001 20.0111 11.001 19.2338V17L7.00098 13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M7 13L11.25 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M16 12.75L11 17\" stroke=\"currentColor\" stroke-width=\"2\" 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-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.209",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/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":
|
|
14
|
+
"totalIcons": 1970,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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":
|
|
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";
|