@central-icons-react-native/round-filled-radius-0-stroke-1 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/IconPencilLine/index.js +1 -1
- package/IconPencilLine/index.js.map +1 -1
- package/IconPencilLine/index.mjs +1 -1
- package/IconPencilLine/index.mjs.map +1 -1
- 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/IconWriting/index.js +1 -1
- package/IconWriting/index.js.map +1 -1
- package/IconWriting/index.mjs +1 -1
- package/IconWriting/index.mjs.map +1 -1
- package/README.md +5 -0
- package/filtered-icons.json +74 -4
- 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 +39 -4
|
@@ -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.7646 8.07617C15.5305 7.92996 15.2225 8.00124 15.0762 8.23535L10.4219 15.6816L7.86621 12.9287C7.67828 12.7266 7.36243 12.7155 7.16016 12.9033C6.95784 13.0912 6.9459 13.407 7.13379 13.6094L10.1338 16.8398C10.2397 16.9539 10.3929 17.0128 10.5479 16.998C10.7026 16.9832 10.8414 16.8965 10.9238 16.7646L15.9238 8.76465C16.07 8.5305 15.9988 8.22249 15.7646 8.07617Z",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.7646 8.07617C15.5305 7.92996 15.2225 8.00124 15.0762 8.23535L10.4219 15.6816L7.86621 12.9287C7.67828 12.7266 7.36243 12.7155 7.16016 12.9033C6.95784 13.0912 6.9459 13.407 7.13379 13.6094L10.1338 16.8398C10.2397 16.9539 10.3929 17.0128 10.5479 16.998C10.7026 16.9832 10.8414 16.8965 10.9238 16.7646L15.9238 8.76465C16.07 8.5305 15.9988 8.22249 15.7646 8.07617Z\"\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,8dACF,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.7646 8.07617C15.5305 7.92996 15.2225 8.00124 15.0762 8.23535L10.4219 15.6816L7.86621 12.9287C7.67828 12.7266 7.36243 12.7155 7.16016 12.9033C6.95784 13.0912 6.9459 13.407 7.13379 13.6094L10.1338 16.8398C10.2397 16.9539 10.3929 17.0128 10.5479 16.998C10.7026 16.9832 10.8414 16.8965 10.9238 16.7646L15.9238 8.76465C16.07 8.5305 15.9988 8.22249 15.7646 8.07617Z",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.7646 8.07617C15.5305 7.92996 15.2225 8.00124 15.0762 8.23535L10.4219 15.6816L7.86621 12.9287C7.67828 12.7266 7.36243 12.7155 7.16016 12.9033C6.95784 13.0912 6.9459 13.407 7.13379 13.6094L10.1338 16.8398C10.2397 16.9539 10.3929 17.0128 10.5479 16.998C10.7026 16.9832 10.8414 16.8965 10.9238 16.7646L15.9238 8.76465C16.07 8.5305 15.9988 8.22249 15.7646 8.07617Z\"\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,8dACF,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 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,{IconDoupleCheck:()=>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:"M22.0977 4.20312C22.2615 3.98107 22.5747 3.93389 22.7969 4.09766C23.0189 4.26156 23.0661 4.57469 22.9023 4.79688L11.8467 19.7969C11.6828 20.0189 11.3697 20.0661 11.1475 19.9023C10.9254 19.7385 10.8782 19.4253 11.042 19.2031L22.0977 4.20312ZM18.0977 4.20312C18.2615 3.98102 18.5747 3.93387 18.7969 4.09766C19.0189 4.26154 19.0661 4.57467 18.9023 4.79688L7.84668 19.7969C7.76633 19.9057 7.64483 19.977 7.51074 19.9951C7.37668 20.0131 7.24099 19.9763 7.13477 19.8926L1.19043 15.2051C0.973604 15.0341 0.936462 14.7198 1.10742 14.5029C1.27841 14.2861 1.59273 14.2489 1.80957 14.4199L7.34766 18.7871L18.0977 4.20312Z",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=\"M22.0977 4.20312C22.2615 3.98107 22.5747 3.93389 22.7969 4.09766C23.0189 4.26156 23.0661 4.57469 22.9023 4.79688L11.8467 19.7969C11.6828 20.0189 11.3697 20.0661 11.1475 19.9023C10.9254 19.7385 10.8782 19.4253 11.042 19.2031L22.0977 4.20312ZM18.0977 4.20312C18.2615 3.98102 18.5747 3.93387 18.7969 4.09766C19.0189 4.26154 19.0661 4.57467 18.9023 4.79688L7.84668 19.7969C7.76633 19.9057 7.64483 19.977 7.51074 19.9951C7.37668 20.0131 7.24099 19.9763 7.13477 19.8926L1.19043 15.2051C0.973604 15.0341 0.936462 14.7198 1.10742 14.5029C1.27841 14.2861 1.59273 14.2489 1.80957 14.4199L7.34766 18.7871L18.0977 4.20312Z\"\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,qmBACF,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 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:"M22.0977 4.20312C22.2615 3.98107 22.5747 3.93389 22.7969 4.09766C23.0189 4.26156 23.0661 4.57469 22.9023 4.79688L11.8467 19.7969C11.6828 20.0189 11.3697 20.0661 11.1475 19.9023C10.9254 19.7385 10.8782 19.4253 11.042 19.2031L22.0977 4.20312ZM18.0977 4.20312C18.2615 3.98102 18.5747 3.93387 18.7969 4.09766C19.0189 4.26154 19.0661 4.57467 18.9023 4.79688L7.84668 19.7969C7.76633 19.9057 7.64483 19.977 7.51074 19.9951C7.37668 20.0131 7.24099 19.9763 7.13477 19.8926L1.19043 15.2051C0.973604 15.0341 0.936462 14.7198 1.10742 14.5029C1.27841 14.2861 1.59273 14.2489 1.80957 14.4199L7.34766 18.7871L18.0977 4.20312Z",fill:"currentColor"})),P=l;export{l 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=\"M22.0977 4.20312C22.2615 3.98107 22.5747 3.93389 22.7969 4.09766C23.0189 4.26156 23.0661 4.57469 22.9023 4.79688L11.8467 19.7969C11.6828 20.0189 11.3697 20.0661 11.1475 19.9023C10.9254 19.7385 10.8782 19.4253 11.042 19.2031L22.0977 4.20312ZM18.0977 4.20312C18.2615 3.98102 18.5747 3.93387 18.7969 4.09766C19.0189 4.26154 19.0661 4.57467 18.9023 4.79688L7.84668 19.7969C7.76633 19.9057 7.64483 19.977 7.51074 19.9951C7.37668 20.0131 7.24099 19.9763 7.13477 19.8926L1.19043 15.2051C0.973604 15.0341 0.936462 14.7198 1.10742 14.5029C1.27841 14.2861 1.59273 14.2489 1.80957 14.4199L7.34766 18.7871L18.0977 4.20312Z\"\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,qmBACF,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:"M21.08 4.229C21.2294 3.9973 21.5383 3.92963 21.7704 4.07861C22.0025 4.22789 22.0698 4.53781 21.9208 4.77002L12.2782 19.77C12.1289 20.0023 11.8191 20.0696 11.5868 19.9204C11.3545 19.7711 11.2871 19.4613 11.4364 19.229L21.08 4.229ZM17.079 4.229C17.2283 3.99693 17.5382 3.92957 17.7704 4.07861C18.0026 4.2279 18.07 4.53775 17.9208 4.77002L8.27722 19.77C8.19015 19.9053 8.04335 19.9902 7.88269 19.9985C7.72209 20.0067 7.56718 19.9376 7.46667 19.812L2.10925 13.1157C1.937 12.9001 1.97189 12.585 2.18738 12.4126C2.40292 12.2402 2.71796 12.2753 2.8905 12.4907L7.81238 18.6431L17.079 4.229Z",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=\"M21.08 4.229C21.2294 3.9973 21.5383 3.92963 21.7704 4.07861C22.0025 4.22789 22.0698 4.53781 21.9208 4.77002L12.2782 19.77C12.1289 20.0023 11.8191 20.0696 11.5868 19.9204C11.3545 19.7711 11.2871 19.4613 11.4364 19.229L21.08 4.229ZM17.079 4.229C17.2283 3.99693 17.5382 3.92957 17.7704 4.07861C18.0026 4.2279 18.07 4.53775 17.9208 4.77002L8.27722 19.77C8.19015 19.9053 8.04335 19.9902 7.88269 19.9985C7.72209 20.0067 7.56718 19.9376 7.46667 19.812L2.10925 13.1157C1.937 12.9001 1.97189 12.585 2.18738 12.4126C2.40292 12.2402 2.71796 12.2753 2.8905 12.4907L7.81238 18.6431L17.079 4.229Z\"\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,ykBACF,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:"M21.08 4.229C21.2294 3.9973 21.5383 3.92963 21.7704 4.07861C22.0025 4.22789 22.0698 4.53781 21.9208 4.77002L12.2782 19.77C12.1289 20.0023 11.8191 20.0696 11.5868 19.9204C11.3545 19.7711 11.2871 19.4613 11.4364 19.229L21.08 4.229ZM17.079 4.229C17.2283 3.99693 17.5382 3.92957 17.7704 4.07861C18.0026 4.2279 18.07 4.53775 17.9208 4.77002L8.27722 19.77C8.19015 19.9053 8.04335 19.9902 7.88269 19.9985C7.72209 20.0067 7.56718 19.9376 7.46667 19.812L2.10925 13.1157C1.937 12.9001 1.97189 12.585 2.18738 12.4126C2.40292 12.2402 2.71796 12.2753 2.8905 12.4907L7.81238 18.6431L17.079 4.229Z",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=\"M21.08 4.229C21.2294 3.9973 21.5383 3.92963 21.7704 4.07861C22.0025 4.22789 22.0698 4.53781 21.9208 4.77002L12.2782 19.77C12.1289 20.0023 11.8191 20.0696 11.5868 19.9204C11.3545 19.7711 11.2871 19.4613 11.4364 19.229L21.08 4.229ZM17.079 4.229C17.2283 3.99693 17.5382 3.92957 17.7704 4.07861C18.0026 4.2279 18.07 4.53775 17.9208 4.77002L8.27722 19.77C8.19015 19.9053 8.04335 19.9902 7.88269 19.9985C7.72209 20.0067 7.56718 19.9376 7.46667 19.812L2.10925 13.1157C1.937 12.9001 1.97189 12.585 2.18738 12.4126C2.40292 12.2402 2.71796 12.2753 2.8905 12.4907L7.81238 18.6431L17.079 4.229Z\"\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,ykBACF,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:"M18.0762 7.23561C18.2225 7.0015 18.5305 6.93022 18.7647 7.07643C18.9987 7.22278 19.07 7.5308 18.9239 7.7649L13.2989 16.7649C13.1525 16.9988 12.8445 17.0702 12.6104 16.9241C12.3763 16.7778 12.3051 16.4697 12.4512 16.2356L18.0762 7.23561Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M14.0762 7.23561C14.2225 7.0015 14.5305 6.93022 14.7647 7.07643C14.9987 7.22278 15.07 7.5308 14.9239 7.7649L9.29886 16.7649C9.2181 16.894 9.08299 16.9801 8.93168 16.9973C8.78035 17.0146 8.62925 16.9614 8.52152 16.8538L5.14652 13.4788C4.95129 13.2835 4.95136 12.967 5.14652 12.7717C5.34178 12.5765 5.65829 12.5765 5.85355 12.7717L8.78421 15.7024L14.0762 7.23561Z",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=\"M18.0762 7.23561C18.2225 7.0015 18.5305 6.93022 18.7647 7.07643C18.9987 7.22278 19.07 7.5308 18.9239 7.7649L13.2989 16.7649C13.1525 16.9988 12.8445 17.0702 12.6104 16.9241C12.3763 16.7778 12.3051 16.4697 12.4512 16.2356L18.0762 7.23561Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.0762 7.23561C14.2225 7.0015 14.5305 6.93022 14.7647 7.07643C14.9987 7.22278 15.07 7.5308 14.9239 7.7649L9.29886 16.7649C9.2181 16.894 9.08299 16.9801 8.93168 16.9973C8.78035 17.0146 8.62925 16.9614 8.52152 16.8538L5.14652 13.4788C4.95129 13.2835 4.95136 12.967 5.14652 12.7717C5.34178 12.5765 5.65829 12.5765 5.85355 12.7717L8.78421 15.7024L14.0762 7.23561Z\"\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,+OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4WACF,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:"M18.0762 7.23561C18.2225 7.0015 18.5305 6.93022 18.7647 7.07643C18.9987 7.22278 19.07 7.5308 18.9239 7.7649L13.2989 16.7649C13.1525 16.9988 12.8445 17.0702 12.6104 16.9241C12.3763 16.7778 12.3051 16.4697 12.4512 16.2356L18.0762 7.23561Z",fill:"currentColor"}),e.createElement(n,{d:"M14.0762 7.23561C14.2225 7.0015 14.5305 6.93022 14.7647 7.07643C14.9987 7.22278 15.07 7.5308 14.9239 7.7649L9.29886 16.7649C9.2181 16.894 9.08299 16.9801 8.93168 16.9973C8.78035 17.0146 8.62925 16.9614 8.52152 16.8538L5.14652 13.4788C4.95129 13.2835 4.95136 12.967 5.14652 12.7717C5.34178 12.5765 5.65829 12.5765 5.85355 12.7717L8.78421 15.7024L14.0762 7.23561Z",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=\"M18.0762 7.23561C18.2225 7.0015 18.5305 6.93022 18.7647 7.07643C18.9987 7.22278 19.07 7.5308 18.9239 7.7649L13.2989 16.7649C13.1525 16.9988 12.8445 17.0702 12.6104 16.9241C12.3763 16.7778 12.3051 16.4697 12.4512 16.2356L18.0762 7.23561Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.0762 7.23561C14.2225 7.0015 14.5305 6.93022 14.7647 7.07643C14.9987 7.22278 15.07 7.5308 14.9239 7.7649L9.29886 16.7649C9.2181 16.894 9.08299 16.9801 8.93168 16.9973C8.78035 17.0146 8.62925 16.9614 8.52152 16.8538L5.14652 13.4788C4.95129 13.2835 4.95136 12.967 5.14652 12.7717C5.34178 12.5765 5.65829 12.5765 5.85355 12.7717L8.78421 15.7024L14.0762 7.23561Z\"\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,+OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4WACF,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 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,{IconDoupleCheckmark2Small:()=>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:"M14.1239 7.67161C14.3058 7.46386 14.6212 7.44291 14.829 7.62474C15.0366 7.80661 15.0577 8.12207 14.8759 8.32981L7.87588 16.3298C7.78477 16.4338 7.65472 16.4961 7.51651 16.5007C7.37829 16.5053 7.24422 16.452 7.14639 16.3542L4.14639 13.3542C3.95117 13.159 3.95124 12.8425 4.14639 12.6472C4.34165 12.4519 4.65816 12.4519 4.85342 12.6472L7.47549 15.2693L14.1239 7.67161Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M19.1239 7.67161C19.3058 7.46386 19.6212 7.44291 19.829 7.62474C20.0366 7.80661 20.0577 8.12207 19.8759 8.32981L12.8759 16.3298C12.6941 16.5374 12.3786 16.5583 12.1708 16.3767C11.9631 16.1949 11.9422 15.8794 12.1239 15.6716L19.1239 7.67161Z",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=\"M14.1239 7.67161C14.3058 7.46386 14.6212 7.44291 14.829 7.62474C15.0366 7.80661 15.0577 8.12207 14.8759 8.32981L7.87588 16.3298C7.78477 16.4338 7.65472 16.4961 7.51651 16.5007C7.37829 16.5053 7.24422 16.452 7.14639 16.3542L4.14639 13.3542C3.95117 13.159 3.95124 12.8425 4.14639 12.6472C4.34165 12.4519 4.65816 12.4519 4.85342 12.6472L7.47549 15.2693L14.1239 7.67161Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1239 7.67161C19.3058 7.46386 19.6212 7.44291 19.829 7.62474C20.0366 7.80661 20.0577 8.12207 19.8759 8.32981L12.8759 16.3298C12.6941 16.5374 12.3786 16.5583 12.1708 16.3767C11.9631 16.1949 11.9422 15.8794 12.1239 15.6716L19.1239 7.67161Z\"\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,iXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mPACF,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 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:"M14.1239 7.67161C14.3058 7.46386 14.6212 7.44291 14.829 7.62474C15.0366 7.80661 15.0577 8.12207 14.8759 8.32981L7.87588 16.3298C7.78477 16.4338 7.65472 16.4961 7.51651 16.5007C7.37829 16.5053 7.24422 16.452 7.14639 16.3542L4.14639 13.3542C3.95117 13.159 3.95124 12.8425 4.14639 12.6472C4.34165 12.4519 4.65816 12.4519 4.85342 12.6472L7.47549 15.2693L14.1239 7.67161Z",fill:"currentColor"}),e.createElement(n,{d:"M19.1239 7.67161C19.3058 7.46386 19.6212 7.44291 19.829 7.62474C20.0366 7.80661 20.0577 8.12207 19.8759 8.32981L12.8759 16.3298C12.6941 16.5374 12.3786 16.5583 12.1708 16.3767C11.9631 16.1949 11.9422 15.8794 12.1239 15.6716L19.1239 7.67161Z",fill:"currentColor"})),P=a;export{a 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=\"M14.1239 7.67161C14.3058 7.46386 14.6212 7.44291 14.829 7.62474C15.0366 7.80661 15.0577 8.12207 14.8759 8.32981L7.87588 16.3298C7.78477 16.4338 7.65472 16.4961 7.51651 16.5007C7.37829 16.5053 7.24422 16.452 7.14639 16.3542L4.14639 13.3542C3.95117 13.159 3.95124 12.8425 4.14639 12.6472C4.34165 12.4519 4.65816 12.4519 4.85342 12.6472L7.47549 15.2693L14.1239 7.67161Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1239 7.67161C19.3058 7.46386 19.6212 7.44291 19.829 7.62474C20.0366 7.80661 20.0577 8.12207 19.8759 8.32981L12.8759 16.3298C12.6941 16.5374 12.3786 16.5583 12.1708 16.3767C11.9631 16.1949 11.9422 15.8794 12.1239 15.6716L19.1239 7.67161Z\"\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,iXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark2Small","props","React","CentralIconBase","IconDoupleCheckmark2Small_default"]}
|
package/IconPencilLine/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=B(o,n))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var h={};g(h,{IconPencilLine:()=>i,default:()=>d});module.exports=v(h);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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M11.5 21C11.2239 21 11 21.
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=B(o,n))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var h={};g(h,{IconPencilLine:()=>i,default:()=>d});module.exports=v(h);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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z",fill:"currentColor"})),d=i;0&&(module.exports={IconPencilLine});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPencilLine/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 IconPencilLine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 21C11.2239 21 11 21.
|
|
1
|
+
{"version":3,"sources":["../src/IconPencilLine/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 IconPencilLine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilLine;\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,+DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencilLine_exports","__export","IconPencilLine","IconPencilLine_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencilLine","props","React","CentralIconBase","IconPencilLine_default"]}
|
package/IconPencilLine/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z",fill:"currentColor"}),e.createElement(t,{d:"M11.5 21C11.2239 21 11 21.
|
|
1
|
+
import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z",fill:"currentColor"}),e.createElement(t,{d:"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z",fill:"currentColor"})),x=a;export{a as IconPencilLine,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPencilLine/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 IconPencilLine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 21C11.2239 21 11 21.
|
|
1
|
+
{"version":3,"sources":["../src/IconPencilLine/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 IconPencilLine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 1.79285L2 16.7928V22H7.20711L22.2071 6.99995L17 1.79285Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilLine;\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,+DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilLine","props","React","CentralIconBase","IconPencilLine_default"]}
|
package/IconPencilWave/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(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 C of v(o))!I.call(r,C)&&C!==e&&n(r,C,{get:()=>o[C],enumerable:!(p=d(o,C))||p.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconPencilWave:()=>i,default:()=>g});module.exports=x(h);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>c.default.createElement(f.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"),i=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3964 2.39645C16.5917 2.20118 16.9083 2.20118 17.1036 2.39645L20.6036 5.89645C20.7988 6.09171 20.7988 6.40829 20.6036 6.60355L6.35355 20.8536C6.25979 20.9473 6.13261 21 6 21H2.5C2.22386 21 2 20.7761 2 20.5V17C2 16.8674 2.05268 16.7402 2.14645 16.6464L16.3964 2.39645Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M21.5975 18.124C21.5558 18.1805 21.4956 18.2588 21.4177 18.3517C21.2625 18.
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(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 C of v(o))!I.call(r,C)&&C!==e&&n(r,C,{get:()=>o[C],enumerable:!(p=d(o,C))||p.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconPencilWave:()=>i,default:()=>g});module.exports=x(h);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>c.default.createElement(f.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"),i=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3964 2.39645C16.5917 2.20118 16.9083 2.20118 17.1036 2.39645L20.6036 5.89645C20.7988 6.09171 20.7988 6.40829 20.6036 6.60355L6.35355 20.8536C6.25979 20.9473 6.13261 21 6 21H2.5C2.22386 21 2 20.7761 2 20.5V17C2 16.8674 2.05268 16.7402 2.14645 16.6464L16.3964 2.39645Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M21.5975 18.124C21.5558 18.1805 21.4956 18.2588 21.4177 18.3517C21.2625 18.5368 21.0344 18.783 20.7402 19.0301C20.1574 19.5197 19.2758 20.0444 18.1661 20.0444C17.0793 20.0444 16.3051 19.6277 15.6695 19.2636L15.5871 19.2164C14.9733 18.8642 14.539 18.6151 13.9866 18.6151C12.7309 18.6151 11.8393 19.2808 10.8683 20.3382C10.6815 20.5416 10.3652 20.5551 10.1618 20.3683C9.95843 20.1816 9.94494 19.8653 10.1317 19.6619C11.1536 18.549 12.2967 17.6151 13.9866 17.6151C14.8161 17.6151 15.4727 17.9948 16.0335 18.3192C16.0784 18.3452 16.1228 18.3708 16.1665 18.3959C16.7786 18.7465 17.3578 19.0444 18.1661 19.0444C18.9514 19.0444 19.6118 18.672 20.0971 18.2644C20.337 18.0628 20.5246 17.8605 20.6515 17.7091C20.8756 17.4419 21.1296 17.0705 21.5262 17.3332C21.8187 17.527 21.7804 17.8763 21.5975 18.124Z",fill:"currentColor"})),g=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.3964 2.39645C16.5917 2.20118 16.9083 2.20118 17.1036 2.39645L20.6036 5.89645C20.7988 6.09171 20.7988 6.40829 20.6036 6.60355L6.35355 20.8536C6.25979 20.9473 6.13261 21 6 21H2.5C2.22386 21 2 20.7761 2 20.5V17C2 16.8674 2.05268 16.7402 2.14645 16.6464L16.3964 2.39645Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5975 18.124C21.5558 18.1805 21.4956 18.2588 21.4177 18.3517C21.2625 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.3964 2.39645C16.5917 2.20118 16.9083 2.20118 17.1036 2.39645L20.6036 5.89645C20.7988 6.09171 20.7988 6.40829 20.6036 6.60355L6.35355 20.8536C6.25979 20.9473 6.13261 21 6 21H2.5C2.22386 21 2 20.7761 2 20.5V17C2 16.8674 2.05268 16.7402 2.14645 16.6464L16.3964 2.39645Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5975 18.124C21.5558 18.1805 21.4956 18.2588 21.4177 18.3517C21.2625 18.5368 21.0344 18.783 20.7402 19.0301C20.1574 19.5197 19.2758 20.0444 18.1661 20.0444C17.0793 20.0444 16.3051 19.6277 15.6695 19.2636L15.5871 19.2164C14.9733 18.8642 14.539 18.6151 13.9866 18.6151C12.7309 18.6151 11.8393 19.2808 10.8683 20.3382C10.6815 20.5416 10.3652 20.5551 10.1618 20.3683C9.95843 20.1816 9.94494 19.8653 10.1317 19.6619C11.1536 18.549 12.2967 17.6151 13.9866 17.6151C14.8161 17.6151 15.4727 17.9948 16.0335 18.3192C16.0784 18.3452 16.1228 18.3708 16.1665 18.3959C16.7786 18.7465 17.3578 19.0444 18.1661 19.0444C18.9514 19.0444 19.6118 18.672 20.0971 18.2644C20.337 18.0628 20.5246 17.8605 20.6515 17.7091C20.8756 17.4419 21.1296 17.0705 21.5262 17.3332C21.8187 17.527 21.7804 17.8763 21.5975 18.124Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,iRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4xBACF,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 e from"react";import l from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...t})=>l.createElement(p,{...t,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(C,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3964 2.39645C16.5917 2.20118 16.9083 2.20118 17.1036 2.39645L20.6036 5.89645C20.7988 6.09171 20.7988 6.40829 20.6036 6.60355L6.35355 20.8536C6.25979 20.9473 6.13261 21 6 21H2.5C2.22386 21 2 20.7761 2 20.5V17C2 16.8674 2.05268 16.7402 2.14645 16.6464L16.3964 2.39645Z",fill:"currentColor"}),e.createElement(n,{d:"M21.5975 18.124C21.5558 18.1805 21.4956 18.2588 21.4177 18.3517C21.2625 18.
|
|
1
|
+
import e from"react";import l from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...t})=>l.createElement(p,{...t,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(C,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3964 2.39645C16.5917 2.20118 16.9083 2.20118 17.1036 2.39645L20.6036 5.89645C20.7988 6.09171 20.7988 6.40829 20.6036 6.60355L6.35355 20.8536C6.25979 20.9473 6.13261 21 6 21H2.5C2.22386 21 2 20.7761 2 20.5V17C2 16.8674 2.05268 16.7402 2.14645 16.6464L16.3964 2.39645Z",fill:"currentColor"}),e.createElement(n,{d:"M21.5975 18.124C21.5558 18.1805 21.4956 18.2588 21.4177 18.3517C21.2625 18.5368 21.0344 18.783 20.7402 19.0301C20.1574 19.5197 19.2758 20.0444 18.1661 20.0444C17.0793 20.0444 16.3051 19.6277 15.6695 19.2636L15.5871 19.2164C14.9733 18.8642 14.539 18.6151 13.9866 18.6151C12.7309 18.6151 11.8393 19.2808 10.8683 20.3382C10.6815 20.5416 10.3652 20.5551 10.1618 20.3683C9.95843 20.1816 9.94494 19.8653 10.1317 19.6619C11.1536 18.549 12.2967 17.6151 13.9866 17.6151C14.8161 17.6151 15.4727 17.9948 16.0335 18.3192C16.0784 18.3452 16.1228 18.3708 16.1665 18.3959C16.7786 18.7465 17.3578 19.0444 18.1661 19.0444C18.9514 19.0444 19.6118 18.672 20.0971 18.2644C20.337 18.0628 20.5246 17.8605 20.6515 17.7091C20.8756 17.4419 21.1296 17.0705 21.5262 17.3332C21.8187 17.527 21.7804 17.8763 21.5975 18.124Z",fill:"currentColor"})),I=a;export{a as IconPencilWave,I 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.3964 2.39645C16.5917 2.20118 16.9083 2.20118 17.1036 2.39645L20.6036 5.89645C20.7988 6.09171 20.7988 6.40829 20.6036 6.60355L6.35355 20.8536C6.25979 20.9473 6.13261 21 6 21H2.5C2.22386 21 2 20.7761 2 20.5V17C2 16.8674 2.05268 16.7402 2.14645 16.6464L16.3964 2.39645Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5975 18.124C21.5558 18.1805 21.4956 18.2588 21.4177 18.3517C21.2625 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.3964 2.39645C16.5917 2.20118 16.9083 2.20118 17.1036 2.39645L20.6036 5.89645C20.7988 6.09171 20.7988 6.40829 20.6036 6.60355L6.35355 20.8536C6.25979 20.9473 6.13261 21 6 21H2.5C2.22386 21 2 20.7761 2 20.5V17C2 16.8674 2.05268 16.7402 2.14645 16.6464L16.3964 2.39645Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5975 18.124C21.5558 18.1805 21.4956 18.2588 21.4177 18.3517C21.2625 18.5368 21.0344 18.783 20.7402 19.0301C20.1574 19.5197 19.2758 20.0444 18.1661 20.0444C17.0793 20.0444 16.3051 19.6277 15.6695 19.2636L15.5871 19.2164C14.9733 18.8642 14.539 18.6151 13.9866 18.6151C12.7309 18.6151 11.8393 19.2808 10.8683 20.3382C10.6815 20.5416 10.3652 20.5551 10.1618 20.3683C9.95843 20.1816 9.94494 19.8653 10.1317 19.6619C11.1536 18.549 12.2967 17.6151 13.9866 17.6151C14.8161 17.6151 15.4727 17.9948 16.0335 18.3192C16.0784 18.3452 16.1228 18.3708 16.1665 18.3959C16.7786 18.7465 17.3578 19.0444 18.1661 19.0444C18.9514 19.0444 19.6118 18.672 20.0971 18.2644C20.337 18.0628 20.5246 17.8605 20.6515 17.7091C20.8756 17.4419 21.1296 17.0705 21.5262 17.3332C21.8187 17.527 21.7804 17.8763 21.5975 18.124Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,iRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4xBACF,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:"M11.
|
|
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:"M11.9824 5.27438L18.7267 12.0187L21.5382 9.20729C21.9287 8.81677 21.9287 8.1836 21.5382 7.79308L16.208 2.46297C15.8175 2.07244 15.1844 2.07244 14.7938 2.46297L11.9824 5.27438Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M18.2253 12.9324L11.0678 5.7749L6.46316 7.25653C6.12071 7.36671 5.86384 7.65234 5.79048 8.00451L3.29102 20.0019L8.39675 14.8962C8.13463 14.5008 7.98196 14.0265 7.98196 13.5166C7.98196 12.1359 9.10125 11.0166 10.482 11.0166C11.8627 11.0166 12.982 12.1359 12.982 13.5166C12.982 14.8973 11.8627 16.0166 10.482 16.0166C9.9728 16.0166 9.49919 15.8644 9.10415 15.603L3.99785 20.7093L15.9957 18.2097C16.3479 18.1364 16.6335 17.8795 16.7437 17.5371L18.2253 12.9324Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M8.98242 13.5166C8.98242 12.6882 9.65399 12.0166 10.4824 12.0166C11.3108 12.0166 11.9824 12.6882 11.9824 13.5166C11.9824 14.345 11.3108 15.0166 10.4824 15.0166C9.65399 15.0166 8.98242 14.345 8.98242 13.5166Z",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=\"M11.
|
|
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=\"M11.9824 5.27438L18.7267 12.0187L21.5382 9.20729C21.9287 8.81677 21.9287 8.1836 21.5382 7.79308L16.208 2.46297C15.8175 2.07244 15.1844 2.07244 14.7938 2.46297L11.9824 5.27438Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2253 12.9324L11.0678 5.7749L6.46316 7.25653C6.12071 7.36671 5.86384 7.65234 5.79048 8.00451L3.29102 20.0019L8.39675 14.8962C8.13463 14.5008 7.98196 14.0265 7.98196 13.5166C7.98196 12.1359 9.10125 11.0166 10.482 11.0166C11.8627 11.0166 12.982 12.1359 12.982 13.5166C12.982 14.8973 11.8627 16.0166 10.482 16.0166C9.9728 16.0166 9.49919 15.8644 9.10415 15.603L3.99785 20.7093L15.9957 18.2097C16.3479 18.1364 16.6335 17.8795 16.7437 17.5371L18.2253 12.9324Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.98242 13.5166C8.98242 12.6882 9.65399 12.0166 10.4824 12.0166C11.3108 12.0166 11.9824 12.6882 11.9824 13.5166C11.9824 14.345 11.3108 15.0166 10.4824 15.0166C9.65399 15.0166 8.98242 14.345 8.98242 13.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,kLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4cACF,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:"M11.
|
|
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:"M11.9824 5.27438L18.7267 12.0187L21.5382 9.20729C21.9287 8.81677 21.9287 8.1836 21.5382 7.79308L16.208 2.46297C15.8175 2.07244 15.1844 2.07244 14.7938 2.46297L11.9824 5.27438Z",fill:"currentColor"}),o.createElement(e,{d:"M18.2253 12.9324L11.0678 5.7749L6.46316 7.25653C6.12071 7.36671 5.86384 7.65234 5.79048 8.00451L3.29102 20.0019L8.39675 14.8962C8.13463 14.5008 7.98196 14.0265 7.98196 13.5166C7.98196 12.1359 9.10125 11.0166 10.482 11.0166C11.8627 11.0166 12.982 12.1359 12.982 13.5166C12.982 14.8973 11.8627 16.0166 10.482 16.0166C9.9728 16.0166 9.49919 15.8644 9.10415 15.603L3.99785 20.7093L15.9957 18.2097C16.3479 18.1364 16.6335 17.8795 16.7437 17.5371L18.2253 12.9324Z",fill:"currentColor"}),o.createElement(e,{d:"M8.98242 13.5166C8.98242 12.6882 9.65399 12.0166 10.4824 12.0166C11.3108 12.0166 11.9824 12.6882 11.9824 13.5166C11.9824 14.345 11.3108 15.0166 10.4824 15.0166C9.65399 15.0166 8.98242 14.345 8.98242 13.5166Z",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=\"M11.
|
|
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=\"M11.9824 5.27438L18.7267 12.0187L21.5382 9.20729C21.9287 8.81677 21.9287 8.1836 21.5382 7.79308L16.208 2.46297C15.8175 2.07244 15.1844 2.07244 14.7938 2.46297L11.9824 5.27438Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2253 12.9324L11.0678 5.7749L6.46316 7.25653C6.12071 7.36671 5.86384 7.65234 5.79048 8.00451L3.29102 20.0019L8.39675 14.8962C8.13463 14.5008 7.98196 14.0265 7.98196 13.5166C7.98196 12.1359 9.10125 11.0166 10.482 11.0166C11.8627 11.0166 12.982 12.1359 12.982 13.5166C12.982 14.8973 11.8627 16.0166 10.482 16.0166C9.9728 16.0166 9.49919 15.8644 9.10415 15.603L3.99785 20.7093L15.9957 18.2097C16.3479 18.1364 16.6335 17.8795 16.7437 17.5371L18.2253 12.9324Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.98242 13.5166C8.98242 12.6882 9.65399 12.0166 10.4824 12.0166C11.3108 12.0166 11.9824 12.6882 11.9824 13.5166C11.9824 14.345 11.3108 15.0166 10.4824 15.0166C9.65399 15.0166 8.98242 14.345 8.98242 13.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,kLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4cACF,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/IconWriting/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var d={};H(d,{IconWriting:()=>i,default:()=>v});module.exports=P(d);var e=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.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"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M18.
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var d={};H(d,{IconWriting:()=>i,default:()=>v});module.exports=P(d);var e=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.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"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M18.8536 2.14645C18.7598 2.05268 18.6326 2 18.5 2C18.3674 2 18.2402 2.05268 18.1464 2.14645L11.1464 9.14645C11.0527 9.24021 11 9.36739 11 9.5V12.5C11 12.7761 11.2239 13 11.5 13H14.5C14.6326 13 14.7598 12.9473 14.8536 12.8536L21.8536 5.85355C22.0488 5.65829 22.0488 5.34171 21.8536 5.14645L18.8536 2.14645Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z",fill:"currentColor"})),v=i;0&&(module.exports={IconWriting});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconWriting/index.js.map
CHANGED
|
@@ -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.
|
|
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.8536 2.14645C18.7598 2.05268 18.6326 2 18.5 2C18.3674 2 18.2402 2.05268 18.1464 2.14645L11.1464 9.14645C11.0527 9.24021 11 9.36739 11 9.5V12.5C11 12.7761 11.2239 13 11.5 13H14.5C14.6326 13 14.7598 12.9473 14.8536 12.8536L21.8536 5.85355C22.0488 5.65829 22.0488 5.34171 21.8536 5.14645L18.8536 2.14645Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z\"\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,oTACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kYACF,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"]}
|
package/IconWriting/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 t=({children:o,size:r=24,...e})=>p.createElement(l,{...e,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=>C.createElement(t,{...o},C.createElement(n,{d:"M18.
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...e})=>p.createElement(l,{...e,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=>C.createElement(t,{...o},C.createElement(n,{d:"M18.8536 2.14645C18.7598 2.05268 18.6326 2 18.5 2C18.3674 2 18.2402 2.05268 18.1464 2.14645L11.1464 9.14645C11.0527 9.24021 11 9.36739 11 9.5V12.5C11 12.7761 11.2239 13 11.5 13H14.5C14.6326 13 14.7598 12.9473 14.8536 12.8536L21.8536 5.85355C22.0488 5.65829 22.0488 5.34171 21.8536 5.14645L18.8536 2.14645Z",fill:"currentColor"}),C.createElement(n,{d:"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z",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.
|
|
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.8536 2.14645C18.7598 2.05268 18.6326 2 18.5 2C18.3674 2 18.2402 2.05268 18.1464 2.14645L11.1464 9.14645C11.0527 9.24021 11 9.36739 11 9.5V12.5C11 12.7761 11.2239 13 11.5 13H14.5C14.6326 13 14.7598 12.9473 14.8536 12.8536L21.8536 5.85355C22.0488 5.65829 22.0488 5.34171 21.8536 5.14645L18.8536 2.14645Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z\"\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,oTACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kYACF,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
|