@central-icons-react-native/round-filled-radius-2-stroke-2 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.5586 8.1709C15.1005 7.8626 14.4794 7.98355 14.1709 8.44141L10.4727 13.9336L8.70703 12.168C8.31651 11.7774 7.68349 11.7774 7.29297 12.168C6.90244 12.5585 6.90244 13.1915 7.29297 13.582L9.91797 16.207C10.1293 16.4183 10.4243 16.5239 10.7217 16.4951C11.0188 16.4662 11.2873 16.3062 11.4541 16.0586L15.8291 9.55859C16.1374 9.10055 16.0165 8.47937 15.5586 8.1709Z",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.5586 8.1709C15.1005 7.8626 14.4794 7.98355 14.1709 8.44141L10.4727 13.9336L8.70703 12.168C8.31651 11.7774 7.68349 11.7774 7.29297 12.168C6.90244 12.5585 6.90244 13.1915 7.29297 13.582L9.91797 16.207C10.1293 16.4183 10.4243 16.5239 10.7217 16.4951C11.0188 16.4662 11.2873 16.3062 11.4541 16.0586L15.8291 9.55859C16.1374 9.10055 16.0165 8.47937 15.5586 8.1709Z\"\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.5586 8.1709C15.1005 7.8626 14.4794 7.98355 14.1709 8.44141L10.4727 13.9336L8.70703 12.168C8.31651 11.7774 7.68349 11.7774 7.29297 12.168C6.90244 12.5585 6.90244 13.1915 7.29297 13.582L9.91797 16.207C10.1293 16.4183 10.4243 16.5239 10.7217 16.4951C11.0188 16.4662 11.2873 16.3062 11.4541 16.0586L15.8291 9.55859C16.1374 9.10055 16.0165 8.47937 15.5586 8.1709Z",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.5586 8.1709C15.1005 7.8626 14.4794 7.98355 14.1709 8.44141L10.4727 13.9336L8.70703 12.168C8.31651 11.7774 7.68349 11.7774 7.29297 12.168C6.90244 12.5585 6.90244 13.1915 7.29297 13.582L9.91797 16.207C10.1293 16.4183 10.4243 16.5239 10.7217 16.4951C11.0188 16.4662 11.2873 16.3062 11.4541 16.0586L15.8291 9.55859C16.1374 9.10055 16.0165 8.47937 15.5586 8.1709Z\"\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.197 4.40337C17.5264 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1319 5.15348 18.8024 5.59673L8.39716 19.5967C8.23645 19.8129 7.99518 19.9552 7.72822 19.9913C7.46126 20.0272 7.19041 19.9541 6.97822 19.7881L1.38349 15.4131C0.948711 15.0729 0.871547 14.4438 1.21162 14.0088C1.55174 13.5739 2.18087 13.497 2.61591 13.837L7.40302 17.5801L17.197 4.40337Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M21.197 4.40337C21.5264 3.96026 22.1532 3.86815 22.5964 4.19732C23.0396 4.52678 23.1319 5.15349 22.8024 5.59673L12.3972 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4624 18.8465 10.7917 18.4034L21.197 4.40337Z",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.197 4.40337C17.5264 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1319 5.15348 18.8024 5.59673L8.39716 19.5967C8.23645 19.8129 7.99518 19.9552 7.72822 19.9913C7.46126 20.0272 7.19041 19.9541 6.97822 19.7881L1.38349 15.4131C0.948711 15.0729 0.871547 14.4438 1.21162 14.0088C1.55174 13.5739 2.18087 13.497 2.61591 13.837L7.40302 17.5801L17.197 4.40337Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.197 4.40337C21.5264 3.96026 22.1532 3.86815 22.5964 4.19732C23.0396 4.52678 23.1319 5.15349 22.8024 5.59673L12.3972 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4624 18.8465 10.7917 18.4034L21.197 4.40337Z\"\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,kXACF,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.197 4.40337C17.5264 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1319 5.15348 18.8024 5.59673L8.39716 19.5967C8.23645 19.8129 7.99518 19.9552 7.72822 19.9913C7.46126 20.0272 7.19041 19.9541 6.97822 19.7881L1.38349 15.4131C0.948711 15.0729 0.871547 14.4438 1.21162 14.0088C1.55174 13.5739 2.18087 13.497 2.61591 13.837L7.40302 17.5801L17.197 4.40337Z",fill:"currentColor"}),e.createElement(n,{d:"M21.197 4.40337C21.5264 3.96026 22.1532 3.86815 22.5964 4.19732C23.0396 4.52678 23.1319 5.15349 22.8024 5.59673L12.3972 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4624 18.8465 10.7917 18.4034L21.197 4.40337Z",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.197 4.40337C17.5264 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1319 5.15348 18.8024 5.59673L8.39716 19.5967C8.23645 19.8129 7.99518 19.9552 7.72822 19.9913C7.46126 20.0272 7.19041 19.9541 6.97822 19.7881L1.38349 15.4131C0.948711 15.0729 0.871547 14.4438 1.21162 14.0088C1.55174 13.5739 2.18087 13.497 2.61591 13.837L7.40302 17.5801L17.197 4.40337Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.197 4.40337C21.5264 3.96026 22.1532 3.86815 22.5964 4.19732C23.0396 4.52678 23.1319 5.15349 22.8024 5.59673L12.3972 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4624 18.8465 10.7917 18.4034L21.197 4.40337Z\"\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,kXACF,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 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,{IconDoupleCheckmark1:()=>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:"M16.1589 4.45874C16.4576 3.99451 17.0763 3.86052 17.5407 4.15893C18.005 4.45767 18.1391 5.07631 17.8406 5.54077L8.84055 19.5408C8.66641 19.8112 8.37275 19.9821 8.05149 19.9988C7.73009 20.0153 7.41953 19.8761 7.21848 19.6248L2.21848 13.3748C1.87364 12.9436 1.94378 12.3135 2.37473 11.9685C2.80596 11.6235 3.43596 11.6936 3.78098 12.1248L7.91086 17.2878L16.1589 4.45874Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M20.1589 4.45874C20.4576 3.99451 21.0763 3.86052 21.5407 4.15893C22.005 4.45767 22.1391 5.07631 21.8406 5.54077L12.8406 19.5408C12.5417 20.0048 11.9231 20.1391 11.4587 19.8406C10.9947 19.5418 10.8606 18.9231 11.1589 18.4587L20.1589 4.45874Z",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=\"M16.1589 4.45874C16.4576 3.99451 17.0763 3.86052 17.5407 4.15893C18.005 4.45767 18.1391 5.07631 17.8406 5.54077L8.84055 19.5408C8.66641 19.8112 8.37275 19.9821 8.05149 19.9988C7.73009 20.0153 7.41953 19.8761 7.21848 19.6248L2.21848 13.3748C1.87364 12.9436 1.94378 12.3135 2.37473 11.9685C2.80596 11.6235 3.43596 11.6936 3.78098 12.1248L7.91086 17.2878L16.1589 4.45874Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.1589 4.45874C20.4576 3.99451 21.0763 3.86052 21.5407 4.15893C22.005 4.45767 22.1391 5.07631 21.8406 5.54077L12.8406 19.5408C12.5417 20.0048 11.9231 20.1391 11.4587 19.8406C10.9947 19.5418 10.8606 18.9231 11.1589 18.4587L20.1589 4.45874Z\"\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,mXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDoupleCheckmark1_exports","__export","IconDoupleCheckmark1","IconDoupleCheckmark1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDoupleCheckmark1","props","React","CentralIconBase","IconDoupleCheckmark1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import 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:"M16.1589 4.45874C16.4576 3.99451 17.0763 3.86052 17.5407 4.15893C18.005 4.45767 18.1391 5.07631 17.8406 5.54077L8.84055 19.5408C8.66641 19.8112 8.37275 19.9821 8.05149 19.9988C7.73009 20.0153 7.41953 19.8761 7.21848 19.6248L2.21848 13.3748C1.87364 12.9436 1.94378 12.3135 2.37473 11.9685C2.80596 11.6235 3.43596 11.6936 3.78098 12.1248L7.91086 17.2878L16.1589 4.45874Z",fill:"currentColor"}),e.createElement(n,{d:"M20.1589 4.45874C20.4576 3.99451 21.0763 3.86052 21.5407 4.15893C22.005 4.45767 22.1391 5.07631 21.8406 5.54077L12.8406 19.5408C12.5417 20.0048 11.9231 20.1391 11.4587 19.8406C10.9947 19.5418 10.8606 18.9231 11.1589 18.4587L20.1589 4.45874Z",fill:"currentColor"})),P=a;export{a 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=\"M16.1589 4.45874C16.4576 3.99451 17.0763 3.86052 17.5407 4.15893C18.005 4.45767 18.1391 5.07631 17.8406 5.54077L8.84055 19.5408C8.66641 19.8112 8.37275 19.9821 8.05149 19.9988C7.73009 20.0153 7.41953 19.8761 7.21848 19.6248L2.21848 13.3748C1.87364 12.9436 1.94378 12.3135 2.37473 11.9685C2.80596 11.6235 3.43596 11.6936 3.78098 12.1248L7.91086 17.2878L16.1589 4.45874Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.1589 4.45874C20.4576 3.99451 21.0763 3.86052 21.5407 4.15893C22.005 4.45767 22.1391 5.07631 21.8406 5.54077L12.8406 19.5408C12.5417 20.0048 11.9231 20.1391 11.4587 19.8406C10.9947 19.5418 10.8606 18.9231 11.1589 18.4587L20.1589 4.45874Z\"\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,mXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mPACF,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.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z",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.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z\"\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,gXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iPACF,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.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z",fill:"currentColor"}),e.createElement(n,{d:"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z",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.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z\"\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,gXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iPACF,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:"M13.7472 7.34171C14.1108 6.92619 14.7427 6.88363 15.1584 7.24698C15.5738 7.61057 15.6164 8.2425 15.2531 8.65811L8.2531 16.6581C8.07086 16.8664 7.80995 16.9897 7.53337 16.9989C7.25681 17.0081 6.98882 16.9026 6.79313 16.7069L3.79313 13.7069C3.40261 13.3164 3.40262 12.6834 3.79313 12.2929C4.18366 11.9024 4.81667 11.9024 5.2072 12.2929L7.45134 14.537L13.7472 7.34171Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M18.7472 7.34171C19.1108 6.92619 19.7427 6.88363 20.1584 7.24698C20.5738 7.61057 20.6164 8.2425 20.2531 8.65811L13.2531 16.6581C12.8895 17.0736 12.2576 17.1161 11.842 16.7528C11.4264 16.3893 11.3839 15.7573 11.7472 15.3417L18.7472 7.34171Z",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.7472 7.34171C14.1108 6.92619 14.7427 6.88363 15.1584 7.24698C15.5738 7.61057 15.6164 8.2425 15.2531 8.65811L8.2531 16.6581C8.07086 16.8664 7.80995 16.9897 7.53337 16.9989C7.25681 17.0081 6.98882 16.9026 6.79313 16.7069L3.79313 13.7069C3.40261 13.3164 3.40262 12.6834 3.79313 12.2929C4.18366 11.9024 4.81667 11.9024 5.2072 12.2929L7.45134 14.537L13.7472 7.34171Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.7472 7.34171C19.1108 6.92619 19.7427 6.88363 20.1584 7.24698C20.5738 7.61057 20.6164 8.2425 20.2531 8.65811L13.2531 16.6581C12.8895 17.0736 12.2576 17.1161 11.842 16.7528C11.4264 16.3893 11.3839 15.7573 11.7472 15.3417L18.7472 7.34171Z\"\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,gXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,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:"M13.7472 7.34171C14.1108 6.92619 14.7427 6.88363 15.1584 7.24698C15.5738 7.61057 15.6164 8.2425 15.2531 8.65811L8.2531 16.6581C8.07086 16.8664 7.80995 16.9897 7.53337 16.9989C7.25681 17.0081 6.98882 16.9026 6.79313 16.7069L3.79313 13.7069C3.40261 13.3164 3.40262 12.6834 3.79313 12.2929C4.18366 11.9024 4.81667 11.9024 5.2072 12.2929L7.45134 14.537L13.7472 7.34171Z",fill:"currentColor"}),e.createElement(n,{d:"M18.7472 7.34171C19.1108 6.92619 19.7427 6.88363 20.1584 7.24698C20.5738 7.61057 20.6164 8.2425 20.2531 8.65811L13.2531 16.6581C12.8895 17.0736 12.2576 17.1161 11.842 16.7528C11.4264 16.3893 11.3839 15.7573 11.7472 15.3417L18.7472 7.34171Z",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=\"M13.7472 7.34171C14.1108 6.92619 14.7427 6.88363 15.1584 7.24698C15.5738 7.61057 15.6164 8.2425 15.2531 8.65811L8.2531 16.6581C8.07086 16.8664 7.80995 16.9897 7.53337 16.9989C7.25681 17.0081 6.98882 16.9026 6.79313 16.7069L3.79313 13.7069C3.40261 13.3164 3.40262 12.6834 3.79313 12.2929C4.18366 11.9024 4.81667 11.9024 5.2072 12.2929L7.45134 14.537L13.7472 7.34171Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.7472 7.34171C19.1108 6.92619 19.7427 6.88363 20.1584 7.24698C20.5738 7.61057 20.6164 8.2425 20.2531 8.65811L13.2531 16.6581C12.8895 17.0736 12.2576 17.1161 11.842 16.7528C11.4264 16.3893 11.3839 15.7573 11.7472 15.3417L18.7472 7.34171Z\"\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,gXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,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,l)=>{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:!(l=B(o,n))||l.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 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"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M15.3787 2.70705C16.5503 1.53548 18.4497 1.
|
|
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,l)=>{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:!(l=B(o,n))||l.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 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"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M15.3787 2.70705C16.5503 1.53548 18.4497 1.53547 19.6213 2.70705L21.2929 4.37863C22.4645 5.55021 22.4645 7.44971 21.2929 8.62128L8.79289 21.1213C8.23028 21.6839 7.46722 22 6.67157 22H3C2.44772 22 2 21.5523 2 21V17.3284C2 16.5328 2.31607 15.7697 2.87868 15.2071L15.3787 2.70705Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M14 20C13.4477 20 13 20.4477 13 21C13 21.5523 13.4477 22 14 22H21C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20H14Z",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=\"M15.3787 2.70705C16.5503 1.53548 18.4497 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=\"M15.3787 2.70705C16.5503 1.53548 18.4497 1.53547 19.6213 2.70705L21.2929 4.37863C22.4645 5.55021 22.4645 7.44971 21.2929 8.62128L8.79289 21.1213C8.23028 21.6839 7.46722 22 6.67157 22H3C2.44772 22 2 21.5523 2 21V17.3284C2 16.5328 2.31607 15.7697 2.87868 15.2071L15.3787 2.70705Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 20C13.4477 20 13 20.4477 13 21C13 21.5523 13.4477 22 14 22H21C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20H14Z\"\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,wRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,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 p from"react";import{Svg as l}from"react-native-svg";var n=({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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M15.3787 2.70705C16.5503 1.53548 18.4497 1.
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M15.3787 2.70705C16.5503 1.53548 18.4497 1.53547 19.6213 2.70705L21.2929 4.37863C22.4645 5.55021 22.4645 7.44971 21.2929 8.62128L8.79289 21.1213C8.23028 21.6839 7.46722 22 6.67157 22H3C2.44772 22 2 21.5523 2 21V17.3284C2 16.5328 2.31607 15.7697 2.87868 15.2071L15.3787 2.70705Z",fill:"currentColor"}),e.createElement(t,{d:"M14 20C13.4477 20 13 20.4477 13 21C13 21.5523 13.4477 22 14 22H21C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20H14Z",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=\"M15.3787 2.70705C16.5503 1.53548 18.4497 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=\"M15.3787 2.70705C16.5503 1.53548 18.4497 1.53547 19.6213 2.70705L21.2929 4.37863C22.4645 5.55021 22.4645 7.44971 21.2929 8.62128L8.79289 21.1213C8.23028 21.6839 7.46722 22 6.67157 22H3C2.44772 22 2 21.5523 2 21V17.3284C2 16.5328 2.31607 15.7697 2.87868 15.2071L15.3787 2.70705Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 20C13.4477 20 13 20.4477 13 21C13 21.5523 13.4477 22 14 22H21C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20H14Z\"\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,wRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,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 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 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 I(o))!x.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var d={};g(d,{IconPencilWave:()=>i,default:()=>L});module.exports=v(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"),i=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M19.1213 3.70681C17.9497 2.53523 16.0503 2.53523 14.8787 3.7068L2.87868 15.7068C2.31607 16.2694 2 17.0325 2 17.8281V19.9997C2 20.552 2.44772 20.9997 3 20.9997H5.17157C5.96722 20.9997 6.73028 20.6836 7.29289 20.121L19.2929 8.12102C20.4645 6.94945 20.4645 5.04995 19.2929 3.87838L19.1213 3.70681Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.
|
|
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 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 I(o))!x.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var d={};g(d,{IconPencilWave:()=>i,default:()=>L});module.exports=v(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"),i=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M19.1213 3.70681C17.9497 2.53523 16.0503 2.53523 14.8787 3.7068L2.87868 15.7068C2.31607 16.2694 2 17.0325 2 17.8281V19.9997C2 20.552 2.44772 20.9997 3 20.9997H5.17157C5.96722 20.9997 6.73028 20.6836 7.29289 20.121L19.2929 8.12102C20.4645 6.94945 20.4645 5.04995 19.2929 3.87838L19.1213 3.70681Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.6009 16.9337 21.2418 16.8876 21.6537 17.2434C22.1297 17.6545 22.0719 18.3189 21.6709 18.7487Z",fill:"currentColor"})),L=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 d=\"M19.1213 3.70681C17.9497 2.53523 16.0503 2.53523 14.8787 3.7068L2.87868 15.7068C2.31607 16.2694 2 17.0325 2 17.8281V19.9997C2 20.552 2.44772 20.9997 3 20.9997H5.17157C5.96722 20.9997 6.73028 20.6836 7.29289 20.121L19.2929 8.12102C20.4645 6.94945 20.4645 5.04995 19.2929 3.87838L19.1213 3.70681Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.
|
|
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=\"M19.1213 3.70681C17.9497 2.53523 16.0503 2.53523 14.8787 3.7068L2.87868 15.7068C2.31607 16.2694 2 17.0325 2 17.8281V19.9997C2 20.552 2.44772 20.9997 3 20.9997H5.17157C5.96722 20.9997 6.73028 20.6836 7.29289 20.121L19.2929 8.12102C20.4645 6.94945 20.4645 5.04995 19.2929 3.87838L19.1213 3.70681Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.6009 16.9337 21.2418 16.8876 21.6537 17.2434C22.1297 17.6545 22.0719 18.3189 21.6709 18.7487Z\"\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,ySACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0yBACF,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:"M19.1213 3.70681C17.9497 2.53523 16.0503 2.53523 14.8787 3.7068L2.87868 15.7068C2.31607 16.2694 2 17.0325 2 17.8281V19.9997C2 20.552 2.44772 20.9997 3 20.9997H5.17157C5.96722 20.9997 6.73028 20.6836 7.29289 20.121L19.2929 8.12102C20.4645 6.94945 20.4645 5.04995 19.2929 3.87838L19.1213 3.70681Z",fill:"currentColor"}),C.createElement(t,{d:"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.
|
|
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:"M19.1213 3.70681C17.9497 2.53523 16.0503 2.53523 14.8787 3.7068L2.87868 15.7068C2.31607 16.2694 2 17.0325 2 17.8281V19.9997C2 20.552 2.44772 20.9997 3 20.9997H5.17157C5.96722 20.9997 6.73028 20.6836 7.29289 20.121L19.2929 8.12102C20.4645 6.94945 20.4645 5.04995 19.2929 3.87838L19.1213 3.70681Z",fill:"currentColor"}),C.createElement(t,{d:"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.6009 16.9337 21.2418 16.8876 21.6537 17.2434C22.1297 17.6545 22.0719 18.3189 21.6709 18.7487Z",fill:"currentColor"})),x=a;export{a as IconPencilWave,x 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=\"M19.1213 3.70681C17.9497 2.53523 16.0503 2.53523 14.8787 3.7068L2.87868 15.7068C2.31607 16.2694 2 17.0325 2 17.8281V19.9997C2 20.552 2.44772 20.9997 3 20.9997H5.17157C5.96722 20.9997 6.73028 20.6836 7.29289 20.121L19.2929 8.12102C20.4645 6.94945 20.4645 5.04995 19.2929 3.87838L19.1213 3.70681Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.
|
|
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=\"M19.1213 3.70681C17.9497 2.53523 16.0503 2.53523 14.8787 3.7068L2.87868 15.7068C2.31607 16.2694 2 17.0325 2 17.8281V19.9997C2 20.552 2.44772 20.9997 3 20.9997H5.17157C5.96722 20.9997 6.73028 20.6836 7.29289 20.121L19.2929 8.12102C20.4645 6.94945 20.4645 5.04995 19.2929 3.87838L19.1213 3.70681Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.6009 16.9337 21.2418 16.8876 21.6537 17.2434C22.1297 17.6545 22.0719 18.3189 21.6709 18.7487Z\"\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,ySACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0yBACF,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 n=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)n(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&&n(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?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconWrite1:()=>c,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),L=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>C.default.createElement(L,{...r},C.default.createElement(p.Path,{d:"
|
|
1
|
+
"use strict";var i=Object.create;var n=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)n(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&&n(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?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconWrite1:()=>c,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),L=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>C.default.createElement(L,{...r},C.default.createElement(p.Path,{d:"M12 4.58573L19.4144 11.9998L20.7927 10.6215C21.9642 9.4499 21.9642 7.55041 20.7927 6.37884L17.6211 3.20726C16.4495 2.03569 14.55 2.03569 13.3785 3.20726L12 4.58573Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M18.4032 13.817L10.1827 5.59689L7.20519 6.67961C6.22865 7.03472 5.50541 7.86987 5.29348 8.88713L3.08203 19.5021L8.15387 14.4302C8.04271 14.1472 7.98166 13.839 7.98166 13.5166C7.98166 12.1359 9.10095 11.0166 10.4817 11.0166C11.8624 11.0166 12.9817 12.1359 12.9817 13.5166C12.9817 14.8973 11.8624 16.0166 10.4817 16.0166C10.1592 16.0166 9.85109 15.9556 9.56811 15.8444L4.49378 20.9188L15.1128 18.7065C16.1301 18.4945 16.9652 17.7713 17.3203 16.7947L18.4032 13.817Z",fill:"currentColor"})),v=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=\"
|
|
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.58573L19.4144 11.9998L20.7927 10.6215C21.9642 9.4499 21.9642 7.55041 20.7927 6.37884L17.6211 3.20726C16.4495 2.03569 14.55 2.03569 13.3785 3.20726L12 4.58573Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4032 13.817L10.1827 5.59689L7.20519 6.67961C6.22865 7.03472 5.50541 7.86987 5.29348 8.88713L3.08203 19.5021L8.15387 14.4302C8.04271 14.1472 7.98166 13.839 7.98166 13.5166C7.98166 12.1359 9.10095 11.0166 10.4817 11.0166C11.8624 11.0166 12.9817 12.1359 12.9817 13.5166C12.9817 14.8973 11.8624 16.0166 10.4817 16.0166C10.1592 16.0166 9.85109 15.9556 9.56811 15.8444L4.49378 20.9188L15.1128 18.7065C16.1301 18.4945 16.9652 17.7713 17.3203 16.7947L18.4032 13.817Z\"\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,uKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,idACF,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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=>t.createElement(e,{...o},t.createElement(n,{d:"
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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=>t.createElement(e,{...o},t.createElement(n,{d:"M12 4.58573L19.4144 11.9998L20.7927 10.6215C21.9642 9.4499 21.9642 7.55041 20.7927 6.37884L17.6211 3.20726C16.4495 2.03569 14.55 2.03569 13.3785 3.20726L12 4.58573Z",fill:"currentColor"}),t.createElement(n,{d:"M18.4032 13.817L10.1827 5.59689L7.20519 6.67961C6.22865 7.03472 5.50541 7.86987 5.29348 8.88713L3.08203 19.5021L8.15387 14.4302C8.04271 14.1472 7.98166 13.839 7.98166 13.5166C7.98166 12.1359 9.10095 11.0166 10.4817 11.0166C11.8624 11.0166 12.9817 12.1359 12.9817 13.5166C12.9817 14.8973 11.8624 16.0166 10.4817 16.0166C10.1592 16.0166 9.85109 15.9556 9.56811 15.8444L4.49378 20.9188L15.1128 18.7065C16.1301 18.4945 16.9652 17.7713 17.3203 16.7947L18.4032 13.817Z",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=\"
|
|
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.58573L19.4144 11.9998L20.7927 10.6215C21.9642 9.4499 21.9642 7.55041 20.7927 6.37884L17.6211 3.20726C16.4495 2.03569 14.55 2.03569 13.3785 3.20726L12 4.58573Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4032 13.817L10.1827 5.59689L7.20519 6.67961C6.22865 7.03472 5.50541 7.86987 5.29348 8.88713L3.08203 19.5021L8.15387 14.4302C8.04271 14.1472 7.98166 13.839 7.98166 13.5166C7.98166 12.1359 9.10095 11.0166 10.4817 11.0166C11.8624 11.0166 12.9817 12.1359 12.9817 13.5166C12.9817 14.8973 11.8624 16.0166 10.4817 16.0166C10.1592 16.0166 9.85109 15.9556 9.56811 15.8444L4.49378 20.9188L15.1128 18.7065C16.1301 18.4945 16.9652 17.7713 17.3203 16.7947L18.4032 13.817Z\"\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,uKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,idACF,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 t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!x.call(r,C)&&C!==t&&n(r,C,{get:()=>o[C],enumerable:!(l=B(o,C))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,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,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M20.1213 3.70703C18.9497 2.53547 17.0503 2.53548 15.8787 3.70705L11.8787 7.70706C11.3161 8.26967 11 9.03273 11 9.82838V12C11 12.5523 11.4477 13 12 13H14.1716C14.9672 13 15.7303 12.6839 16.2929 12.1213L20.2929 8.12123C21.4645 6.94964 21.4645 5.05015 20.2929 3.87858L20.1213 3.70703Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M6 11C4.34315 11 3 12.3431 3 14C3 15.
|
|
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 t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!x.call(r,C)&&C!==t&&n(r,C,{get:()=>o[C],enumerable:!(l=B(o,C))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,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,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M20.1213 3.70703C18.9497 2.53547 17.0503 2.53548 15.8787 3.70705L11.8787 7.70706C11.3161 8.26967 11 9.03273 11 9.82838V12C11 12.5523 11.4477 13 12 13H14.1716C14.9672 13 15.7303 12.6839 16.2929 12.1213L20.2929 8.12123C21.4645 6.94964 21.4645 5.05015 20.2929 3.87858L20.1213 3.70703Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M6 11C4.34315 11 3 12.3431 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3431 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4477 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11H6Z",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=\"M20.1213 3.70703C18.9497 2.53547 17.0503 2.53548 15.8787 3.70705L11.8787 7.70706C11.3161 8.26967 11 9.03273 11 9.82838V12C11 12.5523 11.4477 13 12 13H14.1716C14.9672 13 15.7303 12.6839 16.2929 12.1213L20.2929 8.12123C21.4645 6.94964 21.4645 5.05015 20.2929 3.87858L20.1213 3.70703Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 11C4.34315 11 3 12.3431 3 14C3 15.
|
|
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=\"M20.1213 3.70703C18.9497 2.53547 17.0503 2.53548 15.8787 3.70705L11.8787 7.70706C11.3161 8.26967 11 9.03273 11 9.82838V12C11 12.5523 11.4477 13 12 13H14.1716C14.9672 13 15.7303 12.6839 16.2929 12.1213L20.2929 8.12123C21.4645 6.94964 21.4645 5.05015 20.2929 3.87858L20.1213 3.70703Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 11C4.34315 11 3 12.3431 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3431 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4477 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11H6Z\"\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,4RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4VACF,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({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=>t.createElement(C,{...o},t.createElement(n,{d:"M20.1213 3.70703C18.9497 2.53547 17.0503 2.53548 15.8787 3.70705L11.8787 7.70706C11.3161 8.26967 11 9.03273 11 9.82838V12C11 12.5523 11.4477 13 12 13H14.1716C14.9672 13 15.7303 12.6839 16.2929 12.1213L20.2929 8.12123C21.4645 6.94964 21.4645 5.05015 20.2929 3.87858L20.1213 3.70703Z",fill:"currentColor"}),t.createElement(n,{d:"M6 11C4.34315 11 3 12.3431 3 14C3 15.
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({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=>t.createElement(C,{...o},t.createElement(n,{d:"M20.1213 3.70703C18.9497 2.53547 17.0503 2.53548 15.8787 3.70705L11.8787 7.70706C11.3161 8.26967 11 9.03273 11 9.82838V12C11 12.5523 11.4477 13 12 13H14.1716C14.9672 13 15.7303 12.6839 16.2929 12.1213L20.2929 8.12123C21.4645 6.94964 21.4645 5.05015 20.2929 3.87858L20.1213 3.70703Z",fill:"currentColor"}),t.createElement(n,{d:"M6 11C4.34315 11 3 12.3431 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3431 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4477 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11H6Z",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=\"M20.1213 3.70703C18.9497 2.53547 17.0503 2.53548 15.8787 3.70705L11.8787 7.70706C11.3161 8.26967 11 9.03273 11 9.82838V12C11 12.5523 11.4477 13 12 13H14.1716C14.9672 13 15.7303 12.6839 16.2929 12.1213L20.2929 8.12123C21.4645 6.94964 21.4645 5.05015 20.2929 3.87858L20.1213 3.70703Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 11C4.34315 11 3 12.3431 3 14C3 15.
|
|
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=\"M20.1213 3.70703C18.9497 2.53547 17.0503 2.53548 15.8787 3.70705L11.8787 7.70706C11.3161 8.26967 11 9.03273 11 9.82838V12C11 12.5523 11.4477 13 12 13H14.1716C14.9672 13 15.7303 12.6839 16.2929 12.1213L20.2929 8.12123C21.4645 6.94964 21.4645 5.05015 20.2929 3.87858L20.1213 3.70703Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 11C4.34315 11 3 12.3431 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3431 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4477 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11H6Z\"\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,4RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4VACF,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
|