@central-icons-react-native/round-outlined-radius-2-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMailbox: FC<CentralIconBaseProps>;
4
+ export default IconMailbox;
@@ -0,0 +1,2 @@
1
+ "use strict";var 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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRobot2: FC<CentralIconBaseProps>;
4
+ export default IconRobot2;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},d=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of h(o))!V.call(r,C)&&C!==t&&s(r,C,{get:()=>o[C],enumerable:!(p=m(o,C))||p.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(f(r)):{},d(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>d(s({},"__esModule",{value:!0}),r);var P={};B(P,{IconRobot2:()=>a,default:()=>x});module.exports=I(P);var e=i(require("react"));var k=i(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...t})=>k.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 n=require("react-native-svg"),a=r=>e.default.createElement(l,{...r},e.default.createElement(n.Path,{d:"M3 11.2537C3 9.20129 3 8.17511 3.41821 7.33388C3.77184 6.62256 4.40311 5.97017 5.1024 5.59332C5.9294 5.14764 6.89397 5.11588 8.8231 5.05235C10.9424 4.98255 13.0576 4.98255 15.1769 5.05234C17.106 5.11588 18.0706 5.14764 18.8976 5.59332C19.5969 5.97017 20.2282 6.62256 20.5818 7.33388C21 8.17511 21 9.20129 21 11.2537V12.7463C21 14.7987 21 15.8249 20.5818 16.6661C20.2282 17.3774 19.5969 18.0298 18.8976 18.4067C18.0706 18.8524 17.106 18.8841 15.1769 18.9477C13.0576 19.0174 10.9424 19.0174 8.8231 18.9477C6.89397 18.8841 5.9294 18.8524 5.1024 18.4067C4.40311 18.0298 3.77184 17.3774 3.41821 16.6661C3 15.8249 3 14.7987 3 12.7463V11.2537Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M22 10V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M2 10V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M12 5V3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M9.5 12V10.5C9.5 10.3619 9.38807 10.25 9.25 10.25C9.11193 10.25 9 10.3619 9 10.5V12C9 12.1381 9.11193 12.25 9.25 12.25C9.38807 12.25 9.5 12.1381 9.5 12Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M15 12V10.5C15 10.3619 14.8881 10.25 14.75 10.25C14.6119 10.25 14.5 10.3619 14.5 10.5V12C14.5 12.1381 14.6119 12.25 14.75 12.25C14.8881 12.25 15 12.1381 15 12Z",stroke:"currentColor",strokeWidth:"2"})),x=a;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=\"M3 11.2537C3 9.20129 3 8.17511 3.41821 7.33388C3.77184 6.62256 4.40311 5.97017 5.1024 5.59332C5.9294 5.14764 6.89397 5.11588 8.8231 5.05235C10.9424 4.98255 13.0576 4.98255 15.1769 5.05234C17.106 5.11588 18.0706 5.14764 18.8976 5.59332C19.5969 5.97017 20.2282 6.62256 20.5818 7.33388C21 8.17511 21 9.20129 21 11.2537V12.7463C21 14.7987 21 15.8249 20.5818 16.6661C20.2282 17.3774 19.5969 18.0298 18.8976 18.4067C18.0706 18.8524 17.106 18.8841 15.1769 18.9477C13.0576 19.0174 10.9424 19.0174 8.8231 18.9477C6.89397 18.8841 5.9294 18.8524 5.1024 18.4067C4.40311 18.0298 3.77184 17.3774 3.41821 16.6661C3 15.8249 3 14.7987 3 12.7463V11.2537Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M22 10V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2 10V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 5V3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9.5 12V10.5C9.5 10.3619 9.38807 10.25 9.25 10.25C9.11193 10.25 9 10.3619 9 10.5V12C9 12.1381 9.11193 12.25 9.25 12.25C9.38807 12.25 9.5 12.1381 9.5 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M15 12V10.5C15 10.3619 14.8881 10.25 14.75 10.25C14.6119 10.25 14.5 10.3619 14.5 10.5V12C14.5 12.1381 14.6119 12.25 14.75 12.25C14.8881 12.25 15 12.1381 15 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,+nBACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,OAAO,eACP,YAAY,IACd,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 r from"react";import s from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:o=24,...C})=>s.createElement(p,{...C,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 t}from"react-native-svg";var d=e=>r.createElement(n,{...e},r.createElement(t,{d:"M3 11.2537C3 9.20129 3 8.17511 3.41821 7.33388C3.77184 6.62256 4.40311 5.97017 5.1024 5.59332C5.9294 5.14764 6.89397 5.11588 8.8231 5.05235C10.9424 4.98255 13.0576 4.98255 15.1769 5.05234C17.106 5.11588 18.0706 5.14764 18.8976 5.59332C19.5969 5.97017 20.2282 6.62256 20.5818 7.33388C21 8.17511 21 9.20129 21 11.2537V12.7463C21 14.7987 21 15.8249 20.5818 16.6661C20.2282 17.3774 19.5969 18.0298 18.8976 18.4067C18.0706 18.8524 17.106 18.8841 15.1769 18.9477C13.0576 19.0174 10.9424 19.0174 8.8231 18.9477C6.89397 18.8841 5.9294 18.8524 5.1024 18.4067C4.40311 18.0298 3.77184 17.3774 3.41821 16.6661C3 15.8249 3 14.7987 3 12.7463V11.2537Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M22 10V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M2 10V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M12 5V3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement(t,{d:"M9.5 12V10.5C9.5 10.3619 9.38807 10.25 9.25 10.25C9.11193 10.25 9 10.3619 9 10.5V12C9 12.1381 9.11193 12.25 9.25 12.25C9.38807 12.25 9.5 12.1381 9.5 12Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M15 12V10.5C15 10.3619 14.8881 10.25 14.75 10.25C14.6119 10.25 14.5 10.3619 14.5 10.5V12C14.5 12.1381 14.6119 12.25 14.75 12.25C14.8881 12.25 15 12.1381 15 12Z",stroke:"currentColor",strokeWidth:"2"})),V=d;export{d 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=\"M3 11.2537C3 9.20129 3 8.17511 3.41821 7.33388C3.77184 6.62256 4.40311 5.97017 5.1024 5.59332C5.9294 5.14764 6.89397 5.11588 8.8231 5.05235C10.9424 4.98255 13.0576 4.98255 15.1769 5.05234C17.106 5.11588 18.0706 5.14764 18.8976 5.59332C19.5969 5.97017 20.2282 6.62256 20.5818 7.33388C21 8.17511 21 9.20129 21 11.2537V12.7463C21 14.7987 21 15.8249 20.5818 16.6661C20.2282 17.3774 19.5969 18.0298 18.8976 18.4067C18.0706 18.8524 17.106 18.8841 15.1769 18.9477C13.0576 19.0174 10.9424 19.0174 8.8231 18.9477C6.89397 18.8841 5.9294 18.8524 5.1024 18.4067C4.40311 18.0298 3.77184 17.3774 3.41821 16.6661C3 15.8249 3 14.7987 3 12.7463V11.2537Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M22 10V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2 10V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 5V3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9.5 12V10.5C9.5 10.3619 9.38807 10.25 9.25 10.25C9.11193 10.25 9 10.3619 9 10.5V12C9 12.1381 9.11193 12.25 9.25 12.25C9.38807 12.25 9.5 12.1381 9.5 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M15 12V10.5C15 10.3619 14.8881 10.25 14.75 10.25C14.6119 10.25 14.5 10.3619 14.5 10.5V12C14.5 12.1381 14.6119 12.25 14.75 12.25C14.8881 12.25 15 12.1381 15 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,+nBACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRobot2","props","React","CentralIconBase","IconRobot2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRobot3: FC<CentralIconBaseProps>;
4
+ export default IconRobot3;
@@ -0,0 +1,2 @@
1
+ "use strict";var 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"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVideo2: FC<CentralIconBaseProps>;
4
+ export default IconVideo2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconVideo2:()=>i,default:()=>h});module.exports=g(v);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.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 C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M3 7.5C3 6.39543 3.89543 5.5 5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V16.5C17 17.6046 16.1046 18.5 15 18.5H5C3.89543 18.5 3 17.6046 3 16.5V7.5Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15",stroke:"currentColor",strokeWidth:"2"})),h=i;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=\"M3 7.5C3 6.39543 3.89543 5.5 5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V16.5C17 17.6046 16.1046 18.5 15 18.5H5C3.89543 18.5 3 17.6046 3 16.5V7.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,gJACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,OAAO,eACP,YAAY,IACd,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 t from"react";import C from"react";import{Svg as s}from"react-native-svg";var e=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M3 7.5C3 6.39543 3.89543 5.5 5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V16.5C17 17.6046 16.1046 18.5 15 18.5H5C3.89543 18.5 3 17.6046 3 16.5V7.5Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15",stroke:"currentColor",strokeWidth:"2"})),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=\"M3 7.5C3 6.39543 3.89543 5.5 5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V16.5C17 17.6046 16.1046 18.5 15 18.5H5C3.89543 18.5 3 17.6046 3 16.5V7.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,gJACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVideo2","props","React","CentralIconBase","IconVideo2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVideo2Off: FC<CentralIconBaseProps>;
4
+ export default IconVideo2Off;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var i=(r,o,t)=>(t=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};h(g,{IconVideo2Off:()=>d,default:()=>P});module.exports=x(g);var n=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(m.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 s=require("react-native-svg"),d=r=>n.default.createElement(c,{...r},n.default.createElement(s.Path,{d:"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M2.80078 3L17.2008 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),n.default.createElement(s.Path,{d:"M3 9.5V16.5C3 17.6046 3.89543 18.5 5 18.5H10.5M9.5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;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 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M2.80078 3L17.2008 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M3 9.5V16.5C3 17.6046 3.89543 18.5 5 18.5H10.5M9.5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,0HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,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 o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(C,{...p,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 a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M2.80078 3L17.2008 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(e,{d:"M3 9.5V16.5C3 17.6046 3.89543 18.5 5 18.5H10.5M9.5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconVideo2Off,I 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 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M2.80078 3L17.2008 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M3 9.5V16.5C3 17.6046 3.89543 18.5 5 18.5H10.5M9.5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,0HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,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
@@ -15778,6 +15778,20 @@
15778
15778
  "packageName": "round-outlined-radius-2-stroke-2",
15779
15779
  "componentName": "IconMagnifyingGlass2"
15780
15780
  },
15781
+ {
15782
+ "category": "Communication",
15783
+ "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\"/>",
15784
+ "iconName": "mailbox, inbox",
15785
+ "variant": {
15786
+ "join": "round",
15787
+ "filled": "off",
15788
+ "radius": "2",
15789
+ "stroke": "2"
15790
+ },
15791
+ "createdAt": "2026-04-23T12:02:11.868584+00:00",
15792
+ "packageName": "round-outlined-radius-2-stroke-2",
15793
+ "componentName": "IconMailbox"
15794
+ },
15781
15795
  {
15782
15796
  "category": "Filter & Settings",
15783
15797
  "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\"/>",
@@ -20790,6 +20804,34 @@
20790
20804
  "packageName": "round-outlined-radius-2-stroke-2",
20791
20805
  "componentName": "IconRobot"
20792
20806
  },
20807
+ {
20808
+ "category": "AI & Magic",
20809
+ "svg": "<path d=\"M3 11.2537C3 9.20129 3 8.17511 3.41821 7.33388C3.77184 6.62256 4.40311 5.97017 5.1024 5.59332C5.9294 5.14764 6.89397 5.11588 8.8231 5.05235C10.9424 4.98255 13.0576 4.98255 15.1769 5.05234C17.106 5.11588 18.0706 5.14764 18.8976 5.59332C19.5969 5.97017 20.2282 6.62256 20.5818 7.33388C21 8.17511 21 9.20129 21 11.2537V12.7463C21 14.7987 21 15.8249 20.5818 16.6661C20.2282 17.3774 19.5969 18.0298 18.8976 18.4067C18.0706 18.8524 17.106 18.8841 15.1769 18.9477C13.0576 19.0174 10.9424 19.0174 8.8231 18.9477C6.89397 18.8841 5.9294 18.8524 5.1024 18.4067C4.40311 18.0298 3.77184 17.3774 3.41821 16.6661C3 15.8249 3 14.7987 3 12.7463V11.2537Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M22 10V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2 10V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 5V3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M9.5 12V10.5C9.5 10.3619 9.38807 10.25 9.25 10.25C9.11193 10.25 9 10.3619 9 10.5V12C9 12.1381 9.11193 12.25 9.25 12.25C9.38807 12.25 9.5 12.1381 9.5 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M15 12V10.5C15 10.3619 14.8881 10.25 14.75 10.25C14.6119 10.25 14.5 10.3619 14.5 10.5V12C14.5 12.1381 14.6119 12.25 14.75 12.25C14.8881 12.25 15 12.1381 15 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
20810
+ "iconName": "robot-2, agent, scout",
20811
+ "variant": {
20812
+ "join": "round",
20813
+ "filled": "off",
20814
+ "radius": "2",
20815
+ "stroke": "2"
20816
+ },
20817
+ "createdAt": "2026-04-23T11:02:43.234929+00:00",
20818
+ "packageName": "round-outlined-radius-2-stroke-2",
20819
+ "componentName": "IconRobot2"
20820
+ },
20821
+ {
20822
+ "category": "AI & Magic",
20823
+ "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\"/>",
20824
+ "iconName": "robot-3, agent, scout",
20825
+ "variant": {
20826
+ "join": "round",
20827
+ "filled": "off",
20828
+ "radius": "2",
20829
+ "stroke": "2"
20830
+ },
20831
+ "createdAt": "2026-04-23T12:02:11.868584+00:00",
20832
+ "packageName": "round-outlined-radius-2-stroke-2",
20833
+ "componentName": "IconRobot3"
20834
+ },
20793
20835
  {
20794
20836
  "category": "Vehicles & Aircrafts",
20795
20837
  "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\"/>",
@@ -26292,6 +26334,34 @@
26292
26334
  "packageName": "round-outlined-radius-2-stroke-2",
26293
26335
  "componentName": "IconVideo"
26294
26336
  },
26337
+ {
26338
+ "category": "Photography & Video",
26339
+ "svg": "<path d=\"M3 7.5C3 6.39543 3.89543 5.5 5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V16.5C17 17.6046 16.1046 18.5 15 18.5H5C3.89543 18.5 3 17.6046 3 16.5V7.5Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15\" stroke=\"currentColor\" stroke-width=\"2\"/>",
26340
+ "iconName": "video-2, camera, movie, play",
26341
+ "variant": {
26342
+ "join": "round",
26343
+ "filled": "off",
26344
+ "radius": "2",
26345
+ "stroke": "2"
26346
+ },
26347
+ "createdAt": "2026-04-23T11:02:43.234929+00:00",
26348
+ "packageName": "round-outlined-radius-2-stroke-2",
26349
+ "componentName": "IconVideo2"
26350
+ },
26351
+ {
26352
+ "category": "Photography & Video",
26353
+ "svg": "<path d=\"M17 9L20.0939 7.62495C20.7551 7.33105 21.5 7.8151 21.5 8.53876V15.4612C21.5 16.1849 20.7551 16.669 20.0939 16.375L17 15\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M2.80078 3L17.2008 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M3 9.5V16.5C3 17.6046 3.89543 18.5 5 18.5H10.5M9.5 5.5H15C16.1046 5.5 17 6.39543 17 7.5V15\" stroke=\"currentColor\" stroke-width=\"2\" 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": "2",
26359
+ "stroke": "2"
26360
+ },
26361
+ "createdAt": "2026-04-23T11:02:43.234929+00:00",
26362
+ "packageName": "round-outlined-radius-2-stroke-2",
26363
+ "componentName": "IconVideo2Off"
26364
+ },
26295
26365
  {
26296
26366
  "category": "Photography & Video",
26297
26367
  "svg": "<path d=\"M4 12H8M4 12V8M4 12V16M8 12H16M8 12V16M8 12V8M16 12H20M16 12V16.4444M16 12V8M20 12V8M20 12V16.4444M16 20H18C19.1046 20 20 19.1046 20 18V16.4444M16 20V16.4444M16 20H8M16 4H18C19.1046 4 20 4.89543 20 6V8M16 4V8M16 4H8M16 8H20M16 16.4444H20M8 20H6C4.89543 20 4 19.1046 4 18V16M8 20V16M8 4H6C4.89543 4 4 4.89543 4 6V8M8 4V8M4 8H8M4 16H8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
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-2-stroke-2",
3
- "version": "1.1.206",
3
+ "version": "1.1.208",
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,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": 1964,
14
+ "totalIcons": 1969,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 79,
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": 52,
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": 85,
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";