@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.128 → 1.1.130

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 IconCheckCircle2Dashed: FC<CentralIconBaseProps>;
4
+ export default IconCheckCircle2Dashed;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=f(o,n))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?d(B(r)):{},C(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(t({},"__esModule",{value:!0}),r);var g={};h(g,{IconCheckCircle2Dashed:()=>u,default:()=>P});module.exports=x(g);var p=c(require("react"));var i=c(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>i.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(m,{...r},p.default.createElement(s.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 4"}),p.default.createElement(s.Path,{d:"M7.5 13.2692L10.5 16.5L15.5 8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={IconCheckCircle2Dashed});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCheckCircle2Dashed/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 IconCheckCircle2Dashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n <Path\n d=\"M7.5 13.2692L10.5 16.5L15.5 8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckCircle2Dashed;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,4BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCheckCircle2Dashed_exports","__export","IconCheckCircle2Dashed","IconCheckCircle2Dashed_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCheckCircle2Dashed","props","React","CentralIconBase","IconCheckCircle2Dashed_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>s.createElement(a,{...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 t}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(t,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 4"}),e.createElement(t,{d:"M7.5 13.2692L10.5 16.5L15.5 8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconCheckCircle2Dashed,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCheckCircle2Dashed/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 IconCheckCircle2Dashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n <Path\n d=\"M7.5 13.2692L10.5 16.5L15.5 8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckCircle2Dashed;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCheckCircle2Dashed","props","React","CentralIconBase","IconCheckCircle2Dashed_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCheckCircleDashed: FC<CentralIconBaseProps>;
4
+ export default IconCheckCircleDashed;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=f(o,n))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?d(B(r)):{},C(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(t({},"__esModule",{value:!0}),r);var g={};h(g,{IconCheckCircleDashed:()=>u,default:()=>P});module.exports=x(g);var p=c(require("react"));var i=c(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>i.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(m,{...r},p.default.createElement(s.Path,{d:"M15 9.5L10.5 15L8.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 4"})),P=u;0&&(module.exports={IconCheckCircleDashed});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCheckCircleDashed/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 IconCheckCircleDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15 9.5L10.5 15L8.5 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckCircleDashed;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,CACF,EAIGE,EAAQJ","names":["IconCheckCircleDashed_exports","__export","IconCheckCircleDashed","IconCheckCircleDashed_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCheckCircleDashed","props","React","CentralIconBase","IconCheckCircleDashed_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>s.createElement(a,{...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 t}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(t,{d:"M15 9.5L10.5 15L8.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 4"})),I=C;export{C as IconCheckCircleDashed,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCheckCircleDashed/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 IconCheckCircleDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15 9.5L10.5 15L8.5 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckCircleDashed;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCheckCircleDashed","props","React","CentralIconBase","IconCheckCircleDashed_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCloseCircleDashed: FC<CentralIconBaseProps>;
4
+ export default IconCloseCircleDashed;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!I.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(a=k(o,n))||a.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(s({},"__esModule",{value:!0}),r);var g={};L(g,{IconCloseCircleDashed:()=>m,default:()=>P});module.exports=x(g);var t=i(require("react"));var l=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 4"}),t.default.createElement(p.Path,{d:"M15 9L9 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M15 15L9 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconCloseCircleDashed});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloseCircleDashed/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 IconCloseCircleDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n <Path\n d=\"M15 9L9 15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 15L9 9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloseCircleDashed;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCloseCircleDashed_exports","__export","IconCloseCircleDashed","IconCloseCircleDashed_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloseCircleDashed","props","React","CentralIconBase","IconCloseCircleDashed_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(a,{...s,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 C=e=>o.createElement(t,{...e},o.createElement(n,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 4"}),o.createElement(n,{d:"M15 9L9 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M15 15L9 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconCloseCircleDashed,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloseCircleDashed/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 IconCloseCircleDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n <Path\n d=\"M15 9L9 15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 15L9 9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloseCircleDashed;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloseCircleDashed","props","React","CentralIconBase","IconCloseCircleDashed_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSeparateVideoVoice: FC<CentralIconBaseProps>;
4
+ export default IconSeparateVideoVoice;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var a=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var m=(r,o)=>{for(var t in o)i(r,t,{get:o[t],enumerable:!0})},d=(r,o,t,u)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of H(o))!M.call(r,s)&&s!==t&&i(r,s,{get:()=>o[s],enumerable:!(u=L(o,s))||u.enumerable});return r};var p=(r,o,t)=>(t=r!=null?c(a(r)):{},d(o||!r||!r.__esModule?i(t,"default",{value:r,enumerable:!0}):t,r)),f=r=>d(i({},"__esModule",{value:!0}),r);var B={};m(B,{IconSeparateVideoVoice:()=>V,default:()=>j});module.exports=f(B);var n=p(require("react"));var k=p(require("react")),C=require("react-native-svg"),l=({children:r,size:o=24,...t})=>k.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 e=require("react-native-svg"),V=r=>n.default.createElement(l,{...r},n.default.createElement(e.Path,{d:"M13.5 6C13.7761 6 14 5.77614 14 5.5C14 5.22386 13.7761 5 13.5 5V5.5V6ZM13.5 5.5V5H4.5V5.5V6H13.5V5.5ZM2.5 7.5H2V16.5H2.5H3V7.5H2.5ZM4.5 18.5V19H13.5V18.5V18H4.5V18.5ZM2.5 16.5H2C2 17.8807 3.11929 19 4.5 19V18.5V18C3.67157 18 3 17.3284 3 16.5H2.5ZM4.5 5.5V5C3.11929 5 2 6.11929 2 7.5H2.5H3C3 6.67157 3.67157 6 4.5 6V5.5Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M13.5 2.5V21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M16.5 8.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M22.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M19.5 5.5V18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M4.5 7.5H5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M4.5 16.5H5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M7.5 7.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M10.5 7.5H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M7.5 16.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M10.5 16.5H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),j=V;0&&(module.exports={IconSeparateVideoVoice});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSeparateVideoVoice/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 IconSeparateVideoVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 6C13.7761 6 14 5.77614 14 5.5C14 5.22386 13.7761 5 13.5 5V5.5V6ZM13.5 5.5V5H4.5V5.5V6H13.5V5.5ZM2.5 7.5H2V16.5H2.5H3V7.5H2.5ZM4.5 18.5V19H13.5V18.5V18H4.5V18.5ZM2.5 16.5H2C2 17.8807 3.11929 19 4.5 19V18.5V18C3.67157 18 3 17.3284 3 16.5H2.5ZM4.5 5.5V5C3.11929 5 2 6.11929 2 7.5H2.5H3C3 6.67157 3.67157 6 4.5 6V5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 2.5V21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 8.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.5 10.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 5.5V18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 7.5H5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 16.5H5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 7.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 7.5H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 16.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 16.5H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSeparateVideoVoice;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,4BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSeparateVideoVoice_exports","__export","IconSeparateVideoVoice","IconSeparateVideoVoice_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSeparateVideoVoice","props","React","CentralIconBase","IconSeparateVideoVoice_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import i from"react";import{Svg as u}from"react-native-svg";var t=({children:e,size:n=24,...s})=>i.createElement(u,{...s,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var d=e=>r.createElement(t,{...e},r.createElement(o,{d:"M13.5 6C13.7761 6 14 5.77614 14 5.5C14 5.22386 13.7761 5 13.5 5V5.5V6ZM13.5 5.5V5H4.5V5.5V6H13.5V5.5ZM2.5 7.5H2V16.5H2.5H3V7.5H2.5ZM4.5 18.5V19H13.5V18.5V18H4.5V18.5ZM2.5 16.5H2C2 17.8807 3.11929 19 4.5 19V18.5V18C3.67157 18 3 17.3284 3 16.5H2.5ZM4.5 5.5V5C3.11929 5 2 6.11929 2 7.5H2.5H3C3 6.67157 3.67157 6 4.5 6V5.5Z",fill:"currentColor"}),r.createElement(o,{d:"M13.5 2.5V21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M16.5 8.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M22.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M19.5 5.5V18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M4.5 7.5H5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M4.5 16.5H5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M7.5 7.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M10.5 7.5H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M7.5 16.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M10.5 16.5H11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),M=d;export{d as IconSeparateVideoVoice,M as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSeparateVideoVoice/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 IconSeparateVideoVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 6C13.7761 6 14 5.77614 14 5.5C14 5.22386 13.7761 5 13.5 5V5.5V6ZM13.5 5.5V5H4.5V5.5V6H13.5V5.5ZM2.5 7.5H2V16.5H2.5H3V7.5H2.5ZM4.5 18.5V19H13.5V18.5V18H4.5V18.5ZM2.5 16.5H2C2 17.8807 3.11929 19 4.5 19V18.5V18C3.67157 18 3 17.3284 3 16.5H2.5ZM4.5 5.5V5C3.11929 5 2 6.11929 2 7.5H2.5H3C3 6.67157 3.67157 6 4.5 6V5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.5 2.5V21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 8.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.5 10.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 5.5V18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 7.5H5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 16.5H5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 7.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 7.5H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 16.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 16.5H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSeparateVideoVoice;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSeparateVideoVoice","props","React","CentralIconBase","IconSeparateVideoVoice_default"]}
package/README.md CHANGED
@@ -195,6 +195,7 @@ Below is a complete list of available icons:
195
195
  - IconScanTextSparkle
196
196
  - IconSearchIntelligence
197
197
  - IconSearchlinesSparkle
198
+ - IconSeparateVideoVoice
198
199
  - IconSparkle
199
200
  - IconSparkle2
200
201
  - IconSparkle3
@@ -1020,6 +1021,8 @@ Below is a complete list of available icons:
1020
1021
  - IconChainLink3
1021
1022
  - IconChainLink4
1022
1023
  - IconCheckCircle2
1024
+ - IconCheckCircle2Dashed
1025
+ - IconCheckCircleDashed
1023
1026
  - IconChecklist
1024
1027
  - IconCheckmark1
1025
1028
  - IconCheckmark1Small
@@ -1041,6 +1044,7 @@ Below is a complete list of available icons:
1041
1044
  - IconCircleX
1042
1045
  - IconClipboard
1043
1046
  - IconClipboard2
1047
+ - IconCloseCircleDashed
1044
1048
  - IconCompassRound
1045
1049
  - IconCompassSquare
1046
1050
  - IconCrossLarge
@@ -5754,6 +5754,34 @@
5754
5754
  "packageName": "round-outlined-radius-2-stroke-1",
5755
5755
  "componentName": "IconCheckCircle2"
5756
5756
  },
5757
+ {
5758
+ "category": "Interface General",
5759
+ "svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"4 4\"/><path d=\"M7.5 13.2692L10.5 16.5L15.5 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
5760
+ "iconName": "check-circle-2-dashed, progress",
5761
+ "variant": {
5762
+ "join": "round",
5763
+ "filled": "off",
5764
+ "radius": "2",
5765
+ "stroke": "1"
5766
+ },
5767
+ "createdAt": "2026-02-16T08:01:05.997699+00:00",
5768
+ "packageName": "round-outlined-radius-2-stroke-1",
5769
+ "componentName": "IconCheckCircle2Dashed"
5770
+ },
5771
+ {
5772
+ "category": "Interface General",
5773
+ "svg": "<path d=\"M15 9.5L10.5 15L8.5 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"4 4\"/>",
5774
+ "iconName": "check-circle-dashed, done, confirm, save, success",
5775
+ "variant": {
5776
+ "join": "round",
5777
+ "filled": "off",
5778
+ "radius": "2",
5779
+ "stroke": "1"
5780
+ },
5781
+ "createdAt": "2026-02-16T08:01:05.997699+00:00",
5782
+ "packageName": "round-outlined-radius-2-stroke-1",
5783
+ "componentName": "IconCheckCircleDashed"
5784
+ },
5757
5785
  {
5758
5786
  "category": "Interface General",
5759
5787
  "svg": "<path d=\"M11.5 16.5H20.5M11.5 7.5H20.5M3.5 8L5.5 9.5L8.5 5M3.5 17L5.5 18.5L8.5 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -6636,6 +6664,20 @@
6636
6664
  "packageName": "round-outlined-radius-2-stroke-1",
6637
6665
  "componentName": "IconClockSquare"
6638
6666
  },
6667
+ {
6668
+ "category": "Interface General",
6669
+ "svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"4 4\"/><path d=\"M15 9L9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15 15L9 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6670
+ "iconName": "close-circle-dashed, close, checkbox, remove",
6671
+ "variant": {
6672
+ "join": "round",
6673
+ "filled": "off",
6674
+ "radius": "2",
6675
+ "stroke": "1"
6676
+ },
6677
+ "createdAt": "2026-02-16T09:01:03.597362+00:00",
6678
+ "packageName": "round-outlined-radius-2-stroke-1",
6679
+ "componentName": "IconCloseCircleDashed"
6680
+ },
6639
6681
  {
6640
6682
  "category": "Photography & Video",
6641
6683
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4142 10.5858C9.63316 9.80474 8.36684 9.80474 7.58579 10.5858C6.80474 11.3668 6.80474 12.6332 7.58579 13.4142C8.36684 14.1953 9.63316 14.1953 10.4142 13.4142C10.6095 13.219 10.9261 13.219 11.1213 13.4142C11.3166 13.6095 11.3166 13.9261 11.1213 14.1213C9.94975 15.2929 8.05025 15.2929 6.87868 14.1213C5.70711 12.9497 5.70711 11.0503 6.87868 9.87868C8.05025 8.70711 9.94975 8.70711 11.1213 9.87868C11.3166 10.0739 11.3166 10.3905 11.1213 10.5858C10.9261 10.781 10.6095 10.781 10.4142 10.5858ZM16.8942 10.5858C16.1132 9.80474 14.8468 9.80474 14.0658 10.5858C13.2847 11.3668 13.2847 12.6332 14.0658 13.4142C14.8468 14.1953 16.1132 14.1953 16.8942 13.4142C17.0895 13.219 17.4061 13.219 17.6013 13.4142C17.7966 13.6095 17.7966 13.9261 17.6013 14.1213C16.4297 15.2929 14.5303 15.2929 13.3587 14.1213C12.1871 12.9497 12.1871 11.0503 13.3587 9.87868C14.5303 8.70711 16.4297 8.70711 17.6013 9.87868C17.7966 10.0739 17.7966 10.3905 17.6013 10.5858C17.4061 10.781 17.0895 10.781 16.8942 10.5858Z\" fill=\"currentColor\"/><path d=\"M18.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V18.5C3.5 19.6046 4.39543 20.5 5.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V5.5C20.5 4.39543 19.6046 3.5 18.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
@@ -19348,6 +19390,20 @@
19348
19390
  "packageName": "round-outlined-radius-2-stroke-1",
19349
19391
  "componentName": "IconSend"
19350
19392
  },
19393
+ {
19394
+ "category": "AI & Magic",
19395
+ "svg": "<path d=\"M13.5 6C13.7761 6 14 5.77614 14 5.5C14 5.22386 13.7761 5 13.5 5V5.5V6ZM13.5 5.5V5H4.5V5.5V6H13.5V5.5ZM2.5 7.5H2V16.5H2.5H3V7.5H2.5ZM4.5 18.5V19H13.5V18.5V18H4.5V18.5ZM2.5 16.5H2C2 17.8807 3.11929 19 4.5 19V18.5V18C3.67157 18 3 17.3284 3 16.5H2.5ZM4.5 5.5V5C3.11929 5 2 6.11929 2 7.5H2.5H3C3 6.67157 3.67157 6 4.5 6V5.5Z\" fill=\"currentColor\"/><path d=\"M13.5 2.5V21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 8.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 5.5V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 7.5H5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 16.5H5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 7.5H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 7.5H11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 16.5H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 16.5H11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
19396
+ "iconName": "separate-video-voice, video-audio",
19397
+ "variant": {
19398
+ "join": "round",
19399
+ "filled": "off",
19400
+ "radius": "2",
19401
+ "stroke": "1"
19402
+ },
19403
+ "createdAt": "2026-02-16T08:01:05.997699+00:00",
19404
+ "packageName": "round-outlined-radius-2-stroke-1",
19405
+ "componentName": "IconSeparateVideoVoice"
19406
+ },
19351
19407
  {
19352
19408
  "category": "Folders & Files",
19353
19409
  "svg": "<path d=\"M2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V12H2.5V6.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M2.5 12H21.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V12Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M6.5 15.125C6.84518 15.125 7.125 15.4048 7.125 15.75C7.125 16.0952 6.84518 16.375 6.5 16.375C6.15482 16.375 5.875 16.0952 5.875 15.75C5.875 15.4048 6.15482 15.125 6.5 15.125ZM6.5 7.625C6.84518 7.625 7.125 7.90482 7.125 8.25C7.125 8.59518 6.84518 8.875 6.5 8.875C6.15482 8.875 5.875 8.59518 5.875 8.25C5.875 7.90482 6.15482 7.625 6.5 7.625Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.25\"/>",
package/icons/index.d.ts CHANGED
@@ -410,6 +410,8 @@ export type CentralIconName =
410
410
  | "IconChart6"
411
411
  | "IconChart7"
412
412
  | "IconCheckCircle2"
413
+ | "IconCheckCircle2Dashed"
414
+ | "IconCheckCircleDashed"
413
415
  | "IconChecklist"
414
416
  | "IconCheckmark1"
415
417
  | "IconCheckmark1Small"
@@ -473,6 +475,7 @@ export type CentralIconName =
473
475
  | "IconClockAlert"
474
476
  | "IconClockSnooze"
475
477
  | "IconClockSquare"
478
+ | "IconCloseCircleDashed"
476
479
  | "IconClosedCaptioning"
477
480
  | "IconCloseQuote1"
478
481
  | "IconCloseQuote2"
@@ -1381,6 +1384,7 @@ export type CentralIconName =
1381
1384
  | "IconSelectLasso"
1382
1385
  | "IconSelectLassoDashed"
1383
1386
  | "IconSend"
1387
+ | "IconSeparateVideoVoice"
1384
1388
  | "IconServer"
1385
1389
  | "IconServer1"
1386
1390
  | "IconServer2"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-1",
3
- "version": "1.1.128",
3
+ "version": "1.1.130",
4
4
  "style": "round-outlined-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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": 1783,
14
+ "totalIcons": 1787,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 67,
17
+ "count": 68,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -65,6 +65,7 @@
65
65
  "IconScanTextSparkle",
66
66
  "IconSearchIntelligence",
67
67
  "IconSearchlinesSparkle",
68
+ "IconSeparateVideoVoice",
68
69
  "IconSparkle",
69
70
  "IconSparkle2",
70
71
  "IconSparkle3",
@@ -885,7 +886,7 @@
885
886
  ]
886
887
  },
887
888
  "Interface General": {
888
- "count": 183,
889
+ "count": 186,
889
890
  "icons": [
890
891
  "IconAnchor1",
891
892
  "IconAnchor2",
@@ -928,6 +929,8 @@
928
929
  "IconChainLink3",
929
930
  "IconChainLink4",
930
931
  "IconCheckCircle2",
932
+ "IconCheckCircle2Dashed",
933
+ "IconCheckCircleDashed",
931
934
  "IconChecklist",
932
935
  "IconCheckmark1",
933
936
  "IconCheckmark1Small",
@@ -949,6 +952,7 @@
949
952
  "IconCircleX",
950
953
  "IconClipboard",
951
954
  "IconClipboard2",
955
+ "IconCloseCircleDashed",
952
956
  "IconCompassRound",
953
957
  "IconCompassSquare",
954
958
  "IconCrossLarge",
@@ -2396,6 +2400,8 @@
2396
2400
  "IconChart6": "chart-6, statistics, graph",
2397
2401
  "IconChart7": "chart-7, statistics, graph",
2398
2402
  "IconCheckCircle2": "check-circle-2, done, confirm, save, success",
2403
+ "IconCheckCircle2Dashed": "check-circle-2-dashed, progress",
2404
+ "IconCheckCircleDashed": "check-circle-dashed, done, confirm, save, success",
2399
2405
  "IconChecklist": "checklist, list",
2400
2406
  "IconCheckmark1": "checkmark-1",
2401
2407
  "IconCheckmark1Small": "checkmark-1-small",
@@ -2459,6 +2465,7 @@
2459
2465
  "IconClockAlert": "clock-alert, timer",
2460
2466
  "IconClockSnooze": "clock-snooze, timer, snooze, zz",
2461
2467
  "IconClockSquare": "clock-square, time, timer",
2468
+ "IconCloseCircleDashed": "close-circle-dashed, close, checkbox, remove",
2462
2469
  "IconClosedCaptioning": "closed-captioning, cc",
2463
2470
  "IconCloseQuote1": "close-quote-1, blockquote",
2464
2471
  "IconCloseQuote2": "close-quote-2, blockquote",
@@ -3367,6 +3374,7 @@
3367
3374
  "IconSelectLasso": "select-lasso, circle-to-search, encircle, mark",
3368
3375
  "IconSelectLassoDashed": "select-lasso-dashed, circle-to-search-dashed, encircle, mark",
3369
3376
  "IconSend": "send, email, paper-plane, arrow",
3377
+ "IconSeparateVideoVoice": "separate-video-voice, video-audio",
3370
3378
  "IconServer": "server, data, storage",
3371
3379
  "IconServer1": "server-1, storage, data, coins, money",
3372
3380
  "IconServer2": "server-2, storage, data, coins, money",
package/index.d.ts CHANGED
@@ -409,6 +409,8 @@ export { IconChart5, default as IconChart5Default } from "./IconChart5";
409
409
  export { IconChart6, default as IconChart6Default } from "./IconChart6";
410
410
  export { IconChart7, default as IconChart7Default } from "./IconChart7";
411
411
  export { IconCheckCircle2, default as IconCheckCircle2Default, } from "./IconCheckCircle2";
412
+ export { IconCheckCircle2Dashed, default as IconCheckCircle2DashedDefault, } from "./IconCheckCircle2Dashed";
413
+ export { IconCheckCircleDashed, default as IconCheckCircleDashedDefault, } from "./IconCheckCircleDashed";
412
414
  export { IconChecklist, default as IconChecklistDefault, } from "./IconChecklist";
413
415
  export { IconCheckmark1, default as IconCheckmark1Default, } from "./IconCheckmark1";
414
416
  export { IconCheckmark1Small, default as IconCheckmark1SmallDefault, } from "./IconCheckmark1Small";
@@ -472,6 +474,7 @@ export { IconClock, default as IconClockDefault } from "./IconClock";
472
474
  export { IconClockAlert, default as IconClockAlertDefault, } from "./IconClockAlert";
473
475
  export { IconClockSnooze, default as IconClockSnoozeDefault, } from "./IconClockSnooze";
474
476
  export { IconClockSquare, default as IconClockSquareDefault, } from "./IconClockSquare";
477
+ export { IconCloseCircleDashed, default as IconCloseCircleDashedDefault, } from "./IconCloseCircleDashed";
475
478
  export { IconCloseQuote1, default as IconCloseQuote1Default, } from "./IconCloseQuote1";
476
479
  export { IconCloseQuote2, default as IconCloseQuote2Default, } from "./IconCloseQuote2";
477
480
  export { IconClosedCaptioning, default as IconClosedCaptioningDefault, } from "./IconClosedCaptioning";
@@ -1380,6 +1383,7 @@ export { IconSecretPhrase, default as IconSecretPhraseDefault, } from "./IconSec
1380
1383
  export { IconSelectLasso, default as IconSelectLassoDefault, } from "./IconSelectLasso";
1381
1384
  export { IconSelectLassoDashed, default as IconSelectLassoDashedDefault, } from "./IconSelectLassoDashed";
1382
1385
  export { IconSend, default as IconSendDefault } from "./IconSend";
1386
+ export { IconSeparateVideoVoice, default as IconSeparateVideoVoiceDefault, } from "./IconSeparateVideoVoice";
1383
1387
  export { IconServer, default as IconServerDefault } from "./IconServer";
1384
1388
  export { IconServer1, default as IconServer1Default } from "./IconServer1";
1385
1389
  export { IconServer2, default as IconServer2Default } from "./IconServer2";