@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.41 → 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDoupleCheckmark2Small: FC<CentralIconBaseProps>;
4
+ export default IconDoupleCheckmark2Small;
@@ -0,0 +1,2 @@
1
+ "use strict";var 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.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 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.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 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,+WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iPACF,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.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z",fill:"currentColor"}),e.createElement(n,{d:"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 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.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 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,+WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark2Small","props","React","CentralIconBase","IconDoupleCheckmark2Small_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var 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:"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.166 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6724 11.7268 20.2312C11.3475 20.6326 10.7146 20.6505 10.3132 20.2712C9.91176 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.166 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z",fill:"currentColor"})),L=i;0&&(module.exports={IconPencilWave});
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:"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.1661 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6725 11.7268 20.2312C11.3475 20.6326 10.7146 20.6506 10.3132 20.2712C9.91177 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.1661 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z",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=\"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.166 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6724 11.7268 20.2312C11.3475 20.6326 10.7146 20.6505 10.3132 20.2712C9.91176 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.166 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z\"\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,6QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iyBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencilWave_exports","__export","IconPencilWave","IconPencilWave_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
1
+ {"version":3,"sources":["../src/IconPencilWave/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPencilWave: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.1661 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6725 11.7268 20.2312C11.3475 20.6326 10.7146 20.6506 10.3132 20.2712C9.91177 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.1661 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z\"\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,6QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,myBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencilWave_exports","__export","IconPencilWave","IconPencilWave_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
@@ -1,2 +1,2 @@
1
- import 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:"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z",fill:"currentColor"}),C.createElement(t,{d:"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.166 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6724 11.7268 20.2312C11.3475 20.6326 10.7146 20.6505 10.3132 20.2712C9.91176 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.166 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z",fill:"currentColor"})),x=a;export{a as IconPencilWave,x as default};
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:"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z",fill:"currentColor"}),C.createElement(t,{d:"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.1661 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6725 11.7268 20.2312C11.3475 20.6326 10.7146 20.6506 10.3132 20.2712C9.91177 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.1661 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z",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=\"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.166 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6724 11.7268 20.2312C11.3475 20.6326 10.7146 20.6505 10.3132 20.2712C9.91176 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.166 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z\"\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,6QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iyBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
1
+ {"version":3,"sources":["../src/IconPencilWave/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPencilWave: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.1661 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6725 11.7268 20.2312C11.3475 20.6326 10.7146 20.6506 10.3132 20.2712C9.91177 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.1661 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z\"\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,6QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,myBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var i=Object.create;var 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:"M11.9994 4.58627L19.4138 12.0003L22.2068 9.20726C22.5974 8.81673 22.5974 8.18357 22.2068 7.79305L16.2068 1.79305C15.8163 1.40252 15.1831 1.40252 14.7926 1.79305L11.9994 4.58627Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M18.4029 13.8178L10.1819 5.59719L6.15798 7.06042C5.83247 7.17879 5.59139 7.45717 5.52074 7.79626L3.08203 19.5021L8.15387 14.4302C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z",fill:"currentColor"})),v=c;0&&(module.exports={IconWrite1});
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.58627L19.4144 12.0003L22.2074 9.20726C22.598 8.81673 22.598 8.18357 22.2074 7.79305L16.2074 1.79305C15.8169 1.40252 15.1838 1.40252 14.7932 1.79305L12 4.58627Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M18.4029 13.8178L10.1819 5.5972L6.15798 7.06043C5.83247 7.1788 5.59139 7.45718 5.52074 7.79627L3.08203 19.5021L8.15387 14.4303C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z",fill:"currentColor"})),v=c;0&&(module.exports={IconWrite1});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9994 4.58627L19.4138 12.0003L22.2068 9.20726C22.5974 8.81673 22.5974 8.18357 22.2068 7.79305L16.2068 1.79305C15.8163 1.40252 15.1831 1.40252 14.7926 1.79305L11.9994 4.58627Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4029 13.8178L10.1819 5.59719L6.15798 7.06042C5.83247 7.17879 5.59139 7.45717 5.52074 7.79626L3.08203 19.5021L8.15387 14.4302C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z\"\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,oLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kdACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWrite1_exports","__export","IconWrite1","IconWrite1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
1
+ {"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4.58627L19.4144 12.0003L22.2074 9.20726C22.598 8.81673 22.598 8.18357 22.2074 7.79305L16.2074 1.79305C15.8169 1.40252 15.1838 1.40252 14.7932 1.79305L12 4.58627Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4029 13.8178L10.1819 5.5972L6.15798 7.06043C5.83247 7.1788 5.59139 7.45718 5.52074 7.79627L3.08203 19.5021L8.15387 14.4303C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z\"\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,wKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gdACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWrite1_exports","__export","IconWrite1","IconWrite1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
@@ -1,2 +1,2 @@
1
- import 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:"M11.9994 4.58627L19.4138 12.0003L22.2068 9.20726C22.5974 8.81673 22.5974 8.18357 22.2068 7.79305L16.2068 1.79305C15.8163 1.40252 15.1831 1.40252 14.7926 1.79305L11.9994 4.58627Z",fill:"currentColor"}),t.createElement(n,{d:"M18.4029 13.8178L10.1819 5.59719L6.15798 7.06042C5.83247 7.17879 5.59139 7.45717 5.52074 7.79626L3.08203 19.5021L8.15387 14.4302C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z",fill:"currentColor"})),x=a;export{a as IconWrite1,x as default};
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.58627L19.4144 12.0003L22.2074 9.20726C22.598 8.81673 22.598 8.18357 22.2074 7.79305L16.2074 1.79305C15.8169 1.40252 15.1838 1.40252 14.7932 1.79305L12 4.58627Z",fill:"currentColor"}),t.createElement(n,{d:"M18.4029 13.8178L10.1819 5.5972L6.15798 7.06043C5.83247 7.1788 5.59139 7.45718 5.52074 7.79627L3.08203 19.5021L8.15387 14.4303C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z",fill:"currentColor"})),x=a;export{a as IconWrite1,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9994 4.58627L19.4138 12.0003L22.2068 9.20726C22.5974 8.81673 22.5974 8.18357 22.2068 7.79305L16.2068 1.79305C15.8163 1.40252 15.1831 1.40252 14.7926 1.79305L11.9994 4.58627Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4029 13.8178L10.1819 5.59719L6.15798 7.06042C5.83247 7.17879 5.59139 7.45717 5.52074 7.79626L3.08203 19.5021L8.15387 14.4302C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z\"\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,oLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kdACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
1
+ {"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4.58627L19.4144 12.0003L22.2074 9.20726C22.598 8.81673 22.598 8.18357 22.2074 7.79305L16.2074 1.79305C15.8169 1.40252 15.1838 1.40252 14.7932 1.79305L12 4.58627Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4029 13.8178L10.1819 5.5972L6.15798 7.06043C5.83247 7.1788 5.59139 7.45718 5.52074 7.79627L3.08203 19.5021L8.15387 14.4303C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z\"\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,wKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gdACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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)),H=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconWriting:()=>i,default:()=>v});module.exports=H(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.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M6 11C4.34315 11 3 12.3432 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4478 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4478 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3432 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4478 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4478 8.55228 11 8 11H6Z",fill:"currentColor"})),v=i;0&&(module.exports={IconWriting});
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 P=(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)),H=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconWriting:()=>i,default:()=>v});module.exports=H(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.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z",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
@@ -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.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 11C4.34315 11 3 12.3432 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4478 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4478 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3432 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4478 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4478 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,qWACF,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"]}
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.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z\"\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,qWACF,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"]}
@@ -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.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z",fill:"currentColor"}),C.createElement(n,{d:"M6 11C4.34315 11 3 12.3432 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4478 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4478 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3432 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4478 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4478 8.55228 11 8 11H6Z",fill:"currentColor"})),x=a;export{a as IconWriting,x as default};
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.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z",fill:"currentColor"}),C.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=\"M18.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 11C4.34315 11 3 12.3432 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4478 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4478 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3432 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4478 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4478 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,qWACF,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"]}
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.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z\"\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,qWACF,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
@@ -928,6 +928,7 @@ Below is a complete list of available icons:
928
928
  - IconDoupleCheck
929
929
  - IconDoupleCheckmark1
930
930
  - IconDoupleCheckmark1Small
931
+ - IconDoupleCheckmark2Small
931
932
  - IconElectrocardiogram
932
933
  - IconFeature
933
934
  - IconGauge
@@ -8106,6 +8106,20 @@
8106
8106
  "packageName": "round-filled-radius-0-stroke-2",
8107
8107
  "componentName": "IconDoupleCheckmark1Small"
8108
8108
  },
8109
+ {
8110
+ "category": "Interface General",
8111
+ "svg": "<path d=\"M13.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z\" fill=\"currentColor\"/><path d=\"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 7.34171Z\" fill=\"currentColor\"/>",
8112
+ "iconName": "douple-checkmark-2-small",
8113
+ "variant": {
8114
+ "join": "round",
8115
+ "filled": "on",
8116
+ "radius": "0",
8117
+ "stroke": "2"
8118
+ },
8119
+ "createdAt": "2025-11-24T19:02:03.386128+00:00",
8120
+ "packageName": "round-filled-radius-0-stroke-2",
8121
+ "componentName": "IconDoupleCheckmark2Small"
8122
+ },
8109
8123
  {
8110
8124
  "category": "Photography & Video",
8111
8125
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 3C9.55228 3 10 3.44772 10 4V9C10 9.55228 9.55228 10 9 10H4C3.44772 10 3 9.55228 3 9C3 8.44772 3.44772 8 4 8H8V4C8 3.44772 8.44772 3 9 3ZM15 3C15.5523 3 16 3.44772 16 4V8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10H15C14.4477 10 14 9.55228 14 9V4C14 3.44772 14.4477 3 15 3ZM3 15C3 14.4477 3.44772 14 4 14H9C9.55228 14 10 14.4477 10 15V20C10 20.5523 9.55228 21 9 21C8.44772 21 8 20.5523 8 20V16H4C3.44772 16 3 15.5523 3 15ZM14 15C14 14.4477 14.4477 14 15 14H20C20.5523 14 21 14.4477 21 15C21 15.5523 20.5523 16 20 16H16V20C16 20.5523 15.5523 21 15 21C14.4477 21 14 20.5523 14 20V15Z\" fill=\"currentColor\"/>",
@@ -15052,7 +15066,7 @@
15052
15066
  },
15053
15067
  {
15054
15068
  "category": "Edit",
15055
- "svg": "<path d=\"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z\" fill=\"currentColor\"/><path d=\"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.166 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6724 11.7268 20.2312C11.3475 20.6326 10.7146 20.6505 10.3132 20.2712C9.91176 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.166 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z\" fill=\"currentColor\"/>",
15069
+ "svg": "<path d=\"M17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17V20C2 20.5523 2.44772 21 3 21H6C6.26522 21 6.51957 20.8946 6.70711 20.7071L20.7071 6.70711C21.0976 6.31658 21.0976 5.68342 20.7071 5.29289L17.7071 2.29289Z\" fill=\"currentColor\"/><path d=\"M21.6709 18.7486C21.6219 18.8011 21.5529 18.8728 21.4662 18.9573C21.2939 19.1253 21.0459 19.3496 20.7409 19.5756C20.16 20.0061 19.2374 20.5444 18.1661 20.5444C17.1605 20.5444 16.2884 20.0806 15.6631 19.748L15.5973 19.713C14.874 19.3291 14.4294 19.115 13.9866 19.115C12.9302 19.115 12.2548 19.6725 11.7268 20.2312C11.3475 20.6326 10.7146 20.6506 10.3132 20.2712C9.91177 19.8919 9.89385 19.259 10.2732 18.8576C10.9266 18.1661 12.0974 17.115 13.9866 17.115C14.9734 17.115 15.8365 17.5746 16.4551 17.904L16.5349 17.9464C17.2522 18.3271 17.7074 18.5444 18.1661 18.5444C18.5947 18.5444 19.089 18.3105 19.5501 17.9688C19.7661 17.8087 19.9453 17.6469 20.07 17.5253C20.1568 17.4407 20.2035 17.3908 20.2444 17.345C20.6008 16.9336 21.2418 16.8875 21.6537 17.2432C22.1297 17.6544 22.0719 18.3188 21.6709 18.7486Z\" fill=\"currentColor\"/>",
15056
15070
  "iconName": "pencil-wave",
15057
15071
  "variant": {
15058
15072
  "join": "round",
@@ -22108,7 +22122,7 @@
22108
22122
  },
22109
22123
  {
22110
22124
  "category": "Edit",
22111
- "svg": "<path d=\"M11.9994 4.58627L19.4138 12.0003L22.2068 9.20726C22.5974 8.81673 22.5974 8.18357 22.2068 7.79305L16.2068 1.79305C15.8163 1.40252 15.1831 1.40252 14.7926 1.79305L11.9994 4.58627Z\" fill=\"currentColor\"/><path d=\"M18.4029 13.8178L10.1819 5.59719L6.15798 7.06042C5.83247 7.17879 5.59139 7.45717 5.52074 7.79626L3.08203 19.5021L8.15387 14.4302C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z\" fill=\"currentColor\"/>",
22125
+ "svg": "<path d=\"M12 4.58627L19.4144 12.0003L22.2074 9.20726C22.598 8.81673 22.598 8.18357 22.2074 7.79305L16.2074 1.79305C15.8169 1.40252 15.1838 1.40252 14.7932 1.79305L12 4.58627Z\" fill=\"currentColor\"/><path d=\"M18.4029 13.8178L10.1819 5.5972L6.15798 7.06043C5.83247 7.1788 5.59139 7.45718 5.52074 7.79627L3.08203 19.5021L8.15387 14.4303C8.0427 14.1472 7.98166 13.8391 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.9188L16.2037 18.4792C16.5428 18.4086 16.8211 18.1675 16.9395 17.842L18.4029 13.8178Z\" fill=\"currentColor\"/>",
22112
22126
  "iconName": "write-1, fountain-pen",
22113
22127
  "variant": {
22114
22128
  "join": "round",
@@ -22136,7 +22150,7 @@
22136
22150
  },
22137
22151
  {
22138
22152
  "category": "Edit",
22139
- "svg": "<path d=\"M18.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z\" fill=\"currentColor\"/><path d=\"M6 11C4.34315 11 3 12.3432 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4478 17 18C17 18.5523 16.5523 19 16 19H12C11.4477 19 11 19.4478 11 20C11 20.5523 11.4477 21 12 21H16C17.6569 21 19 19.6569 19 18C19 16.3432 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4478 5.44772 13 6 13H8C8.55228 13 9 12.5523 9 12C9 11.4478 8.55228 11 8 11H6Z\" fill=\"currentColor\"/>",
22153
+ "svg": "<path d=\"M18.7071 2.29289C18.3166 1.90237 17.6834 1.90237 17.2929 2.29289L11.2929 8.29289C11.1054 8.48043 11 8.73478 11 9V12C11 12.2653 11.1054 12.5196 11.2929 12.7071C11.4804 12.8947 11.7348 13 12 13L15 13C15.2652 13 15.5196 12.8947 15.7071 12.7071L21.7071 6.70705C21.8946 6.51951 22 6.26515 22 5.99994C22 5.73472 21.8946 5.48037 21.7071 5.29283L18.7071 2.29289Z\" fill=\"currentColor\"/><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\"/>",
22140
22154
  "iconName": "writing",
22141
22155
  "variant": {
22142
22156
  "join": "round",
package/icons/index.d.ts CHANGED
@@ -578,6 +578,7 @@ export type CentralIconName =
578
578
  | "IconDoupleCheck"
579
579
  | "IconDoupleCheckmark1"
580
580
  | "IconDoupleCheckmark1Small"
581
+ | "IconDoupleCheckmark2Small"
581
582
  | "IconDownsize"
582
583
  | "IconDownsize2"
583
584
  | "IconDraft"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.41",
3
+ "version": "1.1.42",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1590,
14
+ "totalIcons": 1591,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 47,
@@ -757,7 +757,7 @@
757
757
  ]
758
758
  },
759
759
  "Interface General": {
760
- "count": 168,
760
+ "count": 169,
761
761
  "icons": [
762
762
  "IconAnchor1",
763
763
  "IconAnchor2",
@@ -832,6 +832,7 @@
832
832
  "IconDoupleCheck",
833
833
  "IconDoupleCheckmark1",
834
834
  "IconDoupleCheckmark1Small",
835
+ "IconDoupleCheckmark2Small",
835
836
  "IconElectrocardiogram",
836
837
  "IconFeature",
837
838
  "IconGauge",
@@ -2362,6 +2363,7 @@
2362
2363
  "IconDoupleCheck": "douple-check",
2363
2364
  "IconDoupleCheckmark1": "douple-checkmark-1",
2364
2365
  "IconDoupleCheckmark1Small": "douple-checkmark-1-small",
2366
+ "IconDoupleCheckmark2Small": "douple-checkmark-2-small",
2365
2367
  "IconDownsize": "downsize, exit-full-screen, scale-down",
2366
2368
  "IconDownsize2": "downsize-2, exit-full-screen, scale-down",
2367
2369
  "IconDraft": "draft",
package/index.d.ts CHANGED
@@ -577,6 +577,7 @@ export { IconDotGrid3x3, default as IconDotGrid3x3Default, } from "./IconDotGrid
577
577
  export { IconDoupleCheck, default as IconDoupleCheckDefault, } from "./IconDoupleCheck";
578
578
  export { IconDoupleCheckmark1, default as IconDoupleCheckmark1Default, } from "./IconDoupleCheckmark1";
579
579
  export { IconDoupleCheckmark1Small, default as IconDoupleCheckmark1SmallDefault, } from "./IconDoupleCheckmark1Small";
580
+ export { IconDoupleCheckmark2Small, default as IconDoupleCheckmark2SmallDefault, } from "./IconDoupleCheckmark2Small";
580
581
  export { IconDownsize, default as IconDownsizeDefault } from "./IconDownsize";
581
582
  export { IconDownsize2, default as IconDownsize2Default, } from "./IconDownsize2";
582
583
  export { IconDraft, default as IconDraftDefault } from "./IconDraft";