@central-icons-react-native/round-filled-radius-1-stroke-1.5 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.
- 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/IconPencil/index.js +1 -1
- package/IconPencil/index.js.map +1 -1
- package/IconPencil/index.mjs +1 -1
- package/IconPencil/index.mjs.map +1 -1
- 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 +1 -0
- package/filtered-icons.json +19 -5
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +12 -5
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of i(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconDoupleCheckmark2Small:()=>u,default:()=>h});module.exports=L(v);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M13.9355 7.50586C14.2083 7.19433 14.6825 7.16285 14.9941 7.43555C15.3057 7.70831 15.3371 8.18246 15.0645 8.49414L8.06445 16.4941C7.92787 16.6502 7.73261 16.743 7.52539 16.75C7.31793 16.7569 7.11651 16.6771 6.96973 16.5303L3.96973 13.5303C3.67684 13.2374 3.67684 12.7626 3.96973 12.4697C4.26262 12.1769 4.7374 12.1769 5.03027 12.4697L7.46289 14.9023L13.9355 7.50586ZM18.9355 7.50586C19.2083 7.19433 19.6825 7.16285 19.9941 7.43555C20.3057 7.70831 20.3371 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3175 16.8372 12.0059 16.5645C11.6943 16.2917 11.6628 15.8175 11.9355 15.5059L18.9355 7.50586Z",fill:"currentColor"})),h=u;0&&(module.exports={IconDoupleCheckmark2Small});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDoupleCheckmark2Small/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDoupleCheckmark2Small: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.9355 7.50586C14.2083 7.19433 14.6825 7.16285 14.9941 7.43555C15.3057 7.70831 15.3371 8.18246 15.0645 8.49414L8.06445 16.4941C7.92787 16.6502 7.73261 16.743 7.52539 16.75C7.31793 16.7569 7.11651 16.6771 6.96973 16.5303L3.96973 13.5303C3.67684 13.2374 3.67684 12.7626 3.96973 12.4697C4.26262 12.1769 4.7374 12.1769 5.03027 12.4697L7.46289 14.9023L13.9355 7.50586ZM18.9355 7.50586C19.2083 7.19433 19.6825 7.16285 19.9941 7.43555C20.3057 7.70831 20.3371 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3175 16.8372 12.0059 16.5645C11.6943 16.2917 11.6628 15.8175 11.9355 15.5059L18.9355 7.50586Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark2Small;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,+BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,imBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDoupleCheckmark2Small_exports","__export","IconDoupleCheckmark2Small","IconDoupleCheckmark2Small_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDoupleCheckmark2Small","props","React","CentralIconBase","IconDoupleCheckmark2Small_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M13.9355 7.50586C14.2083 7.19433 14.6825 7.16285 14.9941 7.43555C15.3057 7.70831 15.3371 8.18246 15.0645 8.49414L8.06445 16.4941C7.92787 16.6502 7.73261 16.743 7.52539 16.75C7.31793 16.7569 7.11651 16.6771 6.96973 16.5303L3.96973 13.5303C3.67684 13.2374 3.67684 12.7626 3.96973 12.4697C4.26262 12.1769 4.7374 12.1769 5.03027 12.4697L7.46289 14.9023L13.9355 7.50586ZM18.9355 7.50586C19.2083 7.19433 19.6825 7.16285 19.9941 7.43555C20.3057 7.70831 20.3371 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3175 16.8372 12.0059 16.5645C11.6943 16.2917 11.6628 15.8175 11.9355 15.5059L18.9355 7.50586Z",fill:"currentColor"})),P=l;export{l as IconDoupleCheckmark2Small,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDoupleCheckmark2Small/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDoupleCheckmark2Small: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.9355 7.50586C14.2083 7.19433 14.6825 7.16285 14.9941 7.43555C15.3057 7.70831 15.3371 8.18246 15.0645 8.49414L8.06445 16.4941C7.92787 16.6502 7.73261 16.743 7.52539 16.75C7.31793 16.7569 7.11651 16.6771 6.96973 16.5303L3.96973 13.5303C3.67684 13.2374 3.67684 12.7626 3.96973 12.4697C4.26262 12.1769 4.7374 12.1769 5.03027 12.4697L7.46289 14.9023L13.9355 7.50586ZM18.9355 7.50586C19.2083 7.19433 19.6825 7.16285 19.9941 7.43555C20.3057 7.70831 20.3371 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3175 16.8372 12.0059 16.5645C11.6943 16.2917 11.6628 15.8175 11.9355 15.5059L18.9355 7.50586Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark2Small;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,imBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark2Small","props","React","CentralIconBase","IconDoupleCheckmark2Small_default"]}
|
package/IconPencil/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 P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(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 I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(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={};L(d,{IconPencil:()=>i,default:()=>v});module.exports=g(d);var p=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M12.1893 6.
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(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 I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(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={};L(d,{IconPencil:()=>i,default:()=>v});module.exports=g(d);var p=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M12.1893 6.25L2.51256 15.9268C2.18437 16.255 2 16.7001 2 17.1642V21.25C2 21.6642 2.33579 22 2.75 22H6.83579C7.29991 22 7.74503 21.8156 8.07322 21.4874L17.75 11.8107L12.1893 6.25Z",fill:"currentColor"})),v=i;0&&(module.exports={IconPencil});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconPencil/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPencil/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 IconPencil: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1893 6.
|
|
1
|
+
{"version":3,"sources":["../src/IconPencil/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 IconPencil: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1893 6.25L2.51256 15.9268C2.18437 16.255 2 16.7001 2 17.1642V21.25C2 21.6642 2.33579 22 2.75 22H6.83579C7.29991 22 7.74503 21.8156 8.07322 21.4874L17.75 11.8107L12.1893 6.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencil;\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,8KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencil_exports","__export","IconPencil","IconPencil_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencil","props","React","CentralIconBase","IconPencil_default"]}
|
package/IconPencil/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z",fill:"currentColor"}),t.createElement(n,{d:"M12.1893 6.
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z",fill:"currentColor"}),t.createElement(n,{d:"M12.1893 6.25L2.51256 15.9268C2.18437 16.255 2 16.7001 2 17.1642V21.25C2 21.6642 2.33579 22 2.75 22H6.83579C7.29991 22 7.74503 21.8156 8.07322 21.4874L17.75 11.8107L12.1893 6.25Z",fill:"currentColor"})),x=a;export{a as IconPencil,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconPencil/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPencil/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 IconPencil: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1893 6.
|
|
1
|
+
{"version":3,"sources":["../src/IconPencil/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 IconPencil: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1893 6.25L2.51256 15.9268C2.18437 16.255 2 16.7001 2 17.1642V21.25C2 21.6642 2.33579 22 2.75 22H6.83579C7.29991 22 7.74503 21.8156 8.07322 21.4874L17.75 11.8107L12.1893 6.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencil;\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,8KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencil","props","React","CentralIconBase","IconPencil_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 d={};g(d,{IconPencilLine:()=>i,default:()=>L});module.exports=v(d);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:"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M12.
|
|
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 d={};g(d,{IconPencilLine:()=>i,default:()=>L});module.exports=v(d);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:"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M12.0195 21.25C12.0195 20.8358 12.3553 20.5 12.7695 20.5H21.2495C21.6637 20.5 21.9995 20.8358 21.9995 21.25C21.9995 21.6642 21.6637 22 21.2495 22H12.7695C12.3553 22 12.0195 21.6642 12.0195 21.25Z",fill:"currentColor"})),L=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=\"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.
|
|
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=\"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0195 21.25C12.0195 20.8358 12.3553 20.5 12.7695 20.5H21.2495C21.6637 20.5 21.9995 20.8358 21.9995 21.25C21.9995 21.6642 21.6637 22 21.2495 22H12.7695C12.3553 22 12.0195 21.6642 12.0195 21.25Z\"\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,2SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sMACF,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:"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z",fill:"currentColor"}),e.createElement(t,{d:"M12.
|
|
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:"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z",fill:"currentColor"}),e.createElement(t,{d:"M12.0195 21.25C12.0195 20.8358 12.3553 20.5 12.7695 20.5H21.2495C21.6637 20.5 21.9995 20.8358 21.9995 21.25C21.9995 21.6642 21.6637 22 21.2495 22H12.7695C12.3553 22 12.0195 21.6642 12.0195 21.25Z",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=\"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.
|
|
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=\"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0195 21.25C12.0195 20.8358 12.3553 20.5 12.7695 20.5H21.2495C21.6637 20.5 21.9995 20.8358 21.9995 21.25C21.9995 21.6642 21.6637 22 21.2495 22H12.7695C12.3553 22 12.0195 21.6642 12.0195 21.25Z\"\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,2SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sMACF,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 i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var d={};x(d,{IconPencilWave:()=>L,default:()=>v});module.exports=g(d);var n=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...C})=>s.default.createElement(c.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),L=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var d={};x(d,{IconPencilWave:()=>L,default:()=>v});module.exports=g(d);var n=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...C})=>s.default.createElement(c.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),L=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z",fill:"currentColor"})),v=L;0&&(module.exports={IconPencilWave});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPencilWave/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPencilWave: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.
|
|
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=\"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilWave;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,k9BACF,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:"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z",fill:"currentColor"}),C.createElement(t,{d:"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.
|
|
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:"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z",fill:"currentColor"}),C.createElement(t,{d:"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z",fill:"currentColor"})),P=a;export{a as IconPencilWave,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPencilWave/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPencilWave: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.
|
|
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=\"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilWave;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,k9BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
|
package/IconWrite1/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconWrite1:()=>c,default:()=>d});module.exports=g(v);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(p.Path,{d:"M12
|
|
1
|
+
"use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconWrite1:()=>c,default:()=>d});module.exports=g(v);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(p.Path,{d:"M12 4.93943L19.0607 12.0001L21.1464 9.91433C21.9275 9.13328 21.9275 7.86695 21.1464 7.0859L16.9142 2.85367C16.1331 2.07262 14.8668 2.07262 14.0858 2.85367L12 4.93943Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M18.3031 13.3631L10.6376 5.69757L6.89893 7.05708C6.24791 7.29381 5.76575 7.85058 5.62446 8.52876L3.3125 19.6262L8.26606 14.674C8.08501 14.3279 7.98261 13.9342 7.98261 13.5166C7.98261 12.1359 9.1019 11.0166 10.4826 11.0166C11.8633 11.0166 12.9826 12.1359 12.9826 13.5166C12.9826 14.8973 11.8633 16.0166 10.4826 16.0166C10.0658 16.0166 9.67276 15.9146 9.32718 15.7342L4.37111 20.6889L15.4719 18.3762C16.1501 18.2349 16.7068 17.7528 16.9436 17.1017L18.3031 13.3631Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M9.48242 13.5166C9.48242 12.9643 9.93014 12.5166 10.4824 12.5166C11.0347 12.5166 11.4824 12.9643 11.4824 13.5166C11.4824 14.0689 11.0347 14.5166 10.4824 14.5166C9.93014 14.5166 9.48242 14.0689 9.48242 13.5166Z",fill:"currentColor"})),d=c;0&&(module.exports={IconWrite1});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconWrite1/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4.93943L19.0607 12.0001L21.1464 9.91433C21.9275 9.13328 21.9275 7.86695 21.1464 7.0859L16.9142 2.85367C16.1331 2.07262 14.8668 2.07262 14.0858 2.85367L12 4.93943Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3031 13.3631L10.6376 5.69757L6.89893 7.05708C6.24791 7.29381 5.76575 7.85058 5.62446 8.52876L3.3125 19.6262L8.26606 14.674C8.08501 14.3279 7.98261 13.9342 7.98261 13.5166C7.98261 12.1359 9.1019 11.0166 10.4826 11.0166C11.8633 11.0166 12.9826 12.1359 12.9826 13.5166C12.9826 14.8973 11.8633 16.0166 10.4826 16.0166C10.0658 16.0166 9.67276 15.9146 9.32718 15.7342L4.37111 20.6889L15.4719 18.3762C16.1501 18.2349 16.7068 17.7528 16.9436 17.1017L18.3031 13.3631Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.48242 13.5166C9.48242 12.9643 9.93014 12.5166 10.4824 12.5166C11.0347 12.5166 11.4824 12.9643 11.4824 13.5166C11.4824 14.0689 11.0347 14.5166 10.4824 14.5166C9.93014 14.5166 9.48242 14.0689 9.48242 13.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,idACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWrite1_exports","__export","IconWrite1","IconWrite1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
|
package/IconWrite1/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12 4.93943L19.0607 12.0001L21.1464 9.91433C21.9275 9.13328 21.9275 7.86695 21.1464 7.0859L16.9142 2.85367C16.1331 2.07262 14.8668 2.07262 14.0858 2.85367L12 4.93943Z",fill:"currentColor"}),o.createElement(e,{d:"M18.3031 13.3631L10.6376 5.69757L6.89893 7.05708C6.24791 7.29381 5.76575 7.85058 5.62446 8.52876L3.3125 19.6262L8.26606 14.674C8.08501 14.3279 7.98261 13.9342 7.98261 13.5166C7.98261 12.1359 9.1019 11.0166 10.4826 11.0166C11.8633 11.0166 12.9826 12.1359 12.9826 13.5166C12.9826 14.8973 11.8633 16.0166 10.4826 16.0166C10.0658 16.0166 9.67276 15.9146 9.32718 15.7342L4.37111 20.6889L15.4719 18.3762C16.1501 18.2349 16.7068 17.7528 16.9436 17.1017L18.3031 13.3631Z",fill:"currentColor"}),o.createElement(e,{d:"M9.48242 13.5166C9.48242 12.9643 9.93014 12.5166 10.4824 12.5166C11.0347 12.5166 11.4824 12.9643 11.4824 13.5166C11.4824 14.0689 11.0347 14.5166 10.4824 14.5166C9.93014 14.5166 9.48242 14.0689 9.48242 13.5166Z",fill:"currentColor"})),x=a;export{a as IconWrite1,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconWrite1/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4.93943L19.0607 12.0001L21.1464 9.91433C21.9275 9.13328 21.9275 7.86695 21.1464 7.0859L16.9142 2.85367C16.1331 2.07262 14.8668 2.07262 14.0858 2.85367L12 4.93943Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3031 13.3631L10.6376 5.69757L6.89893 7.05708C6.24791 7.29381 5.76575 7.85058 5.62446 8.52876L3.3125 19.6262L8.26606 14.674C8.08501 14.3279 7.98261 13.9342 7.98261 13.5166C7.98261 12.1359 9.1019 11.0166 10.4826 11.0166C11.8633 11.0166 12.9826 12.1359 12.9826 13.5166C12.9826 14.8973 11.8633 16.0166 10.4826 16.0166C10.0658 16.0166 9.67276 15.9146 9.32718 15.7342L4.37111 20.6889L15.4719 18.3762C16.1501 18.2349 16.7068 17.7528 16.9436 17.1017L18.3031 13.3631Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.48242 13.5166C9.48242 12.9643 9.93014 12.5166 10.4824 12.5166C11.0347 12.5166 11.4824 12.9643 11.4824 13.5166C11.4824 14.0689 11.0347 14.5166 10.4824 14.5166C9.93014 14.5166 9.48242 14.0689 9.48242 13.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,idACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
|
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:"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M5.75 11.
|
|
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:"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11.75C11.3358 19.5 11 19.8358 11 20.25C11 20.6642 11.3358 21 11.75 21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H8.25C8.66421 13 9 12.6642 9 12.25C9 11.8358 8.66421 11.5 8.25 11.5H5.75Z",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=\"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.75 11.
|
|
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=\"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11.75C11.3358 19.5 11 19.8358 11 20.25C11 20.6642 11.3358 21 11.75 21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H8.25C8.66421 13 9 12.6642 9 12.25C9 11.8358 8.66421 11.5 8.25 11.5H5.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gTACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qbACF,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:"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z",fill:"currentColor"}),t.createElement(n,{d:"M5.75 11.
|
|
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:"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z",fill:"currentColor"}),t.createElement(n,{d:"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11.75C11.3358 19.5 11 19.8358 11 20.25C11 20.6642 11.3358 21 11.75 21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H8.25C8.66421 13 9 12.6642 9 12.25C9 11.8358 8.66421 11.5 8.25 11.5H5.75Z",fill:"currentColor"})),x=a;export{a as IconWriting,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconWriting/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.75 11.
|
|
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=\"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11.75C11.3358 19.5 11 19.8358 11 20.25C11 20.6642 11.3358 21 11.75 21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H8.25C8.66421 13 9 12.6642 9 12.25C9 11.8358 8.66421 11.5 8.25 11.5H5.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gTACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qbACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -8106,6 +8106,20 @@
|
|
|
8106
8106
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
8107
8107
|
"componentName": "IconDoupleCheckmark1Small"
|
|
8108
8108
|
},
|
|
8109
|
+
{
|
|
8110
|
+
"category": "Interface General",
|
|
8111
|
+
"svg": "<path d=\"M13.9355 7.50586C14.2083 7.19433 14.6825 7.16285 14.9941 7.43555C15.3057 7.70831 15.3371 8.18246 15.0645 8.49414L8.06445 16.4941C7.92787 16.6502 7.73261 16.743 7.52539 16.75C7.31793 16.7569 7.11651 16.6771 6.96973 16.5303L3.96973 13.5303C3.67684 13.2374 3.67684 12.7626 3.96973 12.4697C4.26262 12.1769 4.7374 12.1769 5.03027 12.4697L7.46289 14.9023L13.9355 7.50586ZM18.9355 7.50586C19.2083 7.19433 19.6825 7.16285 19.9941 7.43555C20.3057 7.70831 20.3371 8.18246 20.0645 8.49414L13.0645 16.4941C12.7917 16.8057 12.3175 16.8372 12.0059 16.5645C11.6943 16.2917 11.6628 15.8175 11.9355 15.5059L18.9355 7.50586Z\" fill=\"currentColor\"/>",
|
|
8112
|
+
"iconName": "douple-checkmark-2-small",
|
|
8113
|
+
"variant": {
|
|
8114
|
+
"join": "round",
|
|
8115
|
+
"filled": "on",
|
|
8116
|
+
"radius": "1",
|
|
8117
|
+
"stroke": "1.5"
|
|
8118
|
+
},
|
|
8119
|
+
"createdAt": "2025-11-24T19:02:03.386128+00:00",
|
|
8120
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
8121
|
+
"componentName": "IconDoupleCheckmark2Small"
|
|
8122
|
+
},
|
|
8109
8123
|
{
|
|
8110
8124
|
"category": "Photography & Video",
|
|
8111
8125
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 8.25C10 9.2165 9.2165 10 8.25 10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H8.25C8.38807 8.5 8.5 8.38807 8.5 8.25V3.75C8.5 3.33579 8.83579 3 9.25 3C9.66421 3 10 3.33579 10 3.75V8.25Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 9.25C21 9.66421 20.6642 10 20.25 10H15.75C14.7835 10 14 9.2165 14 8.25V3.75C14 3.33579 14.3358 3 14.75 3C15.1642 3 15.5 3.33579 15.5 3.75V8.25C15.5 8.38807 15.6119 8.5 15.75 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.75 21C14.3358 21 14 20.6642 14 20.25V15.75C14 14.7835 14.7835 14 15.75 14H20.25C20.6642 14 21 14.3358 21 14.75C21 15.1642 20.6642 15.5 20.25 15.5H15.75C15.6119 15.5 15.5 15.6119 15.5 15.75V20.25C15.5 20.6642 15.1642 21 14.75 21Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.25 21C8.83579 21 8.5 20.6642 8.5 20.25V15.75C8.5 15.6119 8.38807 15.5 8.25 15.5H3.75C3.33579 15.5 3 15.1642 3 14.75C3 14.3358 3.33579 14 3.75 14H8.25C9.2165 14 10 14.7835 10 15.75V20.25C10 20.6642 9.66421 21 9.25 21Z\" fill=\"currentColor\"/>",
|
|
@@ -15010,7 +15024,7 @@
|
|
|
15010
15024
|
},
|
|
15011
15025
|
{
|
|
15012
15026
|
"category": "Edit",
|
|
15013
|
-
"svg": "<path d=\"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z\" fill=\"currentColor\"/><path d=\"M12.1893 6.
|
|
15027
|
+
"svg": "<path d=\"M15.7626 2.67675C16.446 1.99333 17.554 1.99333 18.2374 2.67675L21.3232 5.76253C22.0066 6.44595 22.0066 7.55399 21.3232 8.23741L18.8107 10.75L13.25 5.18931L15.7626 2.67675Z\" fill=\"currentColor\"/><path d=\"M12.1893 6.25L2.51256 15.9268C2.18437 16.255 2 16.7001 2 17.1642V21.25C2 21.6642 2.33579 22 2.75 22H6.83579C7.29991 22 7.74503 21.8156 8.07322 21.4874L17.75 11.8107L12.1893 6.25Z\" fill=\"currentColor\"/>",
|
|
15014
15028
|
"iconName": "pencil, edit, write",
|
|
15015
15029
|
"variant": {
|
|
15016
15030
|
"join": "round",
|
|
@@ -15024,7 +15038,7 @@
|
|
|
15024
15038
|
},
|
|
15025
15039
|
{
|
|
15026
15040
|
"category": "Edit",
|
|
15027
|
-
"svg": "<path d=\"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z\" fill=\"currentColor\"/><path d=\"M12.
|
|
15041
|
+
"svg": "<path d=\"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z\" fill=\"currentColor\"/><path d=\"M12.0195 21.25C12.0195 20.8358 12.3553 20.5 12.7695 20.5H21.2495C21.6637 20.5 21.9995 20.8358 21.9995 21.25C21.9995 21.6642 21.6637 22 21.2495 22H12.7695C12.3553 22 12.0195 21.6642 12.0195 21.25Z\" fill=\"currentColor\"/>",
|
|
15028
15042
|
"iconName": "pencil-line",
|
|
15029
15043
|
"variant": {
|
|
15030
15044
|
"join": "round",
|
|
@@ -15052,7 +15066,7 @@
|
|
|
15052
15066
|
},
|
|
15053
15067
|
{
|
|
15054
15068
|
"category": "Edit",
|
|
15055
|
-
"svg": "<path d=\"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z\" fill=\"currentColor\"/><path d=\"M21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.
|
|
15069
|
+
"svg": "<path d=\"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z\" fill=\"currentColor\"/><path d=\"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z\" fill=\"currentColor\"/>",
|
|
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=\"M12
|
|
22125
|
+
"svg": "<path d=\"M12 4.93943L19.0607 12.0001L21.1464 9.91433C21.9275 9.13328 21.9275 7.86695 21.1464 7.0859L16.9142 2.85367C16.1331 2.07262 14.8668 2.07262 14.0858 2.85367L12 4.93943Z\" fill=\"currentColor\"/><path d=\"M18.3031 13.3631L10.6376 5.69757L6.89893 7.05708C6.24791 7.29381 5.76575 7.85058 5.62446 8.52876L3.3125 19.6262L8.26606 14.674C8.08501 14.3279 7.98261 13.9342 7.98261 13.5166C7.98261 12.1359 9.1019 11.0166 10.4826 11.0166C11.8633 11.0166 12.9826 12.1359 12.9826 13.5166C12.9826 14.8973 11.8633 16.0166 10.4826 16.0166C10.0658 16.0166 9.67276 15.9146 9.32718 15.7342L4.37111 20.6889L15.4719 18.3762C16.1501 18.2349 16.7068 17.7528 16.9436 17.1017L18.3031 13.3631Z\" fill=\"currentColor\"/><path d=\"M9.48242 13.5166C9.48242 12.9643 9.93014 12.5166 10.4824 12.5166C11.0347 12.5166 11.4824 12.9643 11.4824 13.5166C11.4824 14.0689 11.0347 14.5166 10.4824 14.5166C9.93014 14.5166 9.48242 14.0689 9.48242 13.5166Z\" 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=\"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z\" fill=\"currentColor\"/><path d=\"M5.75 11.
|
|
22153
|
+
"svg": "<path d=\"M19.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z\" fill=\"currentColor\"/><path d=\"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11.75C11.3358 19.5 11 19.8358 11 20.25C11 20.6642 11.3358 21 11.75 21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H8.25C8.66421 13 9 12.6642 9 12.25C9 11.8358 8.66421 11.5 8.25 11.5H5.75Z\" fill=\"currentColor\"/>",
|
|
22140
22154
|
"iconName": "writing",
|
|
22141
22155
|
"variant": {
|
|
22142
22156
|
"join": "round",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.42",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1591,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 47,
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
]
|
|
758
758
|
},
|
|
759
759
|
"Interface General": {
|
|
760
|
-
"count":
|
|
760
|
+
"count": 169,
|
|
761
761
|
"icons": [
|
|
762
762
|
"IconAnchor1",
|
|
763
763
|
"IconAnchor2",
|
|
@@ -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";
|