@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.39 → 1.1.41

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.
Files changed (47) hide show
  1. package/IconAnchor/index.d.ts +4 -0
  2. package/IconAnchor/index.js +2 -0
  3. package/IconAnchor/index.js.map +1 -0
  4. package/IconAnchor/index.mjs +2 -0
  5. package/IconAnchor/index.mjs.map +1 -0
  6. package/IconCheckCircle2/index.d.ts +4 -0
  7. package/IconCheckCircle2/index.js +2 -0
  8. package/IconCheckCircle2/index.js.map +1 -0
  9. package/IconCheckCircle2/index.mjs +2 -0
  10. package/IconCheckCircle2/index.mjs.map +1 -0
  11. package/IconDoupleCheck/index.d.ts +4 -0
  12. package/IconDoupleCheck/index.js +2 -0
  13. package/IconDoupleCheck/index.js.map +1 -0
  14. package/IconDoupleCheck/index.mjs +2 -0
  15. package/IconDoupleCheck/index.mjs.map +1 -0
  16. package/IconDoupleCheckmark1/index.d.ts +4 -0
  17. package/IconDoupleCheckmark1/index.js +2 -0
  18. package/IconDoupleCheckmark1/index.js.map +1 -0
  19. package/IconDoupleCheckmark1/index.mjs +2 -0
  20. package/IconDoupleCheckmark1/index.mjs.map +1 -0
  21. package/IconDoupleCheckmark1Small/index.d.ts +4 -0
  22. package/IconDoupleCheckmark1Small/index.js +2 -0
  23. package/IconDoupleCheckmark1Small/index.js.map +1 -0
  24. package/IconDoupleCheckmark1Small/index.mjs +2 -0
  25. package/IconDoupleCheckmark1Small/index.mjs.map +1 -0
  26. package/IconHook/index.d.ts +4 -0
  27. package/IconHook/index.js +2 -0
  28. package/IconHook/index.js.map +1 -0
  29. package/IconHook/index.mjs +2 -0
  30. package/IconHook/index.mjs.map +1 -0
  31. package/IconSwitchVoice/index.d.ts +4 -0
  32. package/IconSwitchVoice/index.js +2 -0
  33. package/IconSwitchVoice/index.js.map +1 -0
  34. package/IconSwitchVoice/index.mjs +2 -0
  35. package/IconSwitchVoice/index.mjs.map +1 -0
  36. package/README.md +7 -0
  37. package/filtered-icons.json +98 -0
  38. package/icons/index.d.ts +7 -0
  39. package/icons-index.json +19 -5
  40. package/index.d.ts +7 -0
  41. package/index.js +1 -1
  42. package/index.js.map +1 -1
  43. package/index.mjs +1 -1
  44. package/index.mjs.map +1 -1
  45. package/license-check.js +1 -1
  46. package/package.json +1 -1
  47. package/tsx-icons.json +49 -0
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconAnchor: FC<CentralIconBaseProps>;
4
+ export default IconAnchor;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},c=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!B.call(r,e)&&e!==n&&s(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var a=(r,o,n)=>(n=r!=null?d(x(r)):{},c(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),L=r=>c(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconAnchor:()=>m,default:()=>P});module.exports=L(g);var t=a(require("react"));var i=a(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...n})=>i.default.createElement(u.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"6",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconAnchor});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAnchor/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 IconAnchor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"6\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnchor;\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,UACC,GAAG,KACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconAnchor_exports","__export","IconAnchor","IconAnchor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAnchor","props","React","CentralIconBase","IconAnchor_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var e=({children:n,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"},n);import{Circle as c,Path as t}from"react-native-svg";var a=n=>o.createElement(e,{...n},o.createElement(c,{cx:"12",cy:"6",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconAnchor,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAnchor/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 IconAnchor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"6\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnchor;\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,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconAnchor","props","React","CentralIconBase","IconAnchor_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCheckCircle2: FC<CentralIconBaseProps>;
4
+ export default IconCheckCircle2;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!d.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(c=x(o,n))||c.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var L={};k(L,{IconCheckCircle2:()=>u,default:()=>g});module.exports=P(L);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.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M7.5 13.2692L10.5 16.5L15.5 8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconCheckCircle2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCheckCircle2/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 IconCheckCircle2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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 IconCheckCircle2;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCheckCircle2_exports","__export","IconCheckCircle2","IconCheckCircle2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCheckCircle2","props","React","CentralIconBase","IconCheckCircle2_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...t})=>p.createElement(s,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as c,Path as a}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(c,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(a,{d:"M7.5 13.2692L10.5 16.5L15.5 8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=C;export{C as IconCheckCircle2,k as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCheckCircle2/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 IconCheckCircle2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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 IconCheckCircle2;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCheckCircle2","props","React","CentralIconBase","IconCheckCircle2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDoupleCheck: FC<CentralIconBaseProps>;
4
+ export default IconDoupleCheck;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!k.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(a=d(r,n))||a.enumerable});return o};var c=(o,r,e)=>(e=o!=null?f(I(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),L=o=>C(t({},"__esModule",{value:!0}),o);var g={};x(g,{IconDoupleCheck:()=>i,default:()=>P});module.exports=L(g);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),u=({children:o,size:r=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),i=o=>p.default.createElement(u,{...o},p.default.createElement(s.Path,{d:"M1.5 14.8125L7.44445 19.5L18.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M11.4443 19.5L22.4999 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=i;0&&(module.exports={IconDoupleCheck});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDoupleCheck/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 IconDoupleCheck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M1.5 14.8125L7.44445 19.5L18.5 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.4443 19.5L22.4999 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheck;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDoupleCheck_exports","__export","IconDoupleCheck","IconDoupleCheck_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDoupleCheck","props","React","CentralIconBase","IconDoupleCheck_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:r,size:o=24,...p})=>s.createElement(a,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as t}from"react-native-svg";var C=r=>e.createElement(n,{...r},e.createElement(t,{d:"M1.5 14.8125L7.44445 19.5L18.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M11.4443 19.5L22.4999 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=C;export{C as IconDoupleCheck,k as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDoupleCheck/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 IconDoupleCheck: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M1.5 14.8125L7.44445 19.5L18.5 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.4443 19.5L22.4999 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheck;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheck","props","React","CentralIconBase","IconDoupleCheck_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDoupleCheckmark1: FC<CentralIconBaseProps>;
4
+ export default IconDoupleCheckmark1;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},m=(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=d(o,n))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(B(r)):{},m(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>m(t({},"__esModule",{value:!0}),r);var g={};x(g,{IconDoupleCheckmark1:()=>i,default:()=>P});module.exports=L(g);var p=C(require("react"));var c=C(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.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"),i=r=>p.default.createElement(u,{...r},p.default.createElement(s.Path,{d:"M2.5 12.8036L7.85714 19.5L17.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M11.8569 19.5L21.4998 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=i;0&&(module.exports={IconDoupleCheckmark1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDoupleCheckmark1/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 IconDoupleCheckmark1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 12.8036L7.85714 19.5L17.5 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.8569 19.5L21.4998 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark1;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDoupleCheckmark1_exports","__export","IconDoupleCheckmark1","IconDoupleCheckmark1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDoupleCheckmark1","props","React","CentralIconBase","IconDoupleCheckmark1_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 m=o=>e.createElement(n,{...o},e.createElement(t,{d:"M2.5 12.8036L7.85714 19.5L17.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M11.8569 19.5L21.4998 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=m;export{m as IconDoupleCheckmark1,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDoupleCheckmark1/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 IconDoupleCheckmark1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 12.8036L7.85714 19.5L17.5 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.8569 19.5L21.4998 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark1;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark1","props","React","CentralIconBase","IconDoupleCheckmark1_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDoupleCheckmark1Small: FC<CentralIconBaseProps>;
4
+ export default IconDoupleCheckmark1Small;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{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:!(s=d(o,n))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(B(r)):{},l(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>l(t({},"__esModule",{value:!0}),r);var g={};x(g,{IconDoupleCheckmark1Small:()=>i,default:()=>P});module.exports=L(g);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...e})=>C.default.createElement(c.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 a=require("react-native-svg"),i=r=>p.default.createElement(u,{...r},p.default.createElement(a.Path,{d:"M5.5 13.125L8.875 16.5L14.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(a.Path,{d:"M12.875 16.5L18.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=i;0&&(module.exports={IconDoupleCheckmark1Small});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDoupleCheckmark1Small/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 IconDoupleCheckmark1Small: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 13.125L8.875 16.5L14.5 7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.875 16.5L18.5 7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark1Small;\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,+BAAAE,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,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDoupleCheckmark1Small_exports","__export","IconDoupleCheckmark1Small","IconDoupleCheckmark1Small_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDoupleCheckmark1Small","props","React","CentralIconBase","IconDoupleCheckmark1Small_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import a from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...p})=>a.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 t}from"react-native-svg";var l=o=>e.createElement(n,{...o},e.createElement(t,{d:"M5.5 13.125L8.875 16.5L14.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M12.875 16.5L18.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;export{l as IconDoupleCheckmark1Small,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDoupleCheckmark1Small/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 IconDoupleCheckmark1Small: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 13.125L8.875 16.5L14.5 7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.875 16.5L18.5 7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark1Small;\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,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark1Small","props","React","CentralIconBase","IconDoupleCheckmark1Small_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHook: FC<CentralIconBaseProps>;
4
+ export default IconHook;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var k=(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 B(o))!d.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=x(o,n))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(I(r)):{},C(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(t({},"__esModule",{value:!0}),r);var v={};k(v,{IconHook:()=>u,default:()=>g});module.exports=P(v);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.Circle,{cx:"9.5",cy:"5.5",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconHook});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHook/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 IconHook: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"9.5\"\n cy=\"5.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHook;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,MACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconHook_exports","__export","IconHook","IconHook_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHook","props","React","CentralIconBase","IconHook_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...t})=>p.createElement(s,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as a,Path as C}from"react-native-svg";var c=o=>e.createElement(n,{...o},e.createElement(a,{cx:"9.5",cy:"5.5",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(C,{d:"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=c;export{c as IconHook,k as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHook/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 IconHook: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"9.5\"\n cy=\"5.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHook;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,MACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHook","props","React","CentralIconBase","IconHook_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSwitchVoice: FC<CentralIconBaseProps>;
4
+ export default IconSwitchVoice;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)s(o,n,{get:r[n],enumerable:!0})},C=(o,r,n,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of L(r))!B.call(o,t)&&t!==n&&s(o,t,{get:()=>r[t],enumerable:!(i=k(r,t))||i.enumerable});return o};var u=(o,r,n)=>(n=o!=null?m(f(o)):{},C(r||!o||!o.__esModule?s(n,"default",{value:o,enumerable:!0}):n,o)),M=o=>C(s({},"__esModule",{value:!0}),o);var P={};I(P,{IconSwitchVoice:()=>l,default:()=>x});module.exports=M(P);var e=u(require("react"));var a=u(require("react")),c=require("react-native-svg"),d=({children:o,size:r=24,...n})=>a.default.createElement(c.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),l=o=>e.default.createElement(d,{...o},e.default.createElement(p.Path,{d:"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M7.5 9L5.39062 10.9286L7.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M7.39062 17L9.5 18.9286L7.39062 21",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;0&&(module.exports={IconSwitchVoice});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSwitchVoice/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 IconSwitchVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 9L5.39062 10.9286L7.5 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.39062 17L9.5 18.9286L7.39062 21\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSwitchVoice;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSwitchVoice_exports","__export","IconSwitchVoice","IconSwitchVoice_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSwitchVoice","props","React","CentralIconBase","IconSwitchVoice_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(i,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var C=e=>r.createElement(t,{...e},r.createElement(n,{d:"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M7.5 9L5.39062 10.9286L7.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M7.39062 17L9.5 18.9286L7.39062 21",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=C;export{C as IconSwitchVoice,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSwitchVoice/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 IconSwitchVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 9L5.39062 10.9286L7.5 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.39062 17L9.5 18.9286L7.39062 21\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSwitchVoice;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSwitchVoice","props","React","CentralIconBase","IconSwitchVoice_default"]}
package/README.md CHANGED
@@ -186,6 +186,7 @@ Below is a complete list of available icons:
186
186
  - IconSparklesTwo2
187
187
  - IconSpeachToText
188
188
  - IconStarWand
189
+ - IconSwitchVoice
189
190
  - IconTextToImage
190
191
  - IconTextToSpeach
191
192
  - IconVisualIntelligence
@@ -382,6 +383,7 @@ Below is a complete list of available icons:
382
383
 
383
384
  ### Code
384
385
 
386
+ - IconAnchor
385
387
  - IconAnimation
386
388
  - IconAnimationAuto
387
389
  - IconAnimationEase
@@ -412,6 +414,7 @@ Below is a complete list of available icons:
412
414
  - IconDraft
413
415
  - IconForkCode
414
416
  - IconHammer
417
+ - IconHook
415
418
  - IconPullRequest
416
419
  - IconPush
417
420
  - IconRequestClosed
@@ -890,6 +893,7 @@ Below is a complete list of available icons:
890
893
  - IconChainLink2
891
894
  - IconChainLink3
892
895
  - IconChainLink4
896
+ - IconCheckCircle2
893
897
  - IconChecklist
894
898
  - IconCheckmark1
895
899
  - IconCheckmark1Small
@@ -921,6 +925,9 @@ Below is a complete list of available icons:
921
925
  - IconDotGrid1x3Vertical
922
926
  - IconDotGrid2x3
923
927
  - IconDotGrid3x3
928
+ - IconDoupleCheck
929
+ - IconDoupleCheckmark1
930
+ - IconDoupleCheckmark1Small
924
931
  - IconElectrocardiogram
925
932
  - IconFeature
926
933
  - IconGauge
@@ -448,6 +448,20 @@
448
448
  "packageName": "round-outlined-radius-1-stroke-1",
449
449
  "componentName": "IconAnalytics"
450
450
  },
451
+ {
452
+ "category": "Code",
453
+ "svg": "<circle cx=\"12\" cy=\"6\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
454
+ "iconName": "anchor, webhooks",
455
+ "variant": {
456
+ "join": "round",
457
+ "filled": "off",
458
+ "radius": "1",
459
+ "stroke": "1"
460
+ },
461
+ "createdAt": "2025-11-24T12:02:01.057168+00:00",
462
+ "packageName": "round-outlined-radius-1-stroke-1",
463
+ "componentName": "IconAnchor"
464
+ },
451
465
  {
452
466
  "category": "Interface General",
453
467
  "svg": "<path d=\"M17.5 11.5H21.5L18.9521 20.7652C18.8327 21.1992 18.438 21.5 17.9879 21.5H12M6.5 11.5H2.5L5.04792 20.7652C5.16728 21.1992 5.56196 21.5 6.01212 21.5H12M12 21.5V8.5M12 8.5C13.6569 8.5 15 7.15685 15 5.5C15 3.84315 13.6569 2.5 12 2.5C10.3431 2.5 9 3.84315 9 5.5C9 7.15685 10.3431 8.5 12 8.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -5222,6 +5236,20 @@
5222
5236
  "packageName": "round-outlined-radius-1-stroke-1",
5223
5237
  "componentName": "IconChart7"
5224
5238
  },
5239
+ {
5240
+ "category": "Interface General",
5241
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 13.2692L10.5 16.5L15.5 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
5242
+ "iconName": "check-circle-2, done, confirm, save, success",
5243
+ "variant": {
5244
+ "join": "round",
5245
+ "filled": "off",
5246
+ "radius": "1",
5247
+ "stroke": "1"
5248
+ },
5249
+ "createdAt": "2025-11-24T18:01:49.091762+00:00",
5250
+ "packageName": "round-outlined-radius-1-stroke-1",
5251
+ "componentName": "IconCheckCircle2"
5252
+ },
5225
5253
  {
5226
5254
  "category": "Interface General",
5227
5255
  "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\"/>",
@@ -8036,6 +8064,48 @@
8036
8064
  "packageName": "round-outlined-radius-1-stroke-1",
8037
8065
  "componentName": "IconDotGrid3x3"
8038
8066
  },
8067
+ {
8068
+ "category": "Interface General",
8069
+ "svg": "<path d=\"M1.5 14.8125L7.44445 19.5L18.5 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.4443 19.5L22.4999 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
8070
+ "iconName": "douple-check",
8071
+ "variant": {
8072
+ "join": "round",
8073
+ "filled": "off",
8074
+ "radius": "1",
8075
+ "stroke": "1"
8076
+ },
8077
+ "createdAt": "2025-11-24T18:01:49.091762+00:00",
8078
+ "packageName": "round-outlined-radius-1-stroke-1",
8079
+ "componentName": "IconDoupleCheck"
8080
+ },
8081
+ {
8082
+ "category": "Interface General",
8083
+ "svg": "<path d=\"M2.5 12.8036L7.85714 19.5L17.5 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.8569 19.5L21.4998 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
8084
+ "iconName": "douple-checkmark-1",
8085
+ "variant": {
8086
+ "join": "round",
8087
+ "filled": "off",
8088
+ "radius": "1",
8089
+ "stroke": "1"
8090
+ },
8091
+ "createdAt": "2025-11-24T18:01:49.091762+00:00",
8092
+ "packageName": "round-outlined-radius-1-stroke-1",
8093
+ "componentName": "IconDoupleCheckmark1"
8094
+ },
8095
+ {
8096
+ "category": "Interface General",
8097
+ "svg": "<path d=\"M5.5 13.125L8.875 16.5L14.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.875 16.5L18.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
8098
+ "iconName": "douple-checkmark-1-small",
8099
+ "variant": {
8100
+ "join": "round",
8101
+ "filled": "off",
8102
+ "radius": "1",
8103
+ "stroke": "1"
8104
+ },
8105
+ "createdAt": "2025-11-24T18:01:49.091762+00:00",
8106
+ "packageName": "round-outlined-radius-1-stroke-1",
8107
+ "componentName": "IconDoupleCheckmark1Small"
8108
+ },
8039
8109
  {
8040
8110
  "category": "Photography & Video",
8041
8111
  "svg": "<path d=\"M3.5 9.5H8.5C9.05228 9.5 9.5 9.05228 9.5 8.5V3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 9.5H15.5C14.9477 9.5 14.5 9.05228 14.5 8.5V3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 20.5V15.5C14.5 14.9477 14.9477 14.5 15.5 14.5H20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 14.5H8.5C9.05228 14.5 9.5 14.9477 9.5 15.5V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -11270,6 +11340,20 @@
11270
11340
  "packageName": "round-outlined-radius-1-stroke-1",
11271
11341
  "componentName": "IconHomeRoundDoor"
11272
11342
  },
11343
+ {
11344
+ "category": "Code",
11345
+ "svg": "<circle cx=\"9.5\" cy=\"5.5\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
11346
+ "iconName": "hook, phishing",
11347
+ "variant": {
11348
+ "join": "round",
11349
+ "filled": "off",
11350
+ "radius": "1",
11351
+ "stroke": "1"
11352
+ },
11353
+ "createdAt": "2025-11-24T12:02:01.057168+00:00",
11354
+ "packageName": "round-outlined-radius-1-stroke-1",
11355
+ "componentName": "IconHook"
11356
+ },
11273
11357
  {
11274
11358
  "category": "Typography",
11275
11359
  "svg": "<path d=\"M3.5 20.5H20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 7.5C13.9477 7.5 13.5 7.94772 13.5 8.5V16.5C13.5 17.0523 13.9477 17.5 14.5 17.5H16.5C17.0523 17.5 17.5 17.0523 17.5 16.5V8.5C17.5 7.94772 17.0523 7.5 16.5 7.5H14.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 3.5C6.94772 3.5 6.5 3.94772 6.5 4.5V16.5C6.5 17.0523 6.94772 17.5 7.5 17.5H9.5C10.0523 17.5 10.5 17.0523 10.5 16.5V4.5C10.5 3.94772 10.0523 3.5 9.5 3.5H7.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -19586,6 +19670,20 @@
19586
19670
  "packageName": "round-outlined-radius-1-stroke-1",
19587
19671
  "componentName": "IconSushi"
19588
19672
  },
19673
+ {
19674
+ "category": "AI & Magic",
19675
+ "svg": "<path d=\"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 9L5.39062 10.9286L7.5 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.39062 17L9.5 18.9286L7.39062 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
19676
+ "iconName": "switch-voice, change-voice",
19677
+ "variant": {
19678
+ "join": "round",
19679
+ "filled": "off",
19680
+ "radius": "1",
19681
+ "stroke": "1"
19682
+ },
19683
+ "createdAt": "2025-11-24T12:02:01.057168+00:00",
19684
+ "packageName": "round-outlined-radius-1-stroke-1",
19685
+ "componentName": "IconSwitchVoice"
19686
+ },
19589
19687
  {
19590
19688
  "category": "Gaming",
19591
19689
  "svg": "<path d=\"M8 11.1087L13.678 3.88218C13.8676 3.64089 14.1574 3.5 14.4643 3.5H20.5V9.5357C20.5 9.84257 20.3591 10.1324 20.1178 10.322L12.8913 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.3019 10.3724L4.45664 11.429C4.1846 11.769 4.1639 12.246 4.40546 12.6084L5.99985 15L2.70696 18.2928C2.31643 18.6834 2.31643 19.3165 2.70696 19.7071L4.29274 21.2928C4.68327 21.6834 5.31643 21.6834 5.70696 21.2928L8.99985 18L11.3914 19.5943C11.7538 19.8359 12.2308 19.8152 12.5708 19.5432L13.6274 18.6979C14.0928 18.3256 14.1313 17.6314 13.7098 17.2099L6.78988 10.29C6.36843 9.86853 5.67422 9.90698 5.3019 10.3724Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -31,6 +31,7 @@ export type CentralIconName =
31
31
  | "IconAlt"
32
32
  | "IconAmericanFootball"
33
33
  | "IconAnalytics"
34
+ | "IconAnchor"
34
35
  | "IconAnchor1"
35
36
  | "IconAnchor2"
36
37
  | "IconAnimation"
@@ -372,6 +373,7 @@ export type CentralIconName =
372
373
  | "IconChart5"
373
374
  | "IconChart6"
374
375
  | "IconChart7"
376
+ | "IconCheckCircle2"
375
377
  | "IconChecklist"
376
378
  | "IconCheckmark1"
377
379
  | "IconCheckmark1Small"
@@ -573,6 +575,9 @@ export type CentralIconName =
573
575
  | "IconDotGrid1x3Vertical"
574
576
  | "IconDotGrid2x3"
575
577
  | "IconDotGrid3x3"
578
+ | "IconDoupleCheck"
579
+ | "IconDoupleCheckmark1"
580
+ | "IconDoupleCheckmark1Small"
576
581
  | "IconDownsize"
577
582
  | "IconDownsize2"
578
583
  | "IconDraft"
@@ -804,6 +809,7 @@ export type CentralIconName =
804
809
  | "IconHomePersonalFeed"
805
810
  | "IconHomeRoof"
806
811
  | "IconHomeRoundDoor"
812
+ | "IconHook"
807
813
  | "IconHorizontalAlignmentBottom"
808
814
  | "IconHorizontalAlignmentCenter"
809
815
  | "IconHorizontalAlignmentTop"
@@ -1398,6 +1404,7 @@ export type CentralIconName =
1398
1404
  | "IconSupport"
1399
1405
  | "IconSurfing"
1400
1406
  | "IconSushi"
1407
+ | "IconSwitchVoice"
1401
1408
  | "IconSword"
1402
1409
  | "IconTable"
1403
1410
  | "IconTactics1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "1.1.39",
3
+ "version": "1.1.41",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/IconHome';",
@@ -11,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": 1583,
14
+ "totalIcons": 1590,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 46,
17
+ "count": 47,
18
18
  "icons": [
19
19
  "IconAppleIntelligenceIcon",
20
20
  "IconBoxSparkle",
@@ -56,6 +56,7 @@
56
56
  "IconSparklesTwo2",
57
57
  "IconSpeachToText",
58
58
  "IconStarWand",
59
+ "IconSwitchVoice",
59
60
  "IconTextToImage",
60
61
  "IconTextToSpeach",
61
62
  "IconVisualIntelligence",
@@ -262,8 +263,9 @@
262
263
  ]
263
264
  },
264
265
  "Code": {
265
- "count": 38,
266
+ "count": 40,
266
267
  "icons": [
268
+ "IconAnchor",
267
269
  "IconAnimation",
268
270
  "IconAnimationAuto",
269
271
  "IconAnimationEase",
@@ -294,6 +296,7 @@
294
296
  "IconDraft",
295
297
  "IconForkCode",
296
298
  "IconHammer",
299
+ "IconHook",
297
300
  "IconPullRequest",
298
301
  "IconPush",
299
302
  "IconRequestClosed",
@@ -754,7 +757,7 @@
754
757
  ]
755
758
  },
756
759
  "Interface General": {
757
- "count": 164,
760
+ "count": 168,
758
761
  "icons": [
759
762
  "IconAnchor1",
760
763
  "IconAnchor2",
@@ -794,6 +797,7 @@
794
797
  "IconChainLink2",
795
798
  "IconChainLink3",
796
799
  "IconChainLink4",
800
+ "IconCheckCircle2",
797
801
  "IconChecklist",
798
802
  "IconCheckmark1",
799
803
  "IconCheckmark1Small",
@@ -825,6 +829,9 @@
825
829
  "IconDotGrid1x3Vertical",
826
830
  "IconDotGrid2x3",
827
831
  "IconDotGrid3x3",
832
+ "IconDoupleCheck",
833
+ "IconDoupleCheckmark1",
834
+ "IconDoupleCheckmark1Small",
828
835
  "IconElectrocardiogram",
829
836
  "IconFeature",
830
837
  "IconGauge",
@@ -1808,6 +1815,7 @@
1808
1815
  "IconAlt": "alt",
1809
1816
  "IconAmericanFootball": "american-football, nfl",
1810
1817
  "IconAnalytics": "analytics, analysis",
1818
+ "IconAnchor": "anchor, webhooks",
1811
1819
  "IconAnchor1": "anchor-1, link",
1812
1820
  "IconAnchor2": "anchor-2, link",
1813
1821
  "IconAnimation": "animation",
@@ -2149,6 +2157,7 @@
2149
2157
  "IconChart5": "chart-5, statistics, graph",
2150
2158
  "IconChart6": "chart-6, statistics, graph",
2151
2159
  "IconChart7": "chart-7, statistics, graph",
2160
+ "IconCheckCircle2": "check-circle-2, done, confirm, save, success",
2152
2161
  "IconChecklist": "checklist, list",
2153
2162
  "IconCheckmark1": "checkmark-1",
2154
2163
  "IconCheckmark1Small": "checkmark-1-small",
@@ -2350,6 +2359,9 @@
2350
2359
  "IconDotGrid1x3Vertical": "dot-grid-1x3-vertical, menu, drag, grab",
2351
2360
  "IconDotGrid2x3": "dot-grid-2x3, menu, drag, grab",
2352
2361
  "IconDotGrid3x3": "dot-grid-3x3, menu, drag, grab",
2362
+ "IconDoupleCheck": "douple-check",
2363
+ "IconDoupleCheckmark1": "douple-checkmark-1",
2364
+ "IconDoupleCheckmark1Small": "douple-checkmark-1-small",
2353
2365
  "IconDownsize": "downsize, exit-full-screen, scale-down",
2354
2366
  "IconDownsize2": "downsize-2, exit-full-screen, scale-down",
2355
2367
  "IconDraft": "draft",
@@ -2581,6 +2593,7 @@
2581
2593
  "IconHomePersonalFeed": "home-personal-feed, for-you",
2582
2594
  "IconHomeRoof": "home-roof, house",
2583
2595
  "IconHomeRoundDoor": "home-round-door",
2596
+ "IconHook": "hook, phishing",
2584
2597
  "IconHorizontalAlignmentBottom": "horizontal-alignment-bottom",
2585
2598
  "IconHorizontalAlignmentCenter": "horizontal-alignment-center",
2586
2599
  "IconHorizontalAlignmentTop": "horizontal-alignment-top",
@@ -3175,6 +3188,7 @@
3175
3188
  "IconSupport": "support",
3176
3189
  "IconSurfing": "surfing, wave, vibe",
3177
3190
  "IconSushi": "sushi, nigiri, sashime, maki",
3191
+ "IconSwitchVoice": "switch-voice, change-voice",
3178
3192
  "IconSword": "sword, action, gaming",
3179
3193
  "IconTable": "table, spreedsheet, chart",
3180
3194
  "IconTactics1": "tactics-1, game-plan, prototype, play",