@central-icons-react-native/round-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.
- package/IconCheckCircle2/index.d.ts +4 -0
- package/IconCheckCircle2/index.js +2 -0
- package/IconCheckCircle2/index.js.map +1 -0
- package/IconCheckCircle2/index.mjs +2 -0
- package/IconCheckCircle2/index.mjs.map +1 -0
- package/IconDoupleCheck/index.d.ts +4 -0
- package/IconDoupleCheck/index.js +2 -0
- package/IconDoupleCheck/index.js.map +1 -0
- package/IconDoupleCheck/index.mjs +2 -0
- package/IconDoupleCheck/index.mjs.map +1 -0
- package/IconDoupleCheckmark1/index.d.ts +4 -0
- package/IconDoupleCheckmark1/index.js +2 -0
- package/IconDoupleCheckmark1/index.js.map +1 -0
- package/IconDoupleCheckmark1/index.mjs +2 -0
- package/IconDoupleCheckmark1/index.mjs.map +1 -0
- package/IconDoupleCheckmark1Small/index.d.ts +4 -0
- package/IconDoupleCheckmark1Small/index.js +2 -0
- package/IconDoupleCheckmark1Small/index.js.map +1 -0
- package/IconDoupleCheckmark1Small/index.mjs +2 -0
- package/IconDoupleCheckmark1Small/index.mjs.map +1 -0
- package/IconDoupleCheckmark2Small/index.d.ts +4 -0
- package/IconDoupleCheckmark2Small/index.js +2 -0
- package/IconDoupleCheckmark2Small/index.js.map +1 -0
- package/IconDoupleCheckmark2Small/index.mjs +2 -0
- package/IconDoupleCheckmark2Small/index.mjs.map +1 -0
- package/IconPencilWave/index.js +1 -1
- package/IconPencilWave/index.js.map +1 -1
- package/IconPencilWave/index.mjs +1 -1
- package/IconPencilWave/index.mjs.map +1 -1
- package/IconWrite1/index.js +1 -1
- package/IconWrite1/index.js.map +1 -1
- package/IconWrite1/index.mjs +1 -1
- package/IconWrite1/index.mjs.map +1 -1
- package/README.md +5 -0
- package/filtered-icons.json +72 -2
- package/icons/index.d.ts +5 -0
- package/icons-index.json +13 -3
- package/index.d.ts +5 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +37 -2
|
@@ -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})},l=(r,o,e,p)=>{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:!(p=B(o,t))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconCheckCircle2:()=>i,default:()=>g});module.exports=P(h);var C=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=>C.default.createElement(s,{...r},C.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 2ZM15.667 8.12695C15.3228 7.89661 14.8574 7.98889 14.627 8.33301L10.4482 14.5723L8.28125 12.3945C7.98911 12.1009 7.51434 12.0995 7.2207 12.3916C6.92733 12.6838 6.9267 13.1586 7.21875 13.4521L10.0312 16.2793C10.1897 16.4384 10.4112 16.5177 10.6348 16.4961C10.8584 16.4744 11.0605 16.3537 11.1855 16.167L15.873 9.16699C16.1034 8.82283 16.0111 8.35739 15.667 8.12695Z",fill:"currentColor"})),g=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 2ZM15.667 8.12695C15.3228 7.89661 14.8574 7.98889 14.627 8.33301L10.4482 14.5723L8.28125 12.3945C7.98911 12.1009 7.51434 12.0995 7.2207 12.3916C6.92733 12.6838 6.9267 13.1586 7.21875 13.4521L10.0312 16.2793C10.1897 16.4384 10.4112 16.5177 10.6348 16.4961C10.8584 16.4744 11.0605 16.3537 11.1855 16.167L15.873 9.16699C16.1034 8.82283 16.0111 8.35739 15.667 8.12695Z\"\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,6dACF,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 C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{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 2ZM15.667 8.12695C15.3228 7.89661 14.8574 7.98889 14.627 8.33301L10.4482 14.5723L8.28125 12.3945C7.98911 12.1009 7.51434 12.0995 7.2207 12.3916C6.92733 12.6838 6.9267 13.1586 7.21875 13.4521L10.0312 16.2793C10.1897 16.4384 10.4112 16.5177 10.6348 16.4961C10.8584 16.4744 11.0605 16.3537 11.1855 16.167L15.873 9.16699C16.1034 8.82283 16.0111 8.35739 15.667 8.12695Z",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 2ZM15.667 8.12695C15.3228 7.89661 14.8574 7.98889 14.627 8.33301L10.4482 14.5723L8.28125 12.3945C7.98911 12.1009 7.51434 12.0995 7.2207 12.3916C6.92733 12.6838 6.9267 13.1586 7.21875 13.4521L10.0312 16.2793C10.1897 16.4384 10.4112 16.5177 10.6348 16.4961C10.8584 16.4744 11.0605 16.3537 11.1855 16.167L15.873 9.16699C16.1034 8.82283 16.0111 8.35739 15.667 8.12695Z\"\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,6dACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCheckCircle2","props","React","CentralIconBase","IconCheckCircle2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(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))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconDoupleCheck:()=>u,default:()=>h});module.exports=L(v);var C=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 p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M17.6477 4.30399C17.8941 3.97125 18.3636 3.90141 18.6965 4.14774C19.029 4.39424 19.099 4.86378 18.8527 5.19657L8.12228 19.6966C8.00184 19.8591 7.82081 19.9663 7.62033 19.9934C7.41967 20.0205 7.21616 19.9651 7.05685 19.8401L1.28732 15.3089C0.961642 15.0531 0.904748 14.5819 1.16037 14.2561C1.41615 13.9305 1.88735 13.8735 2.2131 14.1292L7.37521 18.1839L17.6477 4.30399Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M21.6477 4.30399C21.8941 3.97129 22.3636 3.90142 22.6965 4.14774C23.029 4.39425 23.099 4.86379 22.8527 5.19657L12.1223 19.6966C11.8759 20.0292 11.4063 20.0989 11.0735 19.8528C10.7407 19.6064 10.6709 19.1369 10.9172 18.804L21.6477 4.30399Z",fill:"currentColor"})),h=u;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=\"M17.6477 4.30399C17.8941 3.97125 18.3636 3.90141 18.6965 4.14774C19.029 4.39424 19.099 4.86378 18.8527 5.19657L8.12228 19.6966C8.00184 19.8591 7.82081 19.9663 7.62033 19.9934C7.41967 20.0205 7.21616 19.9651 7.05685 19.8401L1.28732 15.3089C0.961642 15.0531 0.904748 14.5819 1.16037 14.2561C1.41615 13.9305 1.88735 13.8735 2.2131 14.1292L7.37521 18.1839L17.6477 4.30399Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6477 4.30399C21.8941 3.97129 22.3636 3.90142 22.6965 4.14774C23.029 4.39425 23.099 4.86379 22.8527 5.19657L12.1223 19.6966C11.8759 20.0292 11.4063 20.0989 11.0735 19.8528C10.7407 19.6064 10.6709 19.1369 10.9172 18.804L21.6477 4.30399Z\"\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,mXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iPACF,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 p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M17.6477 4.30399C17.8941 3.97125 18.3636 3.90141 18.6965 4.14774C19.029 4.39424 19.099 4.86378 18.8527 5.19657L8.12228 19.6966C8.00184 19.8591 7.82081 19.9663 7.62033 19.9934C7.41967 20.0205 7.21616 19.9651 7.05685 19.8401L1.28732 15.3089C0.961642 15.0531 0.904748 14.5819 1.16037 14.2561C1.41615 13.9305 1.88735 13.8735 2.2131 14.1292L7.37521 18.1839L17.6477 4.30399Z",fill:"currentColor"}),e.createElement(n,{d:"M21.6477 4.30399C21.8941 3.97129 22.3636 3.90142 22.6965 4.14774C23.029 4.39425 23.099 4.86379 22.8527 5.19657L12.1223 19.6966C11.8759 20.0292 11.4063 20.0989 11.0735 19.8528C10.7407 19.6064 10.6709 19.1369 10.9172 18.804L21.6477 4.30399Z",fill:"currentColor"})),P=a;export{a as IconDoupleCheck,P 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=\"M17.6477 4.30399C17.8941 3.97125 18.3636 3.90141 18.6965 4.14774C19.029 4.39424 19.099 4.86378 18.8527 5.19657L8.12228 19.6966C8.00184 19.8591 7.82081 19.9663 7.62033 19.9934C7.41967 20.0205 7.21616 19.9651 7.05685 19.8401L1.28732 15.3089C0.961642 15.0531 0.904748 14.5819 1.16037 14.2561C1.41615 13.9305 1.88735 13.8735 2.2131 14.1292L7.37521 18.1839L17.6477 4.30399Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6477 4.30399C21.8941 3.97129 22.3636 3.90142 22.6965 4.14774C23.029 4.39425 23.099 4.86379 22.8527 5.19657L12.1223 19.6966C11.8759 20.0292 11.4063 20.0989 11.0735 19.8528C10.7407 19.6064 10.6709 19.1369 10.9172 18.804L21.6477 4.30399Z\"\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,mXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheck","props","React","CentralIconBase","IconDoupleCheck_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of i(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconDoupleCheckmark1:()=>u,default:()=>h});module.exports=L(v);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M20.6191 4.34473C20.843 3.9964 21.3068 3.8954 21.6552 4.11914C22.0036 4.3431 22.1047 4.80686 21.8808 5.15527L12.5595 19.6553C12.3355 20.0036 11.8717 20.1047 11.5234 19.8809C11.175 19.6569 11.074 19.1931 11.2978 18.8447L20.6191 4.34473ZM16.6191 4.34473C16.843 3.99636 17.3068 3.89532 17.6552 4.11914C18.0036 4.34309 18.1046 4.80687 17.8808 5.15527L8.55951 19.6553C8.429 19.8582 8.20865 19.9864 7.96771 19.999C7.72663 20.0115 7.49355 19.9072 7.34271 19.7188L2.164 13.2451C1.90557 12.9218 1.95815 12.4502 2.28119 12.1914C2.60464 11.9326 3.07712 11.9851 3.33588 12.3086L7.86224 17.9658L16.6191 4.34473Z",fill:"currentColor"})),h=u;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=\"M20.6191 4.34473C20.843 3.9964 21.3068 3.8954 21.6552 4.11914C22.0036 4.3431 22.1047 4.80686 21.8808 5.15527L12.5595 19.6553C12.3355 20.0036 11.8717 20.1047 11.5234 19.8809C11.175 19.6569 11.074 19.1931 11.2978 18.8447L20.6191 4.34473ZM16.6191 4.34473C16.843 3.99636 17.3068 3.89532 17.6552 4.11914C18.0036 4.34309 18.1046 4.80687 17.8808 5.15527L8.55951 19.6553C8.429 19.8582 8.20865 19.9864 7.96771 19.999C7.72663 20.0115 7.49355 19.9072 7.34271 19.7188L2.164 13.2451C1.90557 12.9218 1.95815 12.4502 2.28119 12.1914C2.60464 11.9326 3.07712 11.9851 3.33588 12.3086L7.86224 17.9658L16.6191 4.34473Z\"\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,ylBACF,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 t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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:"M20.6191 4.34473C20.843 3.9964 21.3068 3.8954 21.6552 4.11914C22.0036 4.3431 22.1047 4.80686 21.8808 5.15527L12.5595 19.6553C12.3355 20.0036 11.8717 20.1047 11.5234 19.8809C11.175 19.6569 11.074 19.1931 11.2978 18.8447L20.6191 4.34473ZM16.6191 4.34473C16.843 3.99636 17.3068 3.89532 17.6552 4.11914C18.0036 4.34309 18.1046 4.80687 17.8808 5.15527L8.55951 19.6553C8.429 19.8582 8.20865 19.9864 7.96771 19.999C7.72663 20.0115 7.49355 19.9072 7.34271 19.7188L2.164 13.2451C1.90557 12.9218 1.95815 12.4502 2.28119 12.1914C2.60464 11.9326 3.07712 11.9851 3.33588 12.3086L7.86224 17.9658L16.6191 4.34473Z",fill:"currentColor"})),P=l;export{l as IconDoupleCheckmark1,P 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=\"M20.6191 4.34473C20.843 3.9964 21.3068 3.8954 21.6552 4.11914C22.0036 4.3431 22.1047 4.80686 21.8808 5.15527L12.5595 19.6553C12.3355 20.0036 11.8717 20.1047 11.5234 19.8809C11.175 19.6569 11.074 19.1931 11.2978 18.8447L20.6191 4.34473ZM16.6191 4.34473C16.843 3.99636 17.3068 3.89532 17.6552 4.11914C18.0036 4.34309 18.1046 4.80687 17.8808 5.15527L8.55951 19.6553C8.429 19.8582 8.20865 19.9864 7.96771 19.999C7.72663 20.0115 7.49355 19.9072 7.34271 19.7188L2.164 13.2451C1.90557 12.9218 1.95815 12.4502 2.28119 12.1914C2.60464 11.9326 3.07712 11.9851 3.33588 12.3086L7.86224 17.9658L16.6191 4.34473Z\"\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,ylBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark1","props","React","CentralIconBase","IconDoupleCheckmark1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(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))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconDoupleCheckmark1Small:()=>u,default:()=>h});module.exports=L(v);var C=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 p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M13.6143 7.35242C13.8339 7.00124 14.2963 6.89462 14.6475 7.11414C14.9986 7.33372 15.1053 7.79615 14.8858 8.14734L9.57329 16.6473C9.45217 16.841 9.24949 16.9691 9.02251 16.995C8.79546 17.0209 8.56889 16.9417 8.40728 16.7802L5.21978 13.5927C4.92689 13.2998 4.92691 12.825 5.21978 12.5321C5.51267 12.2392 5.98743 12.2392 6.28032 12.5321L8.80083 15.0526L13.6143 7.35242Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M17.6143 7.35242C17.8339 7.00124 18.2963 6.89462 18.6475 7.11414C18.9986 7.33372 19.1053 7.79615 18.8858 8.14734L13.5733 16.6473C13.3537 16.9984 12.8913 17.105 12.5401 16.8856C12.1889 16.6661 12.0823 16.2036 12.3018 15.8524L17.6143 7.35242Z",fill:"currentColor"})),h=u;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=\"M13.6143 7.35242C13.8339 7.00124 14.2963 6.89462 14.6475 7.11414C14.9986 7.33372 15.1053 7.79615 14.8858 8.14734L9.57329 16.6473C9.45217 16.841 9.24949 16.9691 9.02251 16.995C8.79546 17.0209 8.56889 16.9417 8.40728 16.7802L5.21978 13.5927C4.92689 13.2998 4.92691 12.825 5.21978 12.5321C5.51267 12.2392 5.98743 12.2392 6.28032 12.5321L8.80083 15.0526L13.6143 7.35242Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6143 7.35242C17.8339 7.00124 18.2963 6.89462 18.6475 7.11414C18.9986 7.33372 19.1053 7.79615 18.8858 8.14734L13.5733 16.6473C13.3537 16.9984 12.8913 17.105 12.5401 16.8856C12.1889 16.6661 12.0823 16.2036 12.3018 15.8524L17.6143 7.35242Z\"\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,iXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mPACF,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 p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M13.6143 7.35242C13.8339 7.00124 14.2963 6.89462 14.6475 7.11414C14.9986 7.33372 15.1053 7.79615 14.8858 8.14734L9.57329 16.6473C9.45217 16.841 9.24949 16.9691 9.02251 16.995C8.79546 17.0209 8.56889 16.9417 8.40728 16.7802L5.21978 13.5927C4.92689 13.2998 4.92691 12.825 5.21978 12.5321C5.51267 12.2392 5.98743 12.2392 6.28032 12.5321L8.80083 15.0526L13.6143 7.35242Z",fill:"currentColor"}),e.createElement(n,{d:"M17.6143 7.35242C17.8339 7.00124 18.2963 6.89462 18.6475 7.11414C18.9986 7.33372 19.1053 7.79615 18.8858 8.14734L13.5733 16.6473C13.3537 16.9984 12.8913 17.105 12.5401 16.8856C12.1889 16.6661 12.0823 16.2036 12.3018 15.8524L17.6143 7.35242Z",fill:"currentColor"})),P=a;export{a as IconDoupleCheckmark1Small,P 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=\"M13.6143 7.35242C13.8339 7.00124 14.2963 6.89462 14.6475 7.11414C14.9986 7.33372 15.1053 7.79615 14.8858 8.14734L9.57329 16.6473C9.45217 16.841 9.24949 16.9691 9.02251 16.995C8.79546 17.0209 8.56889 16.9417 8.40728 16.7802L5.21978 13.5927C4.92689 13.2998 4.92691 12.825 5.21978 12.5321C5.51267 12.2392 5.98743 12.2392 6.28032 12.5321L8.80083 15.0526L13.6143 7.35242Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6143 7.35242C17.8339 7.00124 18.2963 6.89462 18.6475 7.11414C18.9986 7.33372 19.1053 7.79615 18.8858 8.14734L13.5733 16.6473C13.3537 16.9984 12.8913 17.105 12.5401 16.8856C12.1889 16.6661 12.0823 16.2036 12.3018 15.8524L17.6143 7.35242Z\"\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,iXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark1Small","props","React","CentralIconBase","IconDoupleCheckmark1Small_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of i(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconDoupleCheckmark2Small:()=>u,default:()=>h});module.exports=L(v);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M13.9356 7.50586C14.2084 7.19433 14.6825 7.16285 14.9942 7.43555C15.3058 7.70831 15.3372 8.18246 15.0645 8.49414L8.06451 16.4941C7.92793 16.6502 7.73268 16.743 7.52545 16.75C7.31799 16.7569 7.11657 16.6771 6.96979 16.5303L3.96979 13.5303C3.6769 13.2374 3.6769 12.7626 3.96979 12.4697C4.26268 12.1769 4.73746 12.1769 5.03033 12.4697L7.46295 14.9023L13.9356 7.50586ZM18.9356 7.50586C19.2084 7.19433 19.6825 7.16285 19.9942 7.43555C20.3058 7.70831 20.3372 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3176 16.8372 12.0059 16.5645C11.6943 16.2917 11.6629 15.8175 11.9356 15.5059L18.9356 7.50586Z",fill:"currentColor"})),h=u;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=\"M13.9356 7.50586C14.2084 7.19433 14.6825 7.16285 14.9942 7.43555C15.3058 7.70831 15.3372 8.18246 15.0645 8.49414L8.06451 16.4941C7.92793 16.6502 7.73268 16.743 7.52545 16.75C7.31799 16.7569 7.11657 16.6771 6.96979 16.5303L3.96979 13.5303C3.6769 13.2374 3.6769 12.7626 3.96979 12.4697C4.26268 12.1769 4.73746 12.1769 5.03033 12.4697L7.46295 14.9023L13.9356 7.50586ZM18.9356 7.50586C19.2084 7.19433 19.6825 7.16285 19.9942 7.43555C20.3058 7.70831 20.3372 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3176 16.8372 12.0059 16.5645C11.6943 16.2917 11.6629 15.8175 11.9356 15.5059L18.9356 7.50586Z\"\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,gmBACF,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 C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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:"M13.9356 7.50586C14.2084 7.19433 14.6825 7.16285 14.9942 7.43555C15.3058 7.70831 15.3372 8.18246 15.0645 8.49414L8.06451 16.4941C7.92793 16.6502 7.73268 16.743 7.52545 16.75C7.31799 16.7569 7.11657 16.6771 6.96979 16.5303L3.96979 13.5303C3.6769 13.2374 3.6769 12.7626 3.96979 12.4697C4.26268 12.1769 4.73746 12.1769 5.03033 12.4697L7.46295 14.9023L13.9356 7.50586ZM18.9356 7.50586C19.2084 7.19433 19.6825 7.16285 19.9942 7.43555C20.3058 7.70831 20.3372 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3176 16.8372 12.0059 16.5645C11.6943 16.2917 11.6629 15.8175 11.9356 15.5059L18.9356 7.50586Z",fill:"currentColor"})),P=l;export{l as IconDoupleCheckmark2Small,P 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=\"M13.9356 7.50586C14.2084 7.19433 14.6825 7.16285 14.9942 7.43555C15.3058 7.70831 15.3372 8.18246 15.0645 8.49414L8.06451 16.4941C7.92793 16.6502 7.73268 16.743 7.52545 16.75C7.31799 16.7569 7.11657 16.6771 6.96979 16.5303L3.96979 13.5303C3.6769 13.2374 3.6769 12.7626 3.96979 12.4697C4.26268 12.1769 4.73746 12.1769 5.03033 12.4697L7.46295 14.9023L13.9356 7.50586ZM18.9356 7.50586C19.2084 7.19433 19.6825 7.16285 19.9942 7.43555C20.3058 7.70831 20.3372 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3176 16.8372 12.0059 16.5645C11.6943 16.2917 11.6629 15.8175 11.9356 15.5059L18.9356 7.50586Z\"\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,gmBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark2Small","props","React","CentralIconBase","IconDoupleCheckmark2Small_default"]}
|
package/IconPencilWave/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var d={};x(d,{IconPencilWave:()=>L,default:()=>v});module.exports=g(d);var n=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...C})=>s.default.createElement(c.Svg,{...C,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"),L=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var d={};x(d,{IconPencilWave:()=>L,default:()=>v});module.exports=g(d);var n=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...C})=>s.default.createElement(c.Svg,{...C,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"),L=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131L16.3494 18.1309C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z",fill:"currentColor"})),v=L;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=\"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.
|
|
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=\"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131L16.3494 18.1309C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z\"\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,kRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,k+BACF,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"]}
|
package/IconPencilWave/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import C 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 t}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(t,{d:"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z",fill:"currentColor"}),C.createElement(t,{d:"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.
|
|
1
|
+
import C 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 t}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(t,{d:"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z",fill:"currentColor"}),C.createElement(t,{d:"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131L16.3494 18.1309C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z",fill:"currentColor"})),P=a;export{a as IconPencilWave,P 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=\"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.
|
|
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=\"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131L16.3494 18.1309C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z\"\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,kRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,k+BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
|
package/IconWrite1/index.js
CHANGED
|
@@ -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
|
|
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.0001L21.8535 9.20722C22.244 8.8167 22.244 8.18353 21.8535 7.79301L16.207 2.14656C15.8165 1.75604 15.1834 1.75604 14.7928 2.14656L12 4.9394Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M18.3031 13.363L10.6377 5.69754L6.37537 7.24747C6.04986 7.36583 5.80878 7.64422 5.73813 7.9833L3.3125 19.6263L8.26615 14.6741C8.0851 14.328 7.98272 13.9343 7.98272 13.5167C7.98272 12.136 9.102 11.0167 10.4827 11.0167C11.8634 11.0167 12.9827 12.136 12.9827 13.5167C12.9827 14.8975 11.8634 16.0167 10.4827 16.0167C10.0659 16.0167 9.67284 15.9147 9.32725 15.7343L4.37136 20.6888L16.0174 18.2626C16.3565 18.1919 16.6349 17.9508 16.7532 17.6253L18.3031 13.363Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M9.48242 13.5168C9.48242 12.9645 9.93014 12.5168 10.4824 12.5168C11.0347 12.5168 11.4824 12.9645 11.4824 13.5168C11.4824 14.069 11.0347 14.5168 10.4824 14.5168C9.93014 14.5168 9.48242 14.069 9.48242 13.5168Z",fill:"currentColor"})),d=c;0&&(module.exports={IconWrite1});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconWrite1/index.js.map
CHANGED
|
@@ -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
|
|
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.0001L21.8535 9.20722C22.244 8.8167 22.244 8.18353 21.8535 7.79301L16.207 2.14656C15.8165 1.75604 15.1834 1.75604 14.7928 2.14656L12 4.9394Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3031 13.363L10.6377 5.69754L6.37537 7.24747C6.04986 7.36583 5.80878 7.64422 5.73813 7.9833L3.3125 19.6263L8.26615 14.6741C8.0851 14.328 7.98272 13.9343 7.98272 13.5167C7.98272 12.136 9.102 11.0167 10.4827 11.0167C11.8634 11.0167 12.9827 12.136 12.9827 13.5167C12.9827 14.8975 11.8634 16.0167 10.4827 16.0167C10.0659 16.0167 9.67284 15.9147 9.32725 15.7343L4.37136 20.6888L16.0174 18.2626C16.3565 18.1919 16.6349 17.9508 16.7532 17.6253L18.3031 13.363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.48242 13.5168C9.48242 12.9645 9.93014 12.5168 10.4824 12.5168C11.0347 12.5168 11.4824 12.9645 11.4824 13.5168C11.4824 14.069 11.0347 14.5168 10.4824 14.5168C9.93014 14.5168 9.48242 14.069 9.48242 13.5168Z\"\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,oKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0cACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,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"]}
|
package/IconWrite1/index.mjs
CHANGED
|
@@ -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
|
|
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.0001L21.8535 9.20722C22.244 8.8167 22.244 8.18353 21.8535 7.79301L16.207 2.14656C15.8165 1.75604 15.1834 1.75604 14.7928 2.14656L12 4.9394Z",fill:"currentColor"}),o.createElement(e,{d:"M18.3031 13.363L10.6377 5.69754L6.37537 7.24747C6.04986 7.36583 5.80878 7.64422 5.73813 7.9833L3.3125 19.6263L8.26615 14.6741C8.0851 14.328 7.98272 13.9343 7.98272 13.5167C7.98272 12.136 9.102 11.0167 10.4827 11.0167C11.8634 11.0167 12.9827 12.136 12.9827 13.5167C12.9827 14.8975 11.8634 16.0167 10.4827 16.0167C10.0659 16.0167 9.67284 15.9147 9.32725 15.7343L4.37136 20.6888L16.0174 18.2626C16.3565 18.1919 16.6349 17.9508 16.7532 17.6253L18.3031 13.363Z",fill:"currentColor"}),o.createElement(e,{d:"M9.48242 13.5168C9.48242 12.9645 9.93014 12.5168 10.4824 12.5168C11.0347 12.5168 11.4824 12.9645 11.4824 13.5168C11.4824 14.069 11.0347 14.5168 10.4824 14.5168C9.93014 14.5168 9.48242 14.069 9.48242 13.5168Z",fill:"currentColor"})),x=a;export{a as IconWrite1,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconWrite1/index.mjs.map
CHANGED
|
@@ -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
|
|
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.0001L21.8535 9.20722C22.244 8.8167 22.244 8.18353 21.8535 7.79301L16.207 2.14656C15.8165 1.75604 15.1834 1.75604 14.7928 2.14656L12 4.9394Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3031 13.363L10.6377 5.69754L6.37537 7.24747C6.04986 7.36583 5.80878 7.64422 5.73813 7.9833L3.3125 19.6263L8.26615 14.6741C8.0851 14.328 7.98272 13.9343 7.98272 13.5167C7.98272 12.136 9.102 11.0167 10.4827 11.0167C11.8634 11.0167 12.9827 12.136 12.9827 13.5167C12.9827 14.8975 11.8634 16.0167 10.4827 16.0167C10.0659 16.0167 9.67284 15.9147 9.32725 15.7343L4.37136 20.6888L16.0174 18.2626C16.3565 18.1919 16.6349 17.9508 16.7532 17.6253L18.3031 13.363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.48242 13.5168C9.48242 12.9645 9.93014 12.5168 10.4824 12.5168C11.0347 12.5168 11.4824 12.9645 11.4824 13.5168C11.4824 14.069 11.0347 14.5168 10.4824 14.5168C9.93014 14.5168 9.48242 14.069 9.48242 13.5168Z\"\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,oKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0cACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite1","props","React","CentralIconBase","IconWrite1_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
|
package/filtered-icons.json
CHANGED
|
@@ -5236,6 +5236,20 @@
|
|
|
5236
5236
|
"packageName": "round-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 2ZM15.667 8.12695C15.3228 7.89661 14.8574 7.98889 14.627 8.33301L10.4482 14.5723L8.28125 12.3945C7.98911 12.1009 7.51434 12.0995 7.2207 12.3916C6.92733 12.6838 6.9267 13.1586 7.21875 13.4521L10.0312 16.2793C10.1897 16.4384 10.4112 16.5177 10.6348 16.4961C10.8584 16.4744 11.0605 16.3537 11.1855 16.167L15.873 9.16699C16.1034 8.82283 16.0111 8.35739 15.667 8.12695Z\" fill=\"currentColor\"/>",
|
|
5242
|
+
"iconName": "check-circle-2, done, confirm, save, success",
|
|
5243
|
+
"variant": {
|
|
5244
|
+
"join": "round",
|
|
5245
|
+
"filled": "on",
|
|
5246
|
+
"radius": "0",
|
|
5247
|
+
"stroke": "1.5"
|
|
5248
|
+
},
|
|
5249
|
+
"createdAt": "2025-11-24T18:01:49.091762+00:00",
|
|
5250
|
+
"packageName": "round-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.19644 4.64738C9.52928 4.89393 9.59923 5.36362 9.35268 5.69647L6.01935 10.1965C5.7804 10.5191 5.32981 10.5963 4.99708 10.3717L3.33041 9.24668C2.98709 9.01494 2.89664 8.54876 3.12838 8.20544C3.36012 7.86212 3.8263 7.77167 4.16962 8.00341L5.2413 8.72679L8.14735 4.80363C8.3939 4.47078 8.86359 4.40083 9.19644 4.64738ZM11 7.75005C11 7.33583 11.3358 7.00005 11.75 7.00005H20.25C20.6642 7.00005 21 7.33583 21 7.75005C21 8.16426 20.6642 8.50005 20.25 8.50005H11.75C11.3358 8.50005 11 8.16426 11 7.75005ZM9.19644 13.6474C9.52928 13.8939 9.59923 14.3636 9.35268 14.6965L6.01935 19.1965C5.7804 19.5191 5.32981 19.5963 4.99708 19.3717L3.33041 18.2467C2.98709 18.0149 2.89664 17.5488 3.12838 17.2054C3.36012 16.8621 3.8263 16.7717 4.16962 17.0034L5.2413 17.7268L8.14735 13.8036C8.3939 13.4708 8.86359 13.4008 9.19644 13.6474ZM11 16.25C11 15.8358 11.3358 15.5 11.75 15.5H20.25C20.6642 15.5 21 15.8358 21 16.25C21 16.6643 20.6642 17 20.25 17H11.75C11.3358 17 11 16.6643 11 16.25Z\" fill=\"currentColor\"/>",
|
|
@@ -8050,6 +8064,62 @@
|
|
|
8050
8064
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
8051
8065
|
"componentName": "IconDotGrid3x3"
|
|
8052
8066
|
},
|
|
8067
|
+
{
|
|
8068
|
+
"category": "Interface General",
|
|
8069
|
+
"svg": "<path d=\"M17.6477 4.30399C17.8941 3.97125 18.3636 3.90141 18.6965 4.14774C19.029 4.39424 19.099 4.86378 18.8527 5.19657L8.12228 19.6966C8.00184 19.8591 7.82081 19.9663 7.62033 19.9934C7.41967 20.0205 7.21616 19.9651 7.05685 19.8401L1.28732 15.3089C0.961642 15.0531 0.904748 14.5819 1.16037 14.2561C1.41615 13.9305 1.88735 13.8735 2.2131 14.1292L7.37521 18.1839L17.6477 4.30399Z\" fill=\"currentColor\"/><path d=\"M21.6477 4.30399C21.8941 3.97129 22.3636 3.90142 22.6965 4.14774C23.029 4.39425 23.099 4.86379 22.8527 5.19657L12.1223 19.6966C11.8759 20.0292 11.4063 20.0989 11.0735 19.8528C10.7407 19.6064 10.6709 19.1369 10.9172 18.804L21.6477 4.30399Z\" fill=\"currentColor\"/>",
|
|
8070
|
+
"iconName": "douple-check",
|
|
8071
|
+
"variant": {
|
|
8072
|
+
"join": "round",
|
|
8073
|
+
"filled": "on",
|
|
8074
|
+
"radius": "0",
|
|
8075
|
+
"stroke": "1.5"
|
|
8076
|
+
},
|
|
8077
|
+
"createdAt": "2025-11-24T18:01:49.091762+00:00",
|
|
8078
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
8079
|
+
"componentName": "IconDoupleCheck"
|
|
8080
|
+
},
|
|
8081
|
+
{
|
|
8082
|
+
"category": "Interface General",
|
|
8083
|
+
"svg": "<path d=\"M20.6191 4.34473C20.843 3.9964 21.3068 3.8954 21.6552 4.11914C22.0036 4.3431 22.1047 4.80686 21.8808 5.15527L12.5595 19.6553C12.3355 20.0036 11.8717 20.1047 11.5234 19.8809C11.175 19.6569 11.074 19.1931 11.2978 18.8447L20.6191 4.34473ZM16.6191 4.34473C16.843 3.99636 17.3068 3.89532 17.6552 4.11914C18.0036 4.34309 18.1046 4.80687 17.8808 5.15527L8.55951 19.6553C8.429 19.8582 8.20865 19.9864 7.96771 19.999C7.72663 20.0115 7.49355 19.9072 7.34271 19.7188L2.164 13.2451C1.90557 12.9218 1.95815 12.4502 2.28119 12.1914C2.60464 11.9326 3.07712 11.9851 3.33588 12.3086L7.86224 17.9658L16.6191 4.34473Z\" fill=\"currentColor\"/>",
|
|
8084
|
+
"iconName": "douple-checkmark-1",
|
|
8085
|
+
"variant": {
|
|
8086
|
+
"join": "round",
|
|
8087
|
+
"filled": "on",
|
|
8088
|
+
"radius": "0",
|
|
8089
|
+
"stroke": "1.5"
|
|
8090
|
+
},
|
|
8091
|
+
"createdAt": "2025-11-24T18:01:49.091762+00:00",
|
|
8092
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
8093
|
+
"componentName": "IconDoupleCheckmark1"
|
|
8094
|
+
},
|
|
8095
|
+
{
|
|
8096
|
+
"category": "Interface General",
|
|
8097
|
+
"svg": "<path d=\"M13.6143 7.35242C13.8339 7.00124 14.2963 6.89462 14.6475 7.11414C14.9986 7.33372 15.1053 7.79615 14.8858 8.14734L9.57329 16.6473C9.45217 16.841 9.24949 16.9691 9.02251 16.995C8.79546 17.0209 8.56889 16.9417 8.40728 16.7802L5.21978 13.5927C4.92689 13.2998 4.92691 12.825 5.21978 12.5321C5.51267 12.2392 5.98743 12.2392 6.28032 12.5321L8.80083 15.0526L13.6143 7.35242Z\" fill=\"currentColor\"/><path d=\"M17.6143 7.35242C17.8339 7.00124 18.2963 6.89462 18.6475 7.11414C18.9986 7.33372 19.1053 7.79615 18.8858 8.14734L13.5733 16.6473C13.3537 16.9984 12.8913 17.105 12.5401 16.8856C12.1889 16.6661 12.0823 16.2036 12.3018 15.8524L17.6143 7.35242Z\" fill=\"currentColor\"/>",
|
|
8098
|
+
"iconName": "douple-checkmark-1-small",
|
|
8099
|
+
"variant": {
|
|
8100
|
+
"join": "round",
|
|
8101
|
+
"filled": "on",
|
|
8102
|
+
"radius": "0",
|
|
8103
|
+
"stroke": "1.5"
|
|
8104
|
+
},
|
|
8105
|
+
"createdAt": "2025-11-24T18:01:49.091762+00:00",
|
|
8106
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
8107
|
+
"componentName": "IconDoupleCheckmark1Small"
|
|
8108
|
+
},
|
|
8109
|
+
{
|
|
8110
|
+
"category": "Interface General",
|
|
8111
|
+
"svg": "<path d=\"M13.9356 7.50586C14.2084 7.19433 14.6825 7.16285 14.9942 7.43555C15.3058 7.70831 15.3372 8.18246 15.0645 8.49414L8.06451 16.4941C7.92793 16.6502 7.73268 16.743 7.52545 16.75C7.31799 16.7569 7.11657 16.6771 6.96979 16.5303L3.96979 13.5303C3.6769 13.2374 3.6769 12.7626 3.96979 12.4697C4.26268 12.1769 4.73746 12.1769 5.03033 12.4697L7.46295 14.9023L13.9356 7.50586ZM18.9356 7.50586C19.2084 7.19433 19.6825 7.16285 19.9942 7.43555C20.3058 7.70831 20.3372 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3176 16.8372 12.0059 16.5645C11.6943 16.2917 11.6629 15.8175 11.9356 15.5059L18.9356 7.50586Z\" fill=\"currentColor\"/>",
|
|
8112
|
+
"iconName": "douple-checkmark-2-small",
|
|
8113
|
+
"variant": {
|
|
8114
|
+
"join": "round",
|
|
8115
|
+
"filled": "on",
|
|
8116
|
+
"radius": "0",
|
|
8117
|
+
"stroke": "1.5"
|
|
8118
|
+
},
|
|
8119
|
+
"createdAt": "2025-11-24T19:02:03.386128+00:00",
|
|
8120
|
+
"packageName": "round-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 9.25C10 9.66421 9.66421 10 9.25 10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H8.5V3.75C8.5 3.33579 8.83579 3 9.25 3C9.66421 3 10 3.33579 10 3.75V9.25Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 9.25C21 9.66421 20.6642 10 20.25 10H14.75C14.3358 10 14 9.66421 14 9.25V3.75C14 3.33579 14.3358 3 14.75 3C15.1642 3 15.5 3.33579 15.5 3.75V8.5H20.25C20.6642 8.5 21 8.83579 21 9.25Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.75 21C14.3358 21 14 20.6642 14 20.25V14.75C14 14.3358 14.3358 14 14.75 14H20.25C20.6642 14 21 14.3358 21 14.75C21 15.1642 20.6642 15.5 20.25 15.5H15.5V20.25C15.5 20.6642 15.1642 21 14.75 21Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.25 21C8.83579 21 8.5 20.6642 8.5 20.25V15.5H3.75C3.33579 15.5 3 15.1642 3 14.75C3 14.3358 3.33579 14 3.75 14H9.25C9.66421 14 10 14.3358 10 14.75V20.25C10 20.6642 9.66421 21 9.25 21Z\" fill=\"currentColor\"/>",
|
|
@@ -14996,7 +15066,7 @@
|
|
|
14996
15066
|
},
|
|
14997
15067
|
{
|
|
14998
15068
|
"category": "Edit",
|
|
14999
|
-
"svg": "<path d=\"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z\" fill=\"currentColor\"/><path d=\"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.
|
|
15069
|
+
"svg": "<path d=\"M16.4697 2.21967C16.7626 1.92678 17.2374 1.92678 17.5303 2.21967L20.7803 5.46967C21.0732 5.76256 21.0732 6.23744 20.7803 6.53033L6.53033 20.7803C6.38968 20.921 6.19891 21 6 21H2.75C2.33579 21 2 20.6642 2 20.25V17C2 16.8011 2.07902 16.6103 2.21967 16.4697L16.4697 2.21967Z\" fill=\"currentColor\"/><path d=\"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131L16.3494 18.1309C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z\" fill=\"currentColor\"/>",
|
|
15000
15070
|
"iconName": "pencil-wave",
|
|
15001
15071
|
"variant": {
|
|
15002
15072
|
"join": "round",
|
|
@@ -22052,7 +22122,7 @@
|
|
|
22052
22122
|
},
|
|
22053
22123
|
{
|
|
22054
22124
|
"category": "Edit",
|
|
22055
|
-
"svg": "<path d=\"M12
|
|
22125
|
+
"svg": "<path d=\"M12 4.9394L19.0607 12.0001L21.8535 9.20722C22.244 8.8167 22.244 8.18353 21.8535 7.79301L16.207 2.14656C15.8165 1.75604 15.1834 1.75604 14.7928 2.14656L12 4.9394Z\" fill=\"currentColor\"/><path d=\"M18.3031 13.363L10.6377 5.69754L6.37537 7.24747C6.04986 7.36583 5.80878 7.64422 5.73813 7.9833L3.3125 19.6263L8.26615 14.6741C8.0851 14.328 7.98272 13.9343 7.98272 13.5167C7.98272 12.136 9.102 11.0167 10.4827 11.0167C11.8634 11.0167 12.9827 12.136 12.9827 13.5167C12.9827 14.8975 11.8634 16.0167 10.4827 16.0167C10.0659 16.0167 9.67284 15.9147 9.32725 15.7343L4.37136 20.6888L16.0174 18.2626C16.3565 18.1919 16.6349 17.9508 16.7532 17.6253L18.3031 13.363Z\" fill=\"currentColor\"/><path d=\"M9.48242 13.5168C9.48242 12.9645 9.93014 12.5168 10.4824 12.5168C11.0347 12.5168 11.4824 12.9645 11.4824 13.5168C11.4824 14.069 11.0347 14.5168 10.4824 14.5168C9.93014 14.5168 9.48242 14.069 9.48242 13.5168Z\" fill=\"currentColor\"/>",
|
|
22056
22126
|
"iconName": "write-1, fountain-pen",
|
|
22057
22127
|
"variant": {
|
|
22058
22128
|
"join": "round",
|
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"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.42",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1.5/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1591,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 47,
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
]
|
|
758
758
|
},
|
|
759
759
|
"Interface General": {
|
|
760
|
-
"count":
|
|
760
|
+
"count": 169,
|
|
761
761
|
"icons": [
|
|
762
762
|
"IconAnchor1",
|
|
763
763
|
"IconAnchor2",
|
|
@@ -797,6 +797,7 @@
|
|
|
797
797
|
"IconChainLink2",
|
|
798
798
|
"IconChainLink3",
|
|
799
799
|
"IconChainLink4",
|
|
800
|
+
"IconCheckCircle2",
|
|
800
801
|
"IconChecklist",
|
|
801
802
|
"IconCheckmark1",
|
|
802
803
|
"IconCheckmark1Small",
|
|
@@ -828,6 +829,10 @@
|
|
|
828
829
|
"IconDotGrid1x3Vertical",
|
|
829
830
|
"IconDotGrid2x3",
|
|
830
831
|
"IconDotGrid3x3",
|
|
832
|
+
"IconDoupleCheck",
|
|
833
|
+
"IconDoupleCheckmark1",
|
|
834
|
+
"IconDoupleCheckmark1Small",
|
|
835
|
+
"IconDoupleCheckmark2Small",
|
|
831
836
|
"IconElectrocardiogram",
|
|
832
837
|
"IconFeature",
|
|
833
838
|
"IconGauge",
|
|
@@ -2153,6 +2158,7 @@
|
|
|
2153
2158
|
"IconChart5": "chart-5, statistics, graph",
|
|
2154
2159
|
"IconChart6": "chart-6, statistics, graph",
|
|
2155
2160
|
"IconChart7": "chart-7, statistics, graph",
|
|
2161
|
+
"IconCheckCircle2": "check-circle-2, done, confirm, save, success",
|
|
2156
2162
|
"IconChecklist": "checklist, list",
|
|
2157
2163
|
"IconCheckmark1": "checkmark-1",
|
|
2158
2164
|
"IconCheckmark1Small": "checkmark-1-small",
|
|
@@ -2354,6 +2360,10 @@
|
|
|
2354
2360
|
"IconDotGrid1x3Vertical": "dot-grid-1x3-vertical, menu, drag, grab",
|
|
2355
2361
|
"IconDotGrid2x3": "dot-grid-2x3, menu, drag, grab",
|
|
2356
2362
|
"IconDotGrid3x3": "dot-grid-3x3, menu, drag, grab",
|
|
2363
|
+
"IconDoupleCheck": "douple-check",
|
|
2364
|
+
"IconDoupleCheckmark1": "douple-checkmark-1",
|
|
2365
|
+
"IconDoupleCheckmark1Small": "douple-checkmark-1-small",
|
|
2366
|
+
"IconDoupleCheckmark2Small": "douple-checkmark-2-small",
|
|
2357
2367
|
"IconDownsize": "downsize, exit-full-screen, scale-down",
|
|
2358
2368
|
"IconDownsize2": "downsize-2, exit-full-screen, scale-down",
|
|
2359
2369
|
"IconDraft": "draft",
|
package/index.d.ts
CHANGED
|
@@ -372,6 +372,7 @@ export { IconChart4, default as IconChart4Default } from "./IconChart4";
|
|
|
372
372
|
export { IconChart5, default as IconChart5Default } from "./IconChart5";
|
|
373
373
|
export { IconChart6, default as IconChart6Default } from "./IconChart6";
|
|
374
374
|
export { IconChart7, default as IconChart7Default } from "./IconChart7";
|
|
375
|
+
export { IconCheckCircle2, default as IconCheckCircle2Default, } from "./IconCheckCircle2";
|
|
375
376
|
export { IconChecklist, default as IconChecklistDefault, } from "./IconChecklist";
|
|
376
377
|
export { IconCheckmark1, default as IconCheckmark1Default, } from "./IconCheckmark1";
|
|
377
378
|
export { IconCheckmark1Small, default as IconCheckmark1SmallDefault, } from "./IconCheckmark1Small";
|
|
@@ -573,6 +574,10 @@ export { IconDotGrid1x3Horizontal, default as IconDotGrid1x3HorizontalDefault, }
|
|
|
573
574
|
export { IconDotGrid1x3Vertical, default as IconDotGrid1x3VerticalDefault, } from "./IconDotGrid1x3Vertical";
|
|
574
575
|
export { IconDotGrid2x3, default as IconDotGrid2x3Default, } from "./IconDotGrid2x3";
|
|
575
576
|
export { IconDotGrid3x3, default as IconDotGrid3x3Default, } from "./IconDotGrid3x3";
|
|
577
|
+
export { IconDoupleCheck, default as IconDoupleCheckDefault, } from "./IconDoupleCheck";
|
|
578
|
+
export { IconDoupleCheckmark1, default as IconDoupleCheckmark1Default, } from "./IconDoupleCheckmark1";
|
|
579
|
+
export { IconDoupleCheckmark1Small, default as IconDoupleCheckmark1SmallDefault, } from "./IconDoupleCheckmark1Small";
|
|
580
|
+
export { IconDoupleCheckmark2Small, default as IconDoupleCheckmark2SmallDefault, } from "./IconDoupleCheckmark2Small";
|
|
576
581
|
export { IconDownsize, default as IconDownsizeDefault } from "./IconDownsize";
|
|
577
582
|
export { IconDownsize2, default as IconDownsize2Default, } from "./IconDownsize2";
|
|
578
583
|
export { IconDraft, default as IconDraftDefault } from "./IconDraft";
|