@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.40 → 1.1.42

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 (49) hide show
  1. package/IconCheckCircle2/index.d.ts +4 -0
  2. package/IconCheckCircle2/index.js +2 -0
  3. package/IconCheckCircle2/index.js.map +1 -0
  4. package/IconCheckCircle2/index.mjs +2 -0
  5. package/IconCheckCircle2/index.mjs.map +1 -0
  6. package/IconDoupleCheck/index.d.ts +4 -0
  7. package/IconDoupleCheck/index.js +2 -0
  8. package/IconDoupleCheck/index.js.map +1 -0
  9. package/IconDoupleCheck/index.mjs +2 -0
  10. package/IconDoupleCheck/index.mjs.map +1 -0
  11. package/IconDoupleCheckmark1/index.d.ts +4 -0
  12. package/IconDoupleCheckmark1/index.js +2 -0
  13. package/IconDoupleCheckmark1/index.js.map +1 -0
  14. package/IconDoupleCheckmark1/index.mjs +2 -0
  15. package/IconDoupleCheckmark1/index.mjs.map +1 -0
  16. package/IconDoupleCheckmark1Small/index.d.ts +4 -0
  17. package/IconDoupleCheckmark1Small/index.js +2 -0
  18. package/IconDoupleCheckmark1Small/index.js.map +1 -0
  19. package/IconDoupleCheckmark1Small/index.mjs +2 -0
  20. package/IconDoupleCheckmark1Small/index.mjs.map +1 -0
  21. package/IconDoupleCheckmark2Small/index.d.ts +4 -0
  22. package/IconDoupleCheckmark2Small/index.js +2 -0
  23. package/IconDoupleCheckmark2Small/index.js.map +1 -0
  24. package/IconDoupleCheckmark2Small/index.mjs +2 -0
  25. package/IconDoupleCheckmark2Small/index.mjs.map +1 -0
  26. package/IconPencilWave/index.js +1 -1
  27. package/IconPencilWave/index.js.map +1 -1
  28. package/IconPencilWave/index.mjs +1 -1
  29. package/IconPencilWave/index.mjs.map +1 -1
  30. package/IconWrite1/index.js +1 -1
  31. package/IconWrite1/index.js.map +1 -1
  32. package/IconWrite1/index.mjs +1 -1
  33. package/IconWrite1/index.mjs.map +1 -1
  34. package/IconWriting/index.js +1 -1
  35. package/IconWriting/index.js.map +1 -1
  36. package/IconWriting/index.mjs +1 -1
  37. package/IconWriting/index.mjs.map +1 -1
  38. package/README.md +5 -0
  39. package/filtered-icons.json +73 -3
  40. package/icons/index.d.ts +5 -0
  41. package/icons-index.json +13 -3
  42. package/index.d.ts +5 -0
  43. package/index.js +1 -1
  44. package/index.js.map +1 -1
  45. package/index.mjs +1 -1
  46. package/index.mjs.map +1 -1
  47. package/license-check.js +1 -1
  48. package/package.json +1 -1
  49. package/tsx-icons.json +38 -3
@@ -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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(d(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(n({},"__esModule",{value:!0}),r);var g={};x(g,{IconCheckCircle2:()=>i,default:()=>P});module.exports=L(g);var p=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...e})=>c.default.createElement(m.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 f=require("react-native-svg"),i=r=>p.default.createElement(s,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.4482 14.5723L8.28125 12.3945L7.75293 11.8623L6.68945 12.9199L10.6768 16.9277L16.29 8.54395L15.0439 7.70996L10.4482 14.5723Z",fill:"currentColor"})),P=i;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 { Path } from \"react-native-svg\";\n\nexport const IconCheckCircle2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.4482 14.5723L8.28125 12.3945L7.75293 11.8623L6.68945 12.9199L10.6768 16.9277L16.29 8.54395L15.0439 7.70996L10.4482 14.5723Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kPACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.4482 14.5723L8.28125 12.3945L7.75293 11.8623L6.68945 12.9199L10.6768 16.9277L16.29 8.54395L15.0439 7.70996L10.4482 14.5723Z",fill:"currentColor"})),v=a;export{a as IconCheckCircle2,v 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 { Path } from \"react-native-svg\";\n\nexport const IconCheckCircle2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.4482 14.5723L8.28125 12.3945L7.75293 11.8623L6.68945 12.9199L10.6768 16.9277L16.29 8.54395L15.0439 7.70996L10.4482 14.5723Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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 u=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=i(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>C(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconDoupleCheck:()=>L,default:()=>h});module.exports=g(v);var p=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>s.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 l=require("react-native-svg"),L=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M19.2988 4.59375L7.66309 20.3164L0.697266 14.8457L1.62305 13.666L7.375 18.1836L18.0938 3.70117L19.2988 4.59375Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M23.2988 4.59375L11.6758 20.2988L10.4707 19.4062L22.0928 3.70117L23.2988 4.59375Z",fill:"currentColor"})),h=L;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=\"M19.2988 4.59375L7.66309 20.3164L0.697266 14.8457L1.62305 13.666L7.375 18.1836L18.0938 3.70117L19.2988 4.59375Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.2988 4.59375L11.6758 20.2988L10.4707 19.4062L22.0928 3.70117L23.2988 4.59375Z\"\n fill=\"currentColor\"\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,kHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,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 l from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.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 n}from"react-native-svg";var C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M19.2988 4.59375L7.66309 20.3164L0.697266 14.8457L1.62305 13.666L7.375 18.1836L18.0938 3.70117L19.2988 4.59375Z",fill:"currentColor"}),e.createElement(n,{d:"M23.2988 4.59375L11.6758 20.2988L10.4707 19.4062L22.0928 3.70117L23.2988 4.59375Z",fill:"currentColor"})),x=C;export{C as IconDoupleCheck,x 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=\"M19.2988 4.59375L7.66309 20.3164L0.697266 14.8457L1.62305 13.666L7.375 18.1836L18.0938 3.70117L19.2988 4.59375Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.2988 4.59375L11.6758 20.2988L10.4707 19.4062L22.0928 3.70117L23.2988 4.59375Z\"\n fill=\"currentColor\"\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,kHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,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 u=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=i(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(I(r)):{},m(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconDoupleCheckmark1:()=>L,default:()=>h});module.exports=g(v);var p=C(require("react"));var s=C(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>s.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 l=require("react-native-svg"),L=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M22.2871 4.52539L11.9746 20.5371L10.7129 19.7246L21.0254 3.71289L22.2871 4.52539Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M18.2861 4.52441L7.99512 20.5332L1.69629 12.6592L2.86719 11.7227L7.8623 17.9658L17.0244 3.71387L18.2861 4.52441Z",fill:"currentColor"})),h=L;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=\"M22.2871 4.52539L11.9746 20.5371L10.7129 19.7246L21.0254 3.71289L22.2871 4.52539Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2861 4.52441L7.99512 20.5332L1.69629 12.6592L2.86719 11.7227L7.8623 17.9658L17.0244 3.71387L18.2861 4.52441Z\"\n fill=\"currentColor\"\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,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mHACF,KAAK,eACP,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 l from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.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 n}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(n,{d:"M22.2871 4.52539L11.9746 20.5371L10.7129 19.7246L21.0254 3.71289L22.2871 4.52539Z",fill:"currentColor"}),e.createElement(n,{d:"M18.2861 4.52441L7.99512 20.5332L1.69629 12.6592L2.86719 11.7227L7.8623 17.9658L17.0244 3.71387L18.2861 4.52441Z",fill:"currentColor"})),x=m;export{m as IconDoupleCheckmark1,x 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=\"M22.2871 4.52539L11.9746 20.5371L10.7129 19.7246L21.0254 3.71289L22.2871 4.52539Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2861 4.52441L7.99512 20.5332L1.69629 12.6592L2.86719 11.7227L7.8623 17.9658L17.0244 3.71387L18.2861 4.52441Z\"\n fill=\"currentColor\"\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,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mHACF,KAAK,eACP,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 u=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=i(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(I(r)):{},m(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconDoupleCheckmark1Small:()=>L,default:()=>h});module.exports=g(v);var p=C(require("react"));var s=C(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>s.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 l=require("react-native-svg"),L=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M19.2842 7.51367L12.9863 17.5342L11.7158 16.7363L18.0137 6.71582L19.2842 7.51367Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M15.2832 7.51172L9.07422 17.4473L4.68945 13.0625L5.75 12.002L8.80078 15.0527L14.0117 6.7168L15.2832 7.51172Z",fill:"currentColor"})),h=L;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=\"M19.2842 7.51367L12.9863 17.5342L11.7158 16.7363L18.0137 6.71582L19.2842 7.51367Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.2832 7.51172L9.07422 17.4473L4.68945 13.0625L5.75 12.002L8.80078 15.0527L14.0117 6.7168L15.2832 7.51172Z\"\n fill=\"currentColor\"\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,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+GACF,KAAK,eACP,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 l from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.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 n}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(n,{d:"M19.2842 7.51367L12.9863 17.5342L11.7158 16.7363L18.0137 6.71582L19.2842 7.51367Z",fill:"currentColor"}),e.createElement(n,{d:"M15.2832 7.51172L9.07422 17.4473L4.68945 13.0625L5.75 12.002L8.80078 15.0527L14.0117 6.7168L15.2832 7.51172Z",fill:"currentColor"})),x=m;export{m as IconDoupleCheckmark1Small,x 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=\"M19.2842 7.51367L12.9863 17.5342L11.7158 16.7363L18.0137 6.71582L19.2842 7.51367Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.2832 7.51172L9.07422 17.4473L4.68945 13.0625L5.75 12.002L8.80078 15.0527L14.0117 6.7168L15.2832 7.51172Z\"\n fill=\"currentColor\"\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,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+GACF,KAAK,eACP,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 IconDoupleCheckmark2Small: FC<CentralIconBaseProps>;
4
+ export default IconDoupleCheckmark2Small;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(L=B(o,t))||L.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(i(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconDoupleCheckmark2Small:()=>f,default:()=>h});module.exports=g(v);var p=l(require("react"));var m=l(require("react")),C=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.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 c=require("react-native-svg"),f=r=>p.default.createElement(s,{...r},p.default.createElement(c.Path,{d:"M15.5586 7.92969L15.0645 8.49414L8.06445 16.4941L7.53613 17.0977L6.96973 16.5303L3.43945 13L4.5 11.9395L7.46289 14.9023L13.9355 7.50586L14.4297 6.94141L15.5586 7.92969ZM20.5586 7.92969L20.0645 8.49414L13.0645 16.4941L12.5703 17.0586L11.4414 16.0703L11.9355 15.5059L18.9355 7.50586L19.4297 6.94141L20.5586 7.92969Z",fill:"currentColor"})),h=f;0&&(module.exports={IconDoupleCheckmark2Small});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDoupleCheckmark2Small/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 IconDoupleCheckmark2Small: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5586 7.92969L15.0645 8.49414L8.06445 16.4941L7.53613 17.0977L6.96973 16.5303L3.43945 13L4.5 11.9395L7.46289 14.9023L13.9355 7.50586L14.4297 6.94141L15.5586 7.92969ZM20.5586 7.92969L20.0645 8.49414L13.0645 16.4941L12.5703 17.0586L11.4414 16.0703L11.9355 15.5059L18.9355 7.50586L19.4297 6.94141L20.5586 7.92969Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark2Small;\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,4TACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDoupleCheckmark2Small_exports","__export","IconDoupleCheckmark2Small","IconDoupleCheckmark2Small_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDoupleCheckmark2Small","props","React","CentralIconBase","IconDoupleCheckmark2Small_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as L}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(L,{...n,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 a}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M15.5586 7.92969L15.0645 8.49414L8.06445 16.4941L7.53613 17.0977L6.96973 16.5303L3.43945 13L4.5 11.9395L7.46289 14.9023L13.9355 7.50586L14.4297 6.94141L15.5586 7.92969ZM20.5586 7.92969L20.0645 8.49414L13.0645 16.4941L12.5703 17.0586L11.4414 16.0703L11.9355 15.5059L18.9355 7.50586L19.4297 6.94141L20.5586 7.92969Z",fill:"currentColor"})),x=l;export{l as IconDoupleCheckmark2Small,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDoupleCheckmark2Small/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 IconDoupleCheckmark2Small: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5586 7.92969L15.0645 8.49414L8.06445 16.4941L7.53613 17.0977L6.96973 16.5303L3.43945 13L4.5 11.9395L7.46289 14.9023L13.9355 7.50586L14.4297 6.94141L15.5586 7.92969ZM20.5586 7.92969L20.0645 8.49414L13.0645 16.4941L12.5703 17.0586L11.4414 16.0703L11.9355 15.5059L18.9355 7.50586L19.4297 6.94141L20.5586 7.92969Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark2Small;\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,4TACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark2Small","props","React","CentralIconBase","IconDoupleCheckmark2Small_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var v=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},L=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!B.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(p=u(o,n))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(v(r)):{},L(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>L(t({},"__esModule",{value:!0}),r);var g={};I(g,{IconPencilWave:()=>s,default:()=>x});module.exports=P(g);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>m.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 l=require("react-native-svg"),s=r=>C.default.createElement(f,{...r},C.default.createElement(l.Path,{d:"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905ZM21.5673 18.4905L20.9997 18.0002C21.5673 18.4905 21.5673 18.4905 21.5673 18.4905Z",fill:"currentColor"})),x=s;0&&(module.exports={IconPencilWave});
1
+ "use strict";var m=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var v=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},L=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of s(r))!B.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=u(r,n))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(v(o)):{},L(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>L(t({},"__esModule",{value:!0}),o);var g={};I(g,{IconPencilWave:()=>d,default:()=>x});module.exports=P(g);var l=a(require("react"));var f=a(require("react")),i=require("react-native-svg"),c=({children:o,size:r=24,...e})=>f.default.createElement(i.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var C=require("react-native-svg"),d=o=>l.default.createElement(c,{...o},l.default.createElement(C.Path,{d:"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z",fill:"currentColor"}),l.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905Z",fill:"currentColor"}),l.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5676 18.4905L21 18.0002C21.5676 18.4905 21.5676 18.4905 21.5676 18.4905Z",fill:"currentColor"})),x=d;0&&(module.exports={IconPencilWave});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPencilWave/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 IconPencilWave: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905ZM21.5673 18.4905L20.9997 18.0002C21.5673 18.4905 21.5673 18.4905 21.5673 18.4905Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilWave;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,29BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencilWave_exports","__export","IconPencilWave","IconPencilWave_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
1
+ {"version":3,"sources":["../src/IconPencilWave/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 IconPencilWave: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5676 18.4905L21 18.0002C21.5676 18.4905 21.5676 18.4905 21.5676 18.4905Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilWave;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,04BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencilWave_exports","__export","IconPencilWave","IconPencilWave_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:o,size:r=24,...C})=>l.createElement(p,{...C,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:"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905ZM21.5673 18.4905L20.9997 18.0002C21.5673 18.4905 21.5673 18.4905 21.5673 18.4905Z",fill:"currentColor"})),B=L;export{L as IconPencilWave,B as default};
1
+ import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var l=({children:e,size:o=24,...t})=>C.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var L=e=>r.createElement(l,{...e},r.createElement(n,{d:"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5676 18.4905L21 18.0002C21.5676 18.4905 21.5676 18.4905 21.5676 18.4905Z",fill:"currentColor"})),B=L;export{L as IconPencilWave,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPencilWave/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 IconPencilWave: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905ZM21.5673 18.4905L20.9997 18.0002C21.5673 18.4905 21.5673 18.4905 21.5673 18.4905Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilWave;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,29BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
1
+ {"version":3,"sources":["../src/IconPencilWave/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 IconPencilWave: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5676 18.4905L21 18.0002C21.5676 18.4905 21.5676 18.4905 21.5676 18.4905Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilWave;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,04BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconWrite1:()=>c,default:()=>d});module.exports=g(v);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(p.Path,{d:"M12.0008 4.9394L19.0615 12.0001L22.5614 8.50011L15.5008 1.43945L12.0008 4.9394Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M10.4827 12.5166C9.9304 12.5166 9.48269 12.9643 9.48269 13.5166C9.48269 14.0689 9.9304 14.5166 10.4827 14.5166C11.035 14.5166 11.4827 14.0689 11.4827 13.5166C11.4827 12.9643 11.035 12.5166 10.4827 12.5166Z",fill:"currentColor"})),d=c;0&&(module.exports={IconWrite1});
1
+ "use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconWrite1:()=>c,default:()=>d});module.exports=g(v);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(p.Path,{d:"M12 4.9394L19.0607 12.0001L22.5606 8.50011L15.4999 1.43945L12 4.9394Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M10.4824 12.5166C9.93014 12.5166 9.48242 12.9643 9.48242 13.5166C9.48242 14.0689 9.93014 14.5166 10.4824 14.5166C11.0347 14.5166 11.4824 14.0689 11.4824 13.5166C11.4824 12.9643 11.0347 12.5166 10.4824 12.5166Z",fill:"currentColor"})),d=c;0&&(module.exports={IconWrite1});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWrite1/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 IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0008 4.9394L19.0615 12.0001L22.5614 8.50011L15.5008 1.43945L12.0008 4.9394Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.4827 12.5166C9.9304 12.5166 9.48269 12.9643 9.48269 13.5166C9.48269 14.0689 9.9304 14.5166 10.4827 14.5166C11.035 14.5166 11.4827 14.0689 11.4827 13.5166C11.4827 12.9643 11.035 12.5166 10.4827 12.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWrite1_exports","__export","IconWrite1","IconWrite1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
1
+ {"version":3,"sources":["../src/IconWrite1/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 IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4.9394L19.0607 12.0001L22.5606 8.50011L15.4999 1.43945L12 4.9394Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.4824 12.5166C9.93014 12.5166 9.48242 12.9643 9.48242 13.5166C9.48242 14.0689 9.93014 14.5166 10.4824 14.5166C11.0347 14.5166 11.4824 14.0689 11.4824 13.5166C11.4824 12.9643 11.0347 12.5166 10.4824 12.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWrite1_exports","__export","IconWrite1","IconWrite1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12.0008 4.9394L19.0615 12.0001L22.5614 8.50011L15.5008 1.43945L12.0008 4.9394Z",fill:"currentColor"}),o.createElement(e,{d:"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z",fill:"currentColor"}),o.createElement(e,{d:"M10.4827 12.5166C9.9304 12.5166 9.48269 12.9643 9.48269 13.5166C9.48269 14.0689 9.9304 14.5166 10.4827 14.5166C11.035 14.5166 11.4827 14.0689 11.4827 13.5166C11.4827 12.9643 11.035 12.5166 10.4827 12.5166Z",fill:"currentColor"})),x=a;export{a as IconWrite1,x as default};
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12 4.9394L19.0607 12.0001L22.5606 8.50011L15.4999 1.43945L12 4.9394Z",fill:"currentColor"}),o.createElement(e,{d:"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z",fill:"currentColor"}),o.createElement(e,{d:"M10.4824 12.5166C9.93014 12.5166 9.48242 12.9643 9.48242 13.5166C9.48242 14.0689 9.93014 14.5166 10.4824 14.5166C11.0347 14.5166 11.4824 14.0689 11.4824 13.5166C11.4824 12.9643 11.0347 12.5166 10.4824 12.5166Z",fill:"currentColor"})),x=a;export{a as IconWrite1,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWrite1/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 IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0008 4.9394L19.0615 12.0001L22.5614 8.50011L15.5008 1.43945L12.0008 4.9394Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.4827 12.5166C9.9304 12.5166 9.48269 12.9643 9.48269 13.5166C9.48269 14.0689 9.9304 14.5166 10.4827 14.5166C11.035 14.5166 11.4827 14.0689 11.4827 13.5166C11.4827 12.9643 11.035 12.5166 10.4827 12.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
1
+ {"version":3,"sources":["../src/IconWrite1/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 IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4.9394L19.0607 12.0001L22.5606 8.50011L15.4999 1.43945L12 4.9394Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.4824 12.5166C9.93014 12.5166 9.48242 12.9643 9.48242 13.5166C9.48242 14.0689 9.93014 14.5166 10.4824 14.5166C11.0347 14.5166 11.4824 14.0689 11.4824 13.5166C11.4824 12.9643 11.0347 12.5166 10.4824 12.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(e({},"__esModule",{value:!0}),r);var d={};H(d,{IconWriting:()=>i,default:()=>v});module.exports=P(d);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M5.75 11.5001C4.23122 11.5001 3 12.7313 3 14.2501C3 15.7689 4.23122 17.0001 5.75 17.0001H16.25C16.9404 17.0001 17.5 17.5598 17.5 18.2501C17.5 18.9405 16.9404 19.5001 16.25 19.5001H11V21.0001H16.25C17.7688 21.0001 19 19.7689 19 18.2501C19 16.7313 17.7688 15.5001 16.25 15.5001H5.75C5.05964 15.5001 4.5 14.9405 4.5 14.2501C4.5 13.5598 5.05964 13.0001 5.75 13.0001H9V11.5001H5.75Z",fill:"currentColor"})),v=i;0&&(module.exports={IconWriting});
1
+ "use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(e({},"__esModule",{value:!0}),r);var d={};H(d,{IconWriting:()=>i,default:()=>v});module.exports=P(d);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11V21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H9V11.5H5.75Z",fill:"currentColor"})),v=i;0&&(module.exports={IconWriting});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWriting/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 IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.75 11.5001C4.23122 11.5001 3 12.7313 3 14.2501C3 15.7689 4.23122 17.0001 5.75 17.0001H16.25C16.9404 17.0001 17.5 17.5598 17.5 18.2501C17.5 18.9405 16.9404 19.5001 16.25 19.5001H11V21.0001H16.25C17.7688 21.0001 19 19.7689 19 18.2501C19 16.7313 17.7688 15.5001 16.25 15.5001H5.75C5.05964 15.5001 4.5 14.9405 4.5 14.2501C4.5 13.5598 5.05964 13.0001 5.75 13.0001H9V11.5001H5.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4XACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWriting_exports","__export","IconWriting","IconWriting_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
1
+ {"version":3,"sources":["../src/IconWriting/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 IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11V21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H9V11.5H5.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yTACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWriting_exports","__export","IconWriting","IconWriting_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z",fill:"currentColor"}),t.createElement(e,{d:"M5.75 11.5001C4.23122 11.5001 3 12.7313 3 14.2501C3 15.7689 4.23122 17.0001 5.75 17.0001H16.25C16.9404 17.0001 17.5 17.5598 17.5 18.2501C17.5 18.9405 16.9404 19.5001 16.25 19.5001H11V21.0001H16.25C17.7688 21.0001 19 19.7689 19 18.2501C19 16.7313 17.7688 15.5001 16.25 15.5001H5.75C5.05964 15.5001 4.5 14.9405 4.5 14.2501C4.5 13.5598 5.05964 13.0001 5.75 13.0001H9V11.5001H5.75Z",fill:"currentColor"})),x=a;export{a as IconWriting,x as default};
1
+ import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z",fill:"currentColor"}),t.createElement(e,{d:"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11V21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H9V11.5H5.75Z",fill:"currentColor"})),x=a;export{a as IconWriting,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWriting/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 IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.75 11.5001C4.23122 11.5001 3 12.7313 3 14.2501C3 15.7689 4.23122 17.0001 5.75 17.0001H16.25C16.9404 17.0001 17.5 17.5598 17.5 18.2501C17.5 18.9405 16.9404 19.5001 16.25 19.5001H11V21.0001H16.25C17.7688 21.0001 19 19.7689 19 18.2501C19 16.7313 17.7688 15.5001 16.25 15.5001H5.75C5.05964 15.5001 4.5 14.9405 4.5 14.2501C4.5 13.5598 5.05964 13.0001 5.75 13.0001H9V11.5001H5.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4XACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
1
+ {"version":3,"sources":["../src/IconWriting/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 IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11V21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H9V11.5H5.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yTACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
package/README.md CHANGED
@@ -893,6 +893,7 @@ Below is a complete list of available icons:
893
893
  - IconChainLink2
894
894
  - IconChainLink3
895
895
  - IconChainLink4
896
+ - IconCheckCircle2
896
897
  - IconChecklist
897
898
  - IconCheckmark1
898
899
  - IconCheckmark1Small
@@ -924,6 +925,10 @@ Below is a complete list of available icons:
924
925
  - IconDotGrid1x3Vertical
925
926
  - IconDotGrid2x3
926
927
  - IconDotGrid3x3
928
+ - IconDoupleCheck
929
+ - IconDoupleCheckmark1
930
+ - IconDoupleCheckmark1Small
931
+ - IconDoupleCheckmark2Small
927
932
  - IconElectrocardiogram
928
933
  - IconFeature
929
934
  - IconGauge
@@ -5236,6 +5236,20 @@
5236
5236
  "packageName": "square-filled-radius-0-stroke-1.5",
5237
5237
  "componentName": "IconChart7"
5238
5238
  },
5239
+ {
5240
+ "category": "Interface General",
5241
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.4482 14.5723L8.28125 12.3945L7.75293 11.8623L6.68945 12.9199L10.6768 16.9277L16.29 8.54395L15.0439 7.70996L10.4482 14.5723Z\" fill=\"currentColor\"/>",
5242
+ "iconName": "check-circle-2, done, confirm, save, success",
5243
+ "variant": {
5244
+ "join": "square",
5245
+ "filled": "on",
5246
+ "radius": "0",
5247
+ "stroke": "1.5"
5248
+ },
5249
+ "createdAt": "2025-11-24T18:01:49.091762+00:00",
5250
+ "packageName": "square-filled-radius-0-stroke-1.5",
5251
+ "componentName": "IconCheckCircle2"
5252
+ },
5239
5253
  {
5240
5254
  "category": "Interface General",
5241
5255
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.79907 5.09352L5.59203 10.773L2.70874 8.8268L3.54795 7.58353L5.24126 8.72652L8.59373 4.20068L9.79907 5.09352ZM11 6.99977H21V8.49977H11V6.99977ZM9.79907 14.0935L5.59203 19.773L2.70874 17.8268L3.54795 16.5835L5.24126 17.7265L8.59373 13.2007L9.79907 14.0935ZM11 15.4998H21V16.9998H11V15.4998Z\" fill=\"currentColor\"/>",
@@ -8050,6 +8064,62 @@
8050
8064
  "packageName": "square-filled-radius-0-stroke-1.5",
8051
8065
  "componentName": "IconDotGrid3x3"
8052
8066
  },
8067
+ {
8068
+ "category": "Interface General",
8069
+ "svg": "<path d=\"M19.2988 4.59375L7.66309 20.3164L0.697266 14.8457L1.62305 13.666L7.375 18.1836L18.0938 3.70117L19.2988 4.59375Z\" fill=\"currentColor\"/><path d=\"M23.2988 4.59375L11.6758 20.2988L10.4707 19.4062L22.0928 3.70117L23.2988 4.59375Z\" fill=\"currentColor\"/>",
8070
+ "iconName": "douple-check",
8071
+ "variant": {
8072
+ "join": "square",
8073
+ "filled": "on",
8074
+ "radius": "0",
8075
+ "stroke": "1.5"
8076
+ },
8077
+ "createdAt": "2025-11-24T18:01:49.091762+00:00",
8078
+ "packageName": "square-filled-radius-0-stroke-1.5",
8079
+ "componentName": "IconDoupleCheck"
8080
+ },
8081
+ {
8082
+ "category": "Interface General",
8083
+ "svg": "<path d=\"M22.2871 4.52539L11.9746 20.5371L10.7129 19.7246L21.0254 3.71289L22.2871 4.52539Z\" fill=\"currentColor\"/><path d=\"M18.2861 4.52441L7.99512 20.5332L1.69629 12.6592L2.86719 11.7227L7.8623 17.9658L17.0244 3.71387L18.2861 4.52441Z\" fill=\"currentColor\"/>",
8084
+ "iconName": "douple-checkmark-1",
8085
+ "variant": {
8086
+ "join": "square",
8087
+ "filled": "on",
8088
+ "radius": "0",
8089
+ "stroke": "1.5"
8090
+ },
8091
+ "createdAt": "2025-11-24T18:01:49.091762+00:00",
8092
+ "packageName": "square-filled-radius-0-stroke-1.5",
8093
+ "componentName": "IconDoupleCheckmark1"
8094
+ },
8095
+ {
8096
+ "category": "Interface General",
8097
+ "svg": "<path d=\"M19.2842 7.51367L12.9863 17.5342L11.7158 16.7363L18.0137 6.71582L19.2842 7.51367Z\" fill=\"currentColor\"/><path d=\"M15.2832 7.51172L9.07422 17.4473L4.68945 13.0625L5.75 12.002L8.80078 15.0527L14.0117 6.7168L15.2832 7.51172Z\" fill=\"currentColor\"/>",
8098
+ "iconName": "douple-checkmark-1-small",
8099
+ "variant": {
8100
+ "join": "square",
8101
+ "filled": "on",
8102
+ "radius": "0",
8103
+ "stroke": "1.5"
8104
+ },
8105
+ "createdAt": "2025-11-24T18:01:49.091762+00:00",
8106
+ "packageName": "square-filled-radius-0-stroke-1.5",
8107
+ "componentName": "IconDoupleCheckmark1Small"
8108
+ },
8109
+ {
8110
+ "category": "Interface General",
8111
+ "svg": "<path d=\"M15.5586 7.92969L15.0645 8.49414L8.06445 16.4941L7.53613 17.0977L6.96973 16.5303L3.43945 13L4.5 11.9395L7.46289 14.9023L13.9355 7.50586L14.4297 6.94141L15.5586 7.92969ZM20.5586 7.92969L20.0645 8.49414L13.0645 16.4941L12.5703 17.0586L11.4414 16.0703L11.9355 15.5059L18.9355 7.50586L19.4297 6.94141L20.5586 7.92969Z\" fill=\"currentColor\"/>",
8112
+ "iconName": "douple-checkmark-2-small",
8113
+ "variant": {
8114
+ "join": "square",
8115
+ "filled": "on",
8116
+ "radius": "0",
8117
+ "stroke": "1.5"
8118
+ },
8119
+ "createdAt": "2025-11-24T19:02:03.386128+00:00",
8120
+ "packageName": "square-filled-radius-0-stroke-1.5",
8121
+ "componentName": "IconDoupleCheckmark2Small"
8122
+ },
8053
8123
  {
8054
8124
  "category": "Photography & Video",
8055
8125
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 10H3V8.5H8.5V3H10V10Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 10H14V3H15.5V8.5H21V10Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 21V14H21V15.5H15.5V21H14Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 21V15.5H3V14H10V21H8.5Z\" fill=\"currentColor\"/>",
@@ -14996,7 +15066,7 @@
14996
15066
  },
14997
15067
  {
14998
15068
  "category": "Edit",
14999
- "svg": "<path d=\"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905ZM21.5673 18.4905L20.9997 18.0002C21.5673 18.4905 21.5673 18.4905 21.5673 18.4905Z\" fill=\"currentColor\"/>",
15069
+ "svg": "<path d=\"M17 1.68945L21.3107 6.00011L6.31066 21.0001H2V16.6895L17 1.68945Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5673 18.4905L22.0575 17.9229L20.9223 16.9424L20.4333 17.5086L20.4323 17.5097L20.4258 17.517C20.4188 17.5248 20.4072 17.5377 20.3911 17.5549C20.3588 17.5895 20.3091 17.6412 20.2442 17.7045C20.1136 17.8319 19.9258 18.0015 19.6986 18.1698C19.2226 18.5226 18.6747 18.7946 18.1657 18.7946C17.6342 18.7946 17.1237 18.5423 16.4174 18.1674L16.3491 18.1312C15.7221 17.7977 14.909 17.3652 13.9863 17.3652C12.2059 17.3652 11.1668 18.2156 10.2042 19.2354L9.68945 19.7808L10.7803 20.8104L11.2951 20.265C12.1522 19.3569 12.8211 18.8652 13.9863 18.8652C14.5025 18.8652 15.0034 19.1151 15.7142 19.4924L15.7674 19.5207C16.4008 19.8573 17.2238 20.2946 18.1657 20.2946C19.1567 20.2946 20.0258 19.7944 20.5917 19.375C20.8856 19.1572 21.125 18.9407 21.2914 18.7785C21.375 18.697 21.4412 18.6282 21.4878 18.5783C21.5111 18.5533 21.5295 18.533 21.5429 18.5181L21.559 18.4999L21.5641 18.4941L21.5659 18.492L21.5673 18.4905Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5676 18.4905L21 18.0002C21.5676 18.4905 21.5676 18.4905 21.5676 18.4905Z\" fill=\"currentColor\"/>",
15000
15070
  "iconName": "pencil-wave",
15001
15071
  "variant": {
15002
15072
  "join": "square",
@@ -22052,7 +22122,7 @@
22052
22122
  },
22053
22123
  {
22054
22124
  "category": "Edit",
22055
- "svg": "<path d=\"M12.0008 4.9394L19.0615 12.0001L22.5614 8.50011L15.5008 1.43945L12.0008 4.9394Z\" fill=\"currentColor\"/><path d=\"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z\" fill=\"currentColor\"/><path d=\"M10.4827 12.5166C9.9304 12.5166 9.48269 12.9643 9.48269 13.5166C9.48269 14.0689 9.9304 14.5166 10.4827 14.5166C11.035 14.5166 11.4827 14.0689 11.4827 13.5166C11.4827 12.9643 11.035 12.5166 10.4827 12.5166Z\" fill=\"currentColor\"/>",
22125
+ "svg": "<path d=\"M12 4.9394L19.0607 12.0001L22.5606 8.50011L15.4999 1.43945L12 4.9394Z\" fill=\"currentColor\"/><path d=\"M18.3031 13.363L10.6376 5.69754L5.85174 7.43787L3.3125 19.6262L8.26613 14.6739C8.08508 14.3279 7.98269 13.9342 7.98269 13.5166C7.98269 12.1359 9.10197 11.0166 10.4827 11.0166C11.8634 11.0166 12.9827 12.1359 12.9827 13.5166C12.9827 14.8973 11.8634 16.0166 10.4827 16.0166C10.0658 16.0166 9.67283 15.9146 9.32724 15.7341L4.37118 20.6888L16.5628 18.1489L18.3031 13.363Z\" fill=\"currentColor\"/><path d=\"M10.4824 12.5166C9.93014 12.5166 9.48242 12.9643 9.48242 13.5166C9.48242 14.0689 9.93014 14.5166 10.4824 14.5166C11.0347 14.5166 11.4824 14.0689 11.4824 13.5166C11.4824 12.9643 11.0347 12.5166 10.4824 12.5166Z\" fill=\"currentColor\"/>",
22056
22126
  "iconName": "write-1, fountain-pen",
22057
22127
  "variant": {
22058
22128
  "join": "square",
@@ -22080,7 +22150,7 @@
22080
22150
  },
22081
22151
  {
22082
22152
  "category": "Edit",
22083
- "svg": "<path d=\"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z\" fill=\"currentColor\"/><path d=\"M5.75 11.5001C4.23122 11.5001 3 12.7313 3 14.2501C3 15.7689 4.23122 17.0001 5.75 17.0001H16.25C16.9404 17.0001 17.5 17.5598 17.5 18.2501C17.5 18.9405 16.9404 19.5001 16.25 19.5001H11V21.0001H16.25C17.7688 21.0001 19 19.7689 19 18.2501C19 16.7313 17.7688 15.5001 16.25 15.5001H5.75C5.05964 15.5001 4.5 14.9405 4.5 14.2501C4.5 13.5598 5.05964 13.0001 5.75 13.0001H9V11.5001H5.75Z\" fill=\"currentColor\"/>",
22153
+ "svg": "<path d=\"M18.25 1.68945L11 8.93945V13.0001H15.0607L22.3107 5.75011L18.25 1.68945Z\" fill=\"currentColor\"/><path d=\"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11V21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H9V11.5H5.75Z\" fill=\"currentColor\"/>",
22084
22154
  "iconName": "writing",
22085
22155
  "variant": {
22086
22156
  "join": "square",
package/icons/index.d.ts CHANGED
@@ -373,6 +373,7 @@ export type CentralIconName =
373
373
  | "IconChart5"
374
374
  | "IconChart6"
375
375
  | "IconChart7"
376
+ | "IconCheckCircle2"
376
377
  | "IconChecklist"
377
378
  | "IconCheckmark1"
378
379
  | "IconCheckmark1Small"
@@ -574,6 +575,10 @@ export type CentralIconName =
574
575
  | "IconDotGrid1x3Vertical"
575
576
  | "IconDotGrid2x3"
576
577
  | "IconDotGrid3x3"
578
+ | "IconDoupleCheck"
579
+ | "IconDoupleCheckmark1"
580
+ | "IconDoupleCheckmark1Small"
581
+ | "IconDoupleCheckmark2Small"
577
582
  | "IconDownsize"
578
583
  | "IconDownsize2"
579
584
  | "IconDraft"