@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.206 → 1.1.208
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/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/IconRobot2/index.d.ts +4 -0
- package/IconRobot2/index.js +2 -0
- package/IconRobot2/index.js.map +1 -0
- package/IconRobot2/index.mjs +2 -0
- package/IconRobot2/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/IconVideo2/index.d.ts +4 -0
- package/IconVideo2/index.js +2 -0
- package/IconVideo2/index.js.map +1 -0
- package/IconVideo2/index.mjs +2 -0
- package/IconVideo2/index.mjs.map +1 -0
- package/IconVideo2Off/index.d.ts +4 -0
- package/IconVideo2Off/index.js +2 -0
- package/IconVideo2Off/index.js.map +1 -0
- package/IconVideo2Off/index.mjs +2 -0
- package/IconVideo2Off/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +15 -5
- package/index.d.ts +5 -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 +6 -1
- package/tsx-icons.json +35 -0
|
@@ -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.5V17.5C12.5 18.6046 11.6046 19.5 10.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.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.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.5V17.5C12.5 18.6046 11.6046 19.5 10.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.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.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.5V17.5C12.5 18.6046 11.6046 19.5 10.5 19.5H8",stroke:"currentColor"}),o.createElement(t,{d:"M16.5 4.5H7.5C4.73858 4.5 2.5 6.73858 2.5 9.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.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.5V17.5C12.5 18.6046 11.6046 19.5 10.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.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.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,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var n in r)s(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of L(r))!V.call(o,C)&&C!==n&&s(o,C,{get:()=>r[C],enumerable:!(p=m(r,C))||p.enumerable});return o};var u=(o,r,n)=>(n=o!=null?l(f(o)):{},i(r||!o||!o.__esModule?s(n,"default",{value:o,enumerable:!0}):n,o)),I=o=>i(s({},"__esModule",{value:!0}),o);var P={};B(P,{IconRobot2:()=>c,default:()=>x});module.exports=I(P);var e=u(require("react"));var d=u(require("react")),k=require("react-native-svg"),a=({children:o,size:r=24,...n})=>d.default.createElement(k.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),c=o=>e.default.createElement(a,{...o},e.default.createElement(t.Path,{d:"M2.5 10.7755C2.5 8.72518 2.5 7.70004 2.91619 6.86049C3.26867 6.14944 3.89542 5.49925 4.59305 5.1209C5.41675 4.67418 6.38255 4.6387 8.31415 4.56775C10.7732 4.47742 13.2268 4.47742 15.6859 4.56775C17.6174 4.6387 18.5832 4.67418 19.407 5.1209C20.1046 5.49925 20.7313 6.14944 21.0838 6.86049C21.5 7.70004 21.5 8.72518 21.5 10.7755V13.2245C21.5 15.2748 21.5 16.3 21.0838 17.1395C20.7313 17.8506 20.1046 18.5007 19.407 18.8791C18.5832 19.3258 17.6174 19.3613 15.6859 19.4323C13.2268 19.5226 10.7732 19.5226 8.31415 19.4323C6.38255 19.3613 5.41675 19.3258 4.59305 18.8791C3.89542 18.5007 3.26867 17.8506 2.91619 17.1395C2.5 16.3 2.5 15.2748 2.5 13.2245V10.7755Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 12V10C9.5 9.72386 9.27614 9.5 9 9.5C8.72386 9.5 8.5 9.72386 8.5 10V12C8.5 12.2761 8.72386 12.5 9 12.5C9.27614 12.5 9.5 12.2761 9.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15.5 12V10C15.5 9.72386 15.2761 9.5 15 9.5C14.7239 9.5 14.5 9.72386 14.5 10V12C14.5 12.2761 14.7239 12.5 15 12.5C15.2761 12.5 15.5 12.2761 15.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.5 13.5C22.0523 13.5 22.5 13.0523 22.5 12.5V10.5C22.5 9.94772 22.0523 9.5 21.5 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M2.5 9.5C1.94772 9.5 1.5 9.94772 1.5 10.5V12.5C1.5 13.0523 1.94772 13.5 2.5 13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconRobot2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRobot2/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 IconRobot2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 10.7755C2.5 8.72518 2.5 7.70004 2.91619 6.86049C3.26867 6.14944 3.89542 5.49925 4.59305 5.1209C5.41675 4.67418 6.38255 4.6387 8.31415 4.56775C10.7732 4.47742 13.2268 4.47742 15.6859 4.56775C17.6174 4.6387 18.5832 4.67418 19.407 5.1209C20.1046 5.49925 20.7313 6.14944 21.0838 6.86049C21.5 7.70004 21.5 8.72518 21.5 10.7755V13.2245C21.5 15.2748 21.5 16.3 21.0838 17.1395C20.7313 17.8506 20.1046 18.5007 19.407 18.8791C18.5832 19.3258 17.6174 19.3613 15.6859 19.4323C13.2268 19.5226 10.7732 19.5226 8.31415 19.4323C6.38255 19.3613 5.41675 19.3258 4.59305 18.8791C3.89542 18.5007 3.26867 17.8506 2.91619 17.1395C2.5 16.3 2.5 15.2748 2.5 13.2245V10.7755Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 12V10C9.5 9.72386 9.27614 9.5 9 9.5C8.72386 9.5 8.5 9.72386 8.5 10V12C8.5 12.2761 8.72386 12.5 9 12.5C9.27614 12.5 9.5 12.2761 9.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 12V10C15.5 9.72386 15.2761 9.5 15 9.5C14.7239 9.5 14.5 9.72386 14.5 10V12C14.5 12.2761 14.7239 12.5 15 12.5C15.2761 12.5 15.5 12.2761 15.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 13.5C22.0523 13.5 22.5 13.0523 22.5 12.5V10.5C22.5 9.94772 22.0523 9.5 21.5 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 9.5C1.94772 9.5 1.5 9.94772 1.5 10.5V12.5C1.5 13.0523 1.94772 13.5 2.5 13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRobot2;\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,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ipBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRobot2_exports","__export","IconRobot2","IconRobot2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRobot2","props","React","CentralIconBase","IconRobot2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...C})=>s.createElement(p,{...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:"M2.5 10.7755C2.5 8.72518 2.5 7.70004 2.91619 6.86049C3.26867 6.14944 3.89542 5.49925 4.59305 5.1209C5.41675 4.67418 6.38255 4.6387 8.31415 4.56775C10.7732 4.47742 13.2268 4.47742 15.6859 4.56775C17.6174 4.6387 18.5832 4.67418 19.407 5.1209C20.1046 5.49925 20.7313 6.14944 21.0838 6.86049C21.5 7.70004 21.5 8.72518 21.5 10.7755V13.2245C21.5 15.2748 21.5 16.3 21.0838 17.1395C20.7313 17.8506 20.1046 18.5007 19.407 18.8791C18.5832 19.3258 17.6174 19.3613 15.6859 19.4323C13.2268 19.5226 10.7732 19.5226 8.31415 19.4323C6.38255 19.3613 5.41675 19.3258 4.59305 18.8791C3.89542 18.5007 3.26867 17.8506 2.91619 17.1395C2.5 16.3 2.5 15.2748 2.5 13.2245V10.7755Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.5 12V10C9.5 9.72386 9.27614 9.5 9 9.5C8.72386 9.5 8.5 9.72386 8.5 10V12C8.5 12.2761 8.72386 12.5 9 12.5C9.27614 12.5 9.5 12.2761 9.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M15.5 12V10C15.5 9.72386 15.2761 9.5 15 9.5C14.7239 9.5 14.5 9.72386 14.5 10V12C14.5 12.2761 14.7239 12.5 15 12.5C15.2761 12.5 15.5 12.2761 15.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M21.5 13.5C22.0523 13.5 22.5 13.0523 22.5 12.5V10.5C22.5 9.94772 22.0523 9.5 21.5 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M2.5 9.5C1.94772 9.5 1.5 9.94772 1.5 10.5V12.5C1.5 13.0523 1.94772 13.5 2.5 13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),V=i;export{i as IconRobot2,V as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRobot2/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 IconRobot2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 10.7755C2.5 8.72518 2.5 7.70004 2.91619 6.86049C3.26867 6.14944 3.89542 5.49925 4.59305 5.1209C5.41675 4.67418 6.38255 4.6387 8.31415 4.56775C10.7732 4.47742 13.2268 4.47742 15.6859 4.56775C17.6174 4.6387 18.5832 4.67418 19.407 5.1209C20.1046 5.49925 20.7313 6.14944 21.0838 6.86049C21.5 7.70004 21.5 8.72518 21.5 10.7755V13.2245C21.5 15.2748 21.5 16.3 21.0838 17.1395C20.7313 17.8506 20.1046 18.5007 19.407 18.8791C18.5832 19.3258 17.6174 19.3613 15.6859 19.4323C13.2268 19.5226 10.7732 19.5226 8.31415 19.4323C6.38255 19.3613 5.41675 19.3258 4.59305 18.8791C3.89542 18.5007 3.26867 17.8506 2.91619 17.1395C2.5 16.3 2.5 15.2748 2.5 13.2245V10.7755Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 12V10C9.5 9.72386 9.27614 9.5 9 9.5C8.72386 9.5 8.5 9.72386 8.5 10V12C8.5 12.2761 8.72386 12.5 9 12.5C9.27614 12.5 9.5 12.2761 9.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 12V10C15.5 9.72386 15.2761 9.5 15 9.5C14.7239 9.5 14.5 9.72386 14.5 10V12C14.5 12.2761 14.7239 12.5 15 12.5C15.2761 12.5 15.5 12.2761 15.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 13.5C22.0523 13.5 22.5 13.0523 22.5 12.5V10.5C22.5 9.94772 22.0523 9.5 21.5 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 9.5C1.94772 9.5 1.5 9.94772 1.5 10.5V12.5C1.5 13.0523 1.94772 13.5 2.5 13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRobot2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ipBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,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","Path","IconRobot2","props","React","CentralIconBase","IconRobot2_default"]}
|
|
@@ -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"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!x.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(s=f(r,n))||s.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(I(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(t({},"__esModule",{value:!0}),o);var k={};L(k,{IconVideo2:()=>u,default:()=>g});module.exports=P(k);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var C=require("react-native-svg"),u=o=>p.default.createElement(l,{...o},p.default.createElement(C.Path,{d:"M2.5 8.5C2.5 6.84315 3.84315 5.5 5.5 5.5L14.5 5.50002C16.1569 5.50002 17.5 6.84316 17.5 8.50002V15.5C17.5 17.1569 16.1569 18.5 14.5 18.5H5.5C3.84315 18.5 2.5 17.1569 2.5 15.5V8.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconVideo2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVideo2/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 IconVideo2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 8.5C2.5 6.84315 3.84315 5.5 5.5 5.5L14.5 5.50002C16.1569 5.50002 17.5 6.84316 17.5 8.50002V15.5C17.5 17.1569 16.1569 18.5 14.5 18.5H5.5C3.84315 18.5 2.5 17.1569 2.5 15.5V8.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVideo2;\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,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVideo2_exports","__export","IconVideo2","IconVideo2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVideo2","props","React","CentralIconBase","IconVideo2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:r,size:o=24,...p})=>C.createElement(s,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as t}from"react-native-svg";var a=r=>e.createElement(n,{...r},e.createElement(t,{d:"M2.5 8.5C2.5 6.84315 3.84315 5.5 5.5 5.5L14.5 5.50002C16.1569 5.50002 17.5 6.84316 17.5 8.50002V15.5C17.5 17.1569 16.1569 18.5 14.5 18.5H5.5C3.84315 18.5 2.5 17.1569 2.5 15.5V8.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconVideo2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVideo2/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 IconVideo2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 8.5C2.5 6.84315 3.84315 5.5 5.5 5.5L14.5 5.50002C16.1569 5.50002 17.5 6.84316 17.5 8.50002V15.5C17.5 17.1569 16.1569 18.5 14.5 18.5H5.5C3.84315 18.5 2.5 17.1569 2.5 15.5V8.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVideo2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVideo2","props","React","CentralIconBase","IconVideo2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of k(r))!B.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(C=f(r,n))||C.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(L(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconVideo2Off:()=>m,default:()=>P});module.exports=x(g);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...e})=>u.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),m=o=>t.default.createElement(l,{...o},t.default.createElement(s.Path,{d:"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M2.5 7.5V15.5C2.5 17.1569 3.84315 18.5 5.5 18.5H11.5M8.5 5.50002H14.5C16.1569 5.50002 17.5 6.84317 17.5 8.50002V16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M2.5 2.5L17.5 21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconVideo2Off});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVideo2Off/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 IconVideo2Off: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 7.5V15.5C2.5 17.1569 3.84315 18.5 5.5 18.5H11.5M8.5 5.50002H14.5C16.1569 5.50002 17.5 6.84317 17.5 8.50002V16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 2.5L17.5 21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVideo2Off;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVideo2Off_exports","__export","IconVideo2Off","IconVideo2Off_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVideo2Off","props","React","CentralIconBase","IconVideo2Off_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{d:"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M2.5 7.5V15.5C2.5 17.1569 3.84315 18.5 5.5 18.5H11.5M8.5 5.50002H14.5C16.1569 5.50002 17.5 6.84317 17.5 8.50002V16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M2.5 2.5L17.5 21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconVideo2Off,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVideo2Off/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 IconVideo2Off: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 7.5V15.5C2.5 17.1569 3.84315 18.5 5.5 18.5H11.5M8.5 5.50002H14.5C16.1569 5.50002 17.5 6.84317 17.5 8.50002V16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 2.5L17.5 21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVideo2Off;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVideo2Off","props","React","CentralIconBase","IconVideo2Off_default"]}
|
package/README.md
CHANGED
|
@@ -199,6 +199,8 @@ Below is a complete list of available icons:
|
|
|
199
199
|
- IconPromptTextToVideo
|
|
200
200
|
- IconReceiptionBellSparkle
|
|
201
201
|
- IconRobot
|
|
202
|
+
- IconRobot2
|
|
203
|
+
- IconRobot3
|
|
202
204
|
- IconScanTextSparkle
|
|
203
205
|
- IconScriptAi
|
|
204
206
|
- IconSearchIntelligence
|
|
@@ -550,6 +552,7 @@ Below is a complete list of available icons:
|
|
|
550
552
|
- IconEmailPlus
|
|
551
553
|
- IconEmailSettings
|
|
552
554
|
- IconInvite
|
|
555
|
+
- IconMailbox
|
|
553
556
|
- IconNewspaper
|
|
554
557
|
- IconNewspaper1
|
|
555
558
|
- IconNewspaper2
|
|
@@ -1490,6 +1493,8 @@ Below is a complete list of available icons:
|
|
|
1490
1493
|
- IconSplit
|
|
1491
1494
|
- IconUnblur
|
|
1492
1495
|
- IconVideo
|
|
1496
|
+
- IconVideo2
|
|
1497
|
+
- IconVideo2Off
|
|
1493
1498
|
- IconVideoClip
|
|
1494
1499
|
- IconVideoOff
|
|
1495
1500
|
- IconVideoOn
|
package/filtered-icons.json
CHANGED
|
@@ -15778,6 +15778,20 @@
|
|
|
15778
15778
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
15779
15779
|
"componentName": "IconMagnifyingGlass2"
|
|
15780
15780
|
},
|
|
15781
|
+
{
|
|
15782
|
+
"category": "Communication",
|
|
15783
|
+
"svg": "<path d=\"M7 4.5H7.5C10.2614 4.5 12.5 6.73858 12.5 9.5V17.5C12.5 18.6046 11.6046 19.5 10.5 19.5H8\" stroke=\"currentColor\"/><path d=\"M16.5 4.5H7.5C4.73858 4.5 2.5 6.73858 2.5 9.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.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\"/>",
|
|
15784
|
+
"iconName": "mailbox, inbox",
|
|
15785
|
+
"variant": {
|
|
15786
|
+
"join": "round",
|
|
15787
|
+
"filled": "off",
|
|
15788
|
+
"radius": "3",
|
|
15789
|
+
"stroke": "1"
|
|
15790
|
+
},
|
|
15791
|
+
"createdAt": "2026-04-23T12:02:11.868584+00:00",
|
|
15792
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
15793
|
+
"componentName": "IconMailbox"
|
|
15794
|
+
},
|
|
15781
15795
|
{
|
|
15782
15796
|
"category": "Filter & Settings",
|
|
15783
15797
|
"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.0014L3.3444 16.9644C2.32567 17.9838 2.32594 19.6359 3.345 20.655C4.36406 21.6741 6.01621 21.6743 7.0356 20.6556L11.9986 15.6958C12.8113 16.0349 13.7032 16.2222 14.6389 16.2222Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
@@ -20790,6 +20804,34 @@
|
|
|
20790
20804
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
20791
20805
|
"componentName": "IconRobot"
|
|
20792
20806
|
},
|
|
20807
|
+
{
|
|
20808
|
+
"category": "AI & Magic",
|
|
20809
|
+
"svg": "<path d=\"M2.5 10.7755C2.5 8.72518 2.5 7.70004 2.91619 6.86049C3.26867 6.14944 3.89542 5.49925 4.59305 5.1209C5.41675 4.67418 6.38255 4.6387 8.31415 4.56775C10.7732 4.47742 13.2268 4.47742 15.6859 4.56775C17.6174 4.6387 18.5832 4.67418 19.407 5.1209C20.1046 5.49925 20.7313 6.14944 21.0838 6.86049C21.5 7.70004 21.5 8.72518 21.5 10.7755V13.2245C21.5 15.2748 21.5 16.3 21.0838 17.1395C20.7313 17.8506 20.1046 18.5007 19.407 18.8791C18.5832 19.3258 17.6174 19.3613 15.6859 19.4323C13.2268 19.5226 10.7732 19.5226 8.31415 19.4323C6.38255 19.3613 5.41675 19.3258 4.59305 18.8791C3.89542 18.5007 3.26867 17.8506 2.91619 17.1395C2.5 16.3 2.5 15.2748 2.5 13.2245V10.7755Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 12V10C9.5 9.72386 9.27614 9.5 9 9.5C8.72386 9.5 8.5 9.72386 8.5 10V12C8.5 12.2761 8.72386 12.5 9 12.5C9.27614 12.5 9.5 12.2761 9.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 12V10C15.5 9.72386 15.2761 9.5 15 9.5C14.7239 9.5 14.5 9.72386 14.5 10V12C14.5 12.2761 14.7239 12.5 15 12.5C15.2761 12.5 15.5 12.2761 15.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 13.5C22.0523 13.5 22.5 13.0523 22.5 12.5V10.5C22.5 9.94772 22.0523 9.5 21.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 9.5C1.94772 9.5 1.5 9.94772 1.5 10.5V12.5C1.5 13.0523 1.94772 13.5 2.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 4.5V2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
20810
|
+
"iconName": "robot-2, agent, scout",
|
|
20811
|
+
"variant": {
|
|
20812
|
+
"join": "round",
|
|
20813
|
+
"filled": "off",
|
|
20814
|
+
"radius": "3",
|
|
20815
|
+
"stroke": "1"
|
|
20816
|
+
},
|
|
20817
|
+
"createdAt": "2026-04-23T11:02:43.234929+00:00",
|
|
20818
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
20819
|
+
"componentName": "IconRobot2"
|
|
20820
|
+
},
|
|
20821
|
+
{
|
|
20822
|
+
"category": "AI & Magic",
|
|
20823
|
+
"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\"/>",
|
|
20824
|
+
"iconName": "robot-3, agent, scout",
|
|
20825
|
+
"variant": {
|
|
20826
|
+
"join": "round",
|
|
20827
|
+
"filled": "off",
|
|
20828
|
+
"radius": "3",
|
|
20829
|
+
"stroke": "1"
|
|
20830
|
+
},
|
|
20831
|
+
"createdAt": "2026-04-23T12:02:11.868584+00:00",
|
|
20832
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
20833
|
+
"componentName": "IconRobot3"
|
|
20834
|
+
},
|
|
20793
20835
|
{
|
|
20794
20836
|
"category": "Vehicles & Aircrafts",
|
|
20795
20837
|
"svg": "<path d=\"M6.79512 13.7929C6.60759 13.6053 6.35323 13.5 6.08802 13.5H4.46232C3.7069 13.5 3.22426 12.6945 3.5805 12.0284L5.15446 9.08522C5.67638 8.1093 6.69321 7.49998 7.79993 7.49998H10.7707C11.051 7.49998 11.3178 7.38133 11.5109 7.17814C14.097 4.45698 16.9112 2.79383 20.5024 2.53538C21.0533 2.49573 21.5064 2.94886 21.467 3.49974C21.2089 7.10424 19.5456 9.99358 16.8239 12.5857C16.6209 12.7791 16.5022 13.0458 16.5022 13.3261V16.2023C16.5022 17.309 15.8929 18.3258 14.917 18.8477L11.9738 20.4217C11.3077 20.778 10.5022 20.2953 10.5022 19.5399V17.9142C10.5022 17.649 10.3969 17.3946 10.2093 17.2071L6.79512 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\"/>",
|
|
@@ -26292,6 +26334,34 @@
|
|
|
26292
26334
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
26293
26335
|
"componentName": "IconVideo"
|
|
26294
26336
|
},
|
|
26337
|
+
{
|
|
26338
|
+
"category": "Photography & Video",
|
|
26339
|
+
"svg": "<path d=\"M2.5 8.5C2.5 6.84315 3.84315 5.5 5.5 5.5L14.5 5.50002C16.1569 5.50002 17.5 6.84316 17.5 8.50002V15.5C17.5 17.1569 16.1569 18.5 14.5 18.5H5.5C3.84315 18.5 2.5 17.1569 2.5 15.5V8.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
26340
|
+
"iconName": "video-2, camera, movie, play",
|
|
26341
|
+
"variant": {
|
|
26342
|
+
"join": "round",
|
|
26343
|
+
"filled": "off",
|
|
26344
|
+
"radius": "3",
|
|
26345
|
+
"stroke": "1"
|
|
26346
|
+
},
|
|
26347
|
+
"createdAt": "2026-04-23T11:02:43.234929+00:00",
|
|
26348
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
26349
|
+
"componentName": "IconVideo2"
|
|
26350
|
+
},
|
|
26351
|
+
{
|
|
26352
|
+
"category": "Photography & Video",
|
|
26353
|
+
"svg": "<path d=\"M17.5 8.5L21.1286 7.04856C21.7855 6.78581 22.5 7.26957 22.5 7.97703V16.023C22.5 16.7304 21.7855 17.2142 21.1286 16.9514L17.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 7.5V15.5C2.5 17.1569 3.84315 18.5 5.5 18.5H11.5M8.5 5.50002H14.5C16.1569 5.50002 17.5 6.84317 17.5 8.50002V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 2.5L17.5 21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
26354
|
+
"iconName": "video-2-off, cam-off, movie, play",
|
|
26355
|
+
"variant": {
|
|
26356
|
+
"join": "round",
|
|
26357
|
+
"filled": "off",
|
|
26358
|
+
"radius": "3",
|
|
26359
|
+
"stroke": "1"
|
|
26360
|
+
},
|
|
26361
|
+
"createdAt": "2026-04-23T11:02:43.234929+00:00",
|
|
26362
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
26363
|
+
"componentName": "IconVideo2Off"
|
|
26364
|
+
},
|
|
26295
26365
|
{
|
|
26296
26366
|
"category": "Photography & Video",
|
|
26297
26367
|
"svg": "<path d=\"M3.5 12H7.5M3.5 12V7.75M3.5 12V16.25M7.5 12H16.5M7.5 12V16.25M7.5 12V7.75M16.5 12H20.5M16.5 12V16.7222M16.5 12V7.75M20.5 12V7.75M20.5 12V16.7222M16.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V16.7222M16.5 20.5V16.7222M16.5 20.5H7.5M16.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V7.75M16.5 3.5V7.75M16.5 3.5H7.5M16.5 7.75H20.5M16.5 16.7222H20.5M7.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V16.25M7.5 20.5V16.25M7.5 3.5H6.5C4.84315 3.5 3.5 4.84315 3.5 6.5V7.75M7.5 3.5V7.75M3.5 7.75H7.5M3.5 16.25H7.5\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1126,6 +1126,7 @@ export type CentralIconName =
|
|
|
1126
1126
|
| "IconMagnet"
|
|
1127
1127
|
| "IconMagnifyingGlass"
|
|
1128
1128
|
| "IconMagnifyingGlass2"
|
|
1129
|
+
| "IconMailbox"
|
|
1129
1130
|
| "IconMaintenance"
|
|
1130
1131
|
| "IconMakeItPop"
|
|
1131
1132
|
| "IconMall"
|
|
@@ -1484,6 +1485,8 @@ export type CentralIconName =
|
|
|
1484
1485
|
| "IconRive"
|
|
1485
1486
|
| "IconRobinhood"
|
|
1486
1487
|
| "IconRobot"
|
|
1488
|
+
| "IconRobot2"
|
|
1489
|
+
| "IconRobot3"
|
|
1487
1490
|
| "IconRocket"
|
|
1488
1491
|
| "IconRockingHorse"
|
|
1489
1492
|
| "IconRoller"
|
|
@@ -1877,6 +1880,8 @@ export type CentralIconName =
|
|
|
1877
1880
|
| "IconVibeCodingBird"
|
|
1878
1881
|
| "IconVibeCodingStar"
|
|
1879
1882
|
| "IconVideo"
|
|
1883
|
+
| "IconVideo2"
|
|
1884
|
+
| "IconVideo2Off"
|
|
1880
1885
|
| "IconVideoClip"
|
|
1881
1886
|
| "IconVideoOff"
|
|
1882
1887
|
| "IconVideoOn"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.208",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1969,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 81,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiSlop",
|
|
20
20
|
"IconAiTokens",
|
|
@@ -68,6 +68,8 @@
|
|
|
68
68
|
"IconPromptTextToVideo",
|
|
69
69
|
"IconReceiptionBellSparkle",
|
|
70
70
|
"IconRobot",
|
|
71
|
+
"IconRobot2",
|
|
72
|
+
"IconRobot3",
|
|
71
73
|
"IconScanTextSparkle",
|
|
72
74
|
"IconScriptAi",
|
|
73
75
|
"IconSearchIntelligence",
|
|
@@ -390,7 +392,7 @@
|
|
|
390
392
|
]
|
|
391
393
|
},
|
|
392
394
|
"Communication": {
|
|
393
|
-
"count":
|
|
395
|
+
"count": 53,
|
|
394
396
|
"icons": [
|
|
395
397
|
"IconBook",
|
|
396
398
|
"IconBookSimple",
|
|
@@ -433,6 +435,7 @@
|
|
|
433
435
|
"IconEmailPlus",
|
|
434
436
|
"IconEmailSettings",
|
|
435
437
|
"IconInvite",
|
|
438
|
+
"IconMailbox",
|
|
436
439
|
"IconNewspaper",
|
|
437
440
|
"IconNewspaper1",
|
|
438
441
|
"IconNewspaper2",
|
|
@@ -1332,7 +1335,7 @@
|
|
|
1332
1335
|
]
|
|
1333
1336
|
},
|
|
1334
1337
|
"Photography & Video": {
|
|
1335
|
-
"count":
|
|
1338
|
+
"count": 87,
|
|
1336
1339
|
"icons": [
|
|
1337
1340
|
"Icon4k",
|
|
1338
1341
|
"IconAddImage",
|
|
@@ -1409,6 +1412,8 @@
|
|
|
1409
1412
|
"IconSplit",
|
|
1410
1413
|
"IconUnblur",
|
|
1411
1414
|
"IconVideo",
|
|
1415
|
+
"IconVideo2",
|
|
1416
|
+
"IconVideo2Off",
|
|
1412
1417
|
"IconVideoClip",
|
|
1413
1418
|
"IconVideoOff",
|
|
1414
1419
|
"IconVideoOn",
|
|
@@ -3293,6 +3298,7 @@
|
|
|
3293
3298
|
"IconMagnet": "magnet, snap-pixel, snap",
|
|
3294
3299
|
"IconMagnifyingGlass": "magnifying-glass, search",
|
|
3295
3300
|
"IconMagnifyingGlass2": "magnifying-glass-2, search",
|
|
3301
|
+
"IconMailbox": "mailbox, inbox",
|
|
3296
3302
|
"IconMaintenance": "maintenance, settings, service, tweak",
|
|
3297
3303
|
"IconMakeItPop": "make-it-pop, design",
|
|
3298
3304
|
"IconMall": "mall, store, shop, business",
|
|
@@ -3651,6 +3657,8 @@
|
|
|
3651
3657
|
"IconRive": "rive",
|
|
3652
3658
|
"IconRobinhood": "robinhood",
|
|
3653
3659
|
"IconRobot": "robot",
|
|
3660
|
+
"IconRobot2": "robot-2, agent, scout",
|
|
3661
|
+
"IconRobot3": "robot-3, agent, scout",
|
|
3654
3662
|
"IconRocket": "rocket, startup, launch",
|
|
3655
3663
|
"IconRockingHorse": "rocking-horse, child, kids, toy",
|
|
3656
3664
|
"IconRoller": "roller, scooter",
|
|
@@ -4044,6 +4052,8 @@
|
|
|
4044
4052
|
"IconVibeCodingBird": "vibe-coding-bird, laptop, work",
|
|
4045
4053
|
"IconVibeCodingStar": "vibe-coding-star, working, home-office",
|
|
4046
4054
|
"IconVideo": "video, camera, movie, play",
|
|
4055
|
+
"IconVideo2": "video-2, camera, movie, play",
|
|
4056
|
+
"IconVideo2Off": "video-2-off, cam-off, movie, play",
|
|
4047
4057
|
"IconVideoClip": "video-clip, film, movie",
|
|
4048
4058
|
"IconVideoOff": "video-off, cam-off",
|
|
4049
4059
|
"IconVideoOn": "video-on, cam-on",
|
package/index.d.ts
CHANGED
|
@@ -1125,6 +1125,7 @@ export { IconMagicWand3, default as IconMagicWand3Default, } from "./IconMagicWa
|
|
|
1125
1125
|
export { IconMagnet, default as IconMagnetDefault } from "./IconMagnet";
|
|
1126
1126
|
export { IconMagnifyingGlass, default as IconMagnifyingGlassDefault, } from "./IconMagnifyingGlass";
|
|
1127
1127
|
export { IconMagnifyingGlass2, default as IconMagnifyingGlass2Default, } from "./IconMagnifyingGlass2";
|
|
1128
|
+
export { IconMailbox, default as IconMailboxDefault } from "./IconMailbox";
|
|
1128
1129
|
export { IconMaintenance, default as IconMaintenanceDefault, } from "./IconMaintenance";
|
|
1129
1130
|
export { IconMakeItPop, default as IconMakeItPopDefault, } from "./IconMakeItPop";
|
|
1130
1131
|
export { IconMall, default as IconMallDefault } from "./IconMall";
|
|
@@ -1483,6 +1484,8 @@ export { IconRiotGames, default as IconRiotGamesDefault, } from "./IconRiotGames
|
|
|
1483
1484
|
export { IconRive, default as IconRiveDefault } from "./IconRive";
|
|
1484
1485
|
export { IconRobinhood, default as IconRobinhoodDefault, } from "./IconRobinhood";
|
|
1485
1486
|
export { IconRobot, default as IconRobotDefault } from "./IconRobot";
|
|
1487
|
+
export { IconRobot2, default as IconRobot2Default } from "./IconRobot2";
|
|
1488
|
+
export { IconRobot3, default as IconRobot3Default } from "./IconRobot3";
|
|
1486
1489
|
export { IconRocket, default as IconRocketDefault } from "./IconRocket";
|
|
1487
1490
|
export { IconRockingHorse, default as IconRockingHorseDefault, } from "./IconRockingHorse";
|
|
1488
1491
|
export { IconRoller, default as IconRollerDefault } from "./IconRoller";
|
|
@@ -1876,6 +1879,8 @@ export { IconVibeCoding2, default as IconVibeCoding2Default, } from "./IconVibeC
|
|
|
1876
1879
|
export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
|
|
1877
1880
|
export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
|
|
1878
1881
|
export { IconVideo, default as IconVideoDefault } from "./IconVideo";
|
|
1882
|
+
export { IconVideo2, default as IconVideo2Default } from "./IconVideo2";
|
|
1883
|
+
export { IconVideo2Off, default as IconVideo2OffDefault, } from "./IconVideo2Off";
|
|
1879
1884
|
export { IconVideoClip, default as IconVideoClipDefault, } from "./IconVideoClip";
|
|
1880
1885
|
export { IconVideoOff, default as IconVideoOffDefault } from "./IconVideoOff";
|
|
1881
1886
|
export { IconVideoOn, default as IconVideoOnDefault } from "./IconVideoOn";
|