@central-icons-react-native/round-filled-radius-3-stroke-1 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 i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconDoupleCheckmark2Small:()=>u,default:()=>h});module.exports=L(v);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>s.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M14.1241 7.67112C14.3059 7.46337 14.6213 7.44243 14.8291 7.62425C15.0367 7.80612 15.0578 8.12158 14.876 8.32932L7.876 16.3293C7.78489 16.4333 7.65484 16.4956 7.51663 16.5002C7.37841 16.5048 7.24434 16.4515 7.14651 16.3537L4.14651 13.3537C3.95129 13.1585 3.95136 12.842 4.14651 12.6467C4.34177 12.4514 4.65828 12.4514 4.85354 12.6467L7.47561 15.2688L14.1241 7.67112Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M19.1241 7.67112C19.3059 7.46337 19.6213 7.44243 19.8291 7.62425C20.0367 7.80612 20.0578 8.12158 19.876 8.32932L12.876 16.3293C12.6942 16.5369 12.3787 16.5578 12.1709 16.3762C11.9632 16.1944 11.9424 15.8789 12.1241 15.6711L19.1241 7.67112Z",fill:"currentColor"})),h=u;0&&(module.exports={IconDoupleCheckmark2Small});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDoupleCheckmark2Small/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDoupleCheckmark2Small: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.1241 7.67112C14.3059 7.46337 14.6213 7.44243 14.8291 7.62425C15.0367 7.80612 15.0578 8.12158 14.876 8.32932L7.876 16.3293C7.78489 16.4333 7.65484 16.4956 7.51663 16.5002C7.37841 16.5048 7.24434 16.4515 7.14651 16.3537L4.14651 13.3537C3.95129 13.1585 3.95136 12.842 4.14651 12.6467C4.34177 12.4514 4.65828 12.4514 4.85354 12.6467L7.47561 15.2688L14.1241 7.67112Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1241 7.67112C19.3059 7.46337 19.6213 7.44243 19.8291 7.62425C20.0367 7.80612 20.0578 8.12158 19.876 8.32932L12.876 16.3293C12.6942 16.5369 12.3787 16.5578 12.1709 16.3762C11.9632 16.1944 11.9424 15.8789 12.1241 15.6711L19.1241 7.67112Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark2Small;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,+BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDoupleCheckmark2Small_exports","__export","IconDoupleCheckmark2Small","IconDoupleCheckmark2Small_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDoupleCheckmark2Small","props","React","CentralIconBase","IconDoupleCheckmark2Small_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M14.1241 7.67112C14.3059 7.46337 14.6213 7.44243 14.8291 7.62425C15.0367 7.80612 15.0578 8.12158 14.876 8.32932L7.876 16.3293C7.78489 16.4333 7.65484 16.4956 7.51663 16.5002C7.37841 16.5048 7.24434 16.4515 7.14651 16.3537L4.14651 13.3537C3.95129 13.1585 3.95136 12.842 4.14651 12.6467C4.34177 12.4514 4.65828 12.4514 4.85354 12.6467L7.47561 15.2688L14.1241 7.67112Z",fill:"currentColor"}),e.createElement(n,{d:"M19.1241 7.67112C19.3059 7.46337 19.6213 7.44243 19.8291 7.62425C20.0367 7.80612 20.0578 8.12158 19.876 8.32932L12.876 16.3293C12.6942 16.5369 12.3787 16.5578 12.1709 16.3762C11.9632 16.1944 11.9424 15.8789 12.1241 15.6711L19.1241 7.67112Z",fill:"currentColor"})),P=a;export{a as IconDoupleCheckmark2Small,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDoupleCheckmark2Small/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDoupleCheckmark2Small: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.1241 7.67112C14.3059 7.46337 14.6213 7.44243 14.8291 7.62425C15.0367 7.80612 15.0578 8.12158 14.876 8.32932L7.876 16.3293C7.78489 16.4333 7.65484 16.4956 7.51663 16.5002C7.37841 16.5048 7.24434 16.4515 7.14651 16.3537L4.14651 13.3537C3.95129 13.1585 3.95136 12.842 4.14651 12.6467C4.34177 12.4514 4.65828 12.4514 4.85354 12.6467L7.47561 15.2688L14.1241 7.67112Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1241 7.67112C19.3059 7.46337 19.6213 7.44243 19.8291 7.62425C20.0367 7.80612 20.0578 8.12158 19.876 8.32932L12.876 16.3293C12.6942 16.5369 12.3787 16.5578 12.1709 16.3762C11.9632 16.1944 11.9424 15.8789 12.1241 15.6711L19.1241 7.67112Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDoupleCheckmark2Small;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDoupleCheckmark2Small","props","React","CentralIconBase","IconDoupleCheckmark2Small_default"]}
|
package/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.
|
|
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.5254 3.26731C16.8922 1.90048 19.1083 1.90048 20.4751 3.26731L20.7325 3.52467C22.0993 4.89151 22.0993 7.10758 20.7325 8.47442L18.7071 10.4998L13.5 5.29267L15.5254 3.26731Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M12.7927 5.99976L2.43934 16.3531C2.15803 16.6344 2 17.0159 2 17.4137V21.4995C2 21.7757 2.22386 21.9995 2.5 21.9995H6.58579C6.98361 21.9995 7.36514 21.8415 7.64645 21.5602L17.9998 11.2069L12.7927 5.99976Z",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.
|
|
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.5254 3.26731C16.8922 1.90048 19.1083 1.90048 20.4751 3.26731L20.7325 3.52467C22.0993 4.89151 22.0993 7.10758 20.7325 8.47442L18.7071 10.4998L13.5 5.29267L15.5254 3.26731Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.7927 5.99976L2.43934 16.3531C2.15803 16.6344 2 17.0159 2 17.4137V21.4995C2 21.7757 2.22386 21.9995 2.5 21.9995H6.58579C6.98361 21.9995 7.36514 21.8415 7.64645 21.5602L17.9998 11.2069L12.7927 5.99976Z\"\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,iLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8MACF,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.
|
|
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.5254 3.26731C16.8922 1.90048 19.1083 1.90048 20.4751 3.26731L20.7325 3.52467C22.0993 4.89151 22.0993 7.10758 20.7325 8.47442L18.7071 10.4998L13.5 5.29267L15.5254 3.26731Z",fill:"currentColor"}),t.createElement(n,{d:"M12.7927 5.99976L2.43934 16.3531C2.15803 16.6344 2 17.0159 2 17.4137V21.4995C2 21.7757 2.22386 21.9995 2.5 21.9995H6.58579C6.98361 21.9995 7.36514 21.8415 7.64645 21.5602L17.9998 11.2069L12.7927 5.99976Z",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.
|
|
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.5254 3.26731C16.8922 1.90048 19.1083 1.90048 20.4751 3.26731L20.7325 3.52467C22.0993 4.89151 22.0993 7.10758 20.7325 8.47442L18.7071 10.4998L13.5 5.29267L15.5254 3.26731Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.7927 5.99976L2.43934 16.3531C2.15803 16.6344 2 17.0159 2 17.4137V21.4995C2 21.7757 2.22386 21.9995 2.5 21.9995H6.58579C6.98361 21.9995 7.36514 21.8415 7.64645 21.5602L17.9998 11.2069L12.7927 5.99976Z\"\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,iLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8MACF,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 h={};g(h,{IconPencilLine:()=>i,default:()=>d});module.exports=v(h);var p=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>s.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M11.5 21C11.2239 21 11 21.
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var h={};g(h,{IconPencilLine:()=>i,default:()=>d});module.exports=v(h);var p=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>s.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z",fill:"currentColor"})),d=i;0&&(module.exports={IconPencilLine});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPencilLine/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPencilLine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 21C11.2239 21 11 21.
|
|
1
|
+
{"version":3,"sources":["../src/IconPencilLine/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPencilLine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilLine;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPencilLine_exports","__export","IconPencilLine","IconPencilLine_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPencilLine","props","React","CentralIconBase","IconPencilLine_default"]}
|
package/IconPencilLine/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z",fill:"currentColor"}),e.createElement(t,{d:"M11.5 21C11.2239 21 11 21.
|
|
1
|
+
import e from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z",fill:"currentColor"}),e.createElement(t,{d:"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z",fill:"currentColor"})),x=a;export{a as IconPencilLine,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPencilLine/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPencilLine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 21C11.2239 21 11 21.
|
|
1
|
+
{"version":3,"sources":["../src/IconPencilLine/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPencilLine: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPencilLine;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilLine","props","React","CentralIconBase","IconPencilLine_default"]}
|
package/IconPencilWave/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var 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 h={};g(h,{IconPencilWave:()=>i,default:()=>d});module.exports=v(h);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:"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.
|
|
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 h={};g(h,{IconPencilWave:()=>i,default:()=>d});module.exports=v(h);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:"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.2625 18.5365 21.0344 18.7828 20.7402 19.0299C20.1574 19.5194 19.2758 20.0442 18.166 20.0442C17.0793 20.0442 16.3051 19.6274 15.6695 19.2634L15.5871 19.2161C14.9733 18.864 14.539 18.6148 13.9866 18.6148C12.7309 18.6148 11.8393 19.2805 10.8683 20.338C10.6815 20.5414 10.3652 20.5549 10.1618 20.3681C9.95843 20.1813 9.94494 19.865 10.1317 19.6616C11.1536 18.5487 12.2967 17.6148 13.9866 17.6148C14.8161 17.6148 15.4727 17.9946 16.0335 18.319C16.0784 18.3449 16.1228 18.3706 16.1665 18.3956C16.7786 18.7462 17.3578 19.0442 18.166 19.0442C18.9514 19.0442 19.6118 18.6717 20.0971 18.2641C20.337 18.0626 20.5246 17.8603 20.6515 17.7089C20.8756 17.4416 21.1296 17.0702 21.5262 17.333C21.8187 17.5268 21.7804 17.8761 21.5975 18.1238Z",fill:"currentColor"})),d=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=\"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.
|
|
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=\"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.2625 18.5365 21.0344 18.7828 20.7402 19.0299C20.1574 19.5194 19.2758 20.0442 18.166 20.0442C17.0793 20.0442 16.3051 19.6274 15.6695 19.2634L15.5871 19.2161C14.9733 18.864 14.539 18.6148 13.9866 18.6148C12.7309 18.6148 11.8393 19.2805 10.8683 20.338C10.6815 20.5414 10.3652 20.5549 10.1618 20.3681C9.95843 20.1813 9.94494 19.865 10.1317 19.6616C11.1536 18.5487 12.2967 17.6148 13.9866 17.6148C14.8161 17.6148 15.4727 17.9946 16.0335 18.319C16.0784 18.3449 16.1228 18.3706 16.1665 18.3956C16.7786 18.7462 17.3578 19.0442 18.166 19.0442C18.9514 19.0442 19.6118 18.6717 20.0971 18.2641C20.337 18.0626 20.5246 17.8603 20.6515 17.7089C20.8756 17.4416 21.1296 17.0702 21.5262 17.333C21.8187 17.5268 21.7804 17.8761 21.5975 18.1238Z\"\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,6RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2xBACF,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:"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z",fill:"currentColor"}),C.createElement(t,{d:"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.
|
|
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:"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z",fill:"currentColor"}),C.createElement(t,{d:"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.2625 18.5365 21.0344 18.7828 20.7402 19.0299C20.1574 19.5194 19.2758 20.0442 18.166 20.0442C17.0793 20.0442 16.3051 19.6274 15.6695 19.2634L15.5871 19.2161C14.9733 18.864 14.539 18.6148 13.9866 18.6148C12.7309 18.6148 11.8393 19.2805 10.8683 20.338C10.6815 20.5414 10.3652 20.5549 10.1618 20.3681C9.95843 20.1813 9.94494 19.865 10.1317 19.6616C11.1536 18.5487 12.2967 17.6148 13.9866 17.6148C14.8161 17.6148 15.4727 17.9946 16.0335 18.319C16.0784 18.3449 16.1228 18.3706 16.1665 18.3956C16.7786 18.7462 17.3578 19.0442 18.166 19.0442C18.9514 19.0442 19.6118 18.6717 20.0971 18.2641C20.337 18.0626 20.5246 17.8603 20.6515 17.7089C20.8756 17.4416 21.1296 17.0702 21.5262 17.333C21.8187 17.5268 21.7804 17.8761 21.5975 18.1238Z",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=\"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.
|
|
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=\"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.2625 18.5365 21.0344 18.7828 20.7402 19.0299C20.1574 19.5194 19.2758 20.0442 18.166 20.0442C17.0793 20.0442 16.3051 19.6274 15.6695 19.2634L15.5871 19.2161C14.9733 18.864 14.539 18.6148 13.9866 18.6148C12.7309 18.6148 11.8393 19.2805 10.8683 20.338C10.6815 20.5414 10.3652 20.5549 10.1618 20.3681C9.95843 20.1813 9.94494 19.865 10.1317 19.6616C11.1536 18.5487 12.2967 17.6148 13.9866 17.6148C14.8161 17.6148 15.4727 17.9946 16.0335 18.319C16.0784 18.3449 16.1228 18.3706 16.1665 18.3956C16.7786 18.7462 17.3578 19.0442 18.166 19.0442C18.9514 19.0442 19.6118 18.6717 20.0971 18.2641C20.337 18.0626 20.5246 17.8603 20.6515 17.7089C20.8756 17.4416 21.1296 17.0702 21.5262 17.333C21.8187 17.5268 21.7804 17.8761 21.5975 18.1238Z\"\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,6RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2xBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencilWave","props","React","CentralIconBase","IconPencilWave_default"]}
|
package/IconWrite1/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconWrite1:()=>c,default:()=>d});module.exports=g(v);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(p.Path,{d:"M11.
|
|
1
|
+
"use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconWrite1:()=>c,default:()=>d});module.exports=g(v);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(p.Path,{d:"M11.9824 5.27444L18.7267 12.0188L19.4169 11.3286C20.979 9.76652 20.979 7.23386 19.4169 5.67176L18.3294 4.58429C16.7673 3.0222 14.2347 3.02219 12.6726 4.58429L11.9824 5.27444Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M18.2253 12.9325L11.0677 5.77493L8.12508 6.72176C6.75532 7.16251 5.72784 8.30501 5.43437 9.71369L3.29102 20.0018L8.39659 14.8962C8.13447 14.5008 7.98181 14.0265 7.98181 13.5166C7.98181 12.1359 9.1011 11.0166 10.4818 11.0166C11.8625 11.0166 12.9818 12.1359 12.9818 13.5166C12.9818 14.8973 11.8625 16.0166 10.4818 16.0166C9.97265 16.0166 9.49903 15.8644 9.104 15.603L3.99766 20.7093L14.2865 18.5658C15.6952 18.2723 16.8377 17.2449 17.2784 15.8751L18.2253 12.9325Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M8.98242 13.5166C8.98242 12.6882 9.65399 12.0166 10.4824 12.0166C11.3108 12.0166 11.9824 12.6882 11.9824 13.5166C11.9824 14.345 11.3108 15.0166 10.4824 15.0166C9.65399 15.0166 8.98242 14.345 8.98242 13.5166Z",fill:"currentColor"})),d=c;0&&(module.exports={IconWrite1});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconWrite1/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.
|
|
1
|
+
{"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9824 5.27444L18.7267 12.0188L19.4169 11.3286C20.979 9.76652 20.979 7.23386 19.4169 5.67176L18.3294 4.58429C16.7673 3.0222 14.2347 3.02219 12.6726 4.58429L11.9824 5.27444Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2253 12.9325L11.0677 5.77493L8.12508 6.72176C6.75532 7.16251 5.72784 8.30501 5.43437 9.71369L3.29102 20.0018L8.39659 14.8962C8.13447 14.5008 7.98181 14.0265 7.98181 13.5166C7.98181 12.1359 9.1011 11.0166 10.4818 11.0166C11.8625 11.0166 12.9818 12.1359 12.9818 13.5166C12.9818 14.8973 11.8625 16.0166 10.4818 16.0166C9.97265 16.0166 9.49903 15.8644 9.104 15.603L3.99766 20.7093L14.2865 18.5658C15.6952 18.2723 16.8377 17.2449 17.2784 15.8751L18.2253 12.9325Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.98242 13.5166C8.98242 12.6882 9.65399 12.0166 10.4824 12.0166C11.3108 12.0166 11.9824 12.6882 11.9824 13.5166C11.9824 14.345 11.3108 15.0166 10.4824 15.0166C9.65399 15.0166 8.98242 14.345 8.98242 13.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gdACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWrite1_exports","__export","IconWrite1","IconWrite1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
|
package/IconWrite1/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M11.
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M11.9824 5.27444L18.7267 12.0188L19.4169 11.3286C20.979 9.76652 20.979 7.23386 19.4169 5.67176L18.3294 4.58429C16.7673 3.0222 14.2347 3.02219 12.6726 4.58429L11.9824 5.27444Z",fill:"currentColor"}),o.createElement(e,{d:"M18.2253 12.9325L11.0677 5.77493L8.12508 6.72176C6.75532 7.16251 5.72784 8.30501 5.43437 9.71369L3.29102 20.0018L8.39659 14.8962C8.13447 14.5008 7.98181 14.0265 7.98181 13.5166C7.98181 12.1359 9.1011 11.0166 10.4818 11.0166C11.8625 11.0166 12.9818 12.1359 12.9818 13.5166C12.9818 14.8973 11.8625 16.0166 10.4818 16.0166C9.97265 16.0166 9.49903 15.8644 9.104 15.603L3.99766 20.7093L14.2865 18.5658C15.6952 18.2723 16.8377 17.2449 17.2784 15.8751L18.2253 12.9325Z",fill:"currentColor"}),o.createElement(e,{d:"M8.98242 13.5166C8.98242 12.6882 9.65399 12.0166 10.4824 12.0166C11.3108 12.0166 11.9824 12.6882 11.9824 13.5166C11.9824 14.345 11.3108 15.0166 10.4824 15.0166C9.65399 15.0166 8.98242 14.345 8.98242 13.5166Z",fill:"currentColor"})),x=a;export{a as IconWrite1,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconWrite1/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.
|
|
1
|
+
{"version":3,"sources":["../src/IconWrite1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWrite1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9824 5.27444L18.7267 12.0188L19.4169 11.3286C20.979 9.76652 20.979 7.23386 19.4169 5.67176L18.3294 4.58429C16.7673 3.0222 14.2347 3.02219 12.6726 4.58429L11.9824 5.27444Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2253 12.9325L11.0677 5.77493L8.12508 6.72176C6.75532 7.16251 5.72784 8.30501 5.43437 9.71369L3.29102 20.0018L8.39659 14.8962C8.13447 14.5008 7.98181 14.0265 7.98181 13.5166C7.98181 12.1359 9.1011 11.0166 10.4818 11.0166C11.8625 11.0166 12.9818 12.1359 12.9818 13.5166C12.9818 14.8973 11.8625 16.0166 10.4818 16.0166C9.97265 16.0166 9.49903 15.8644 9.104 15.603L3.99766 20.7093L14.2865 18.5658C15.6952 18.2723 16.8377 17.2449 17.2784 15.8751L18.2253 12.9325Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.98242 13.5166C8.98242 12.6882 9.65399 12.0166 10.4824 12.0166C11.3108 12.0166 11.9824 12.6882 11.9824 13.5166C11.9824 14.345 11.3108 15.0166 10.4824 15.0166C9.65399 15.0166 8.98242 14.345 8.98242 13.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWrite1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gdACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWrite1","props","React","CentralIconBase","IconWrite1_default"]}
|
package/IconWriting/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var 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:"M16.
|
|
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:"M16.6464 3.64643C17.6701 2.62274 19.3299 2.62274 20.3536 3.64643C21.3772 4.67012 21.3772 6.32985 20.3536 7.35354L15.7322 11.9749C15.0759 12.6312 14.1856 13 13.2574 13H11.5C11.2239 13 11 12.7761 11 12.5V10.7426C11 9.81437 11.3687 8.92413 12.0251 8.26775L16.6464 3.64643Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z",fill:"currentColor"})),v=i;0&&(module.exports={IconWriting});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconWriting/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconWriting/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.
|
|
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=\"M16.6464 3.64643C17.6701 2.62274 19.3299 2.62274 20.3536 3.64643C21.3772 4.67012 21.3772 6.32985 20.3536 7.35354L15.7322 11.9749C15.0759 12.6312 14.1856 13 13.2574 13H11.5C11.2239 13 11 12.7761 11 12.5V10.7426C11 9.81437 11.3687 8.92413 12.0251 8.26775L16.6464 3.64643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kYACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWriting_exports","__export","IconWriting","IconWriting_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
|
package/IconWriting/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import 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:"M16.
|
|
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:"M16.6464 3.64643C17.6701 2.62274 19.3299 2.62274 20.3536 3.64643C21.3772 4.67012 21.3772 6.32985 20.3536 7.35354L15.7322 11.9749C15.0759 12.6312 14.1856 13 13.2574 13H11.5C11.2239 13 11 12.7761 11 12.5V10.7426C11 9.81437 11.3687 8.92413 12.0251 8.26775L16.6464 3.64643Z",fill:"currentColor"}),t.createElement(n,{d:"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z",fill:"currentColor"})),x=a;export{a as IconWriting,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconWriting/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWriting: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.
|
|
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=\"M16.6464 3.64643C17.6701 2.62274 19.3299 2.62274 20.3536 3.64643C21.3772 4.67012 21.3772 6.32985 20.3536 7.35354L15.7322 11.9749C15.0759 12.6312 14.1856 13 13.2574 13H11.5C11.2239 13 11 12.7761 11 12.5V10.7426C11 9.81437 11.3687 8.92413 12.0251 8.26775L16.6464 3.64643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWriting;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWriting","props","React","CentralIconBase","IconWriting_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -8106,6 +8106,20 @@
|
|
|
8106
8106
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
8107
8107
|
"componentName": "IconDoupleCheckmark1Small"
|
|
8108
8108
|
},
|
|
8109
|
+
{
|
|
8110
|
+
"category": "Interface General",
|
|
8111
|
+
"svg": "<path d=\"M14.1241 7.67112C14.3059 7.46337 14.6213 7.44243 14.8291 7.62425C15.0367 7.80612 15.0578 8.12158 14.876 8.32932L7.876 16.3293C7.78489 16.4333 7.65484 16.4956 7.51663 16.5002C7.37841 16.5048 7.24434 16.4515 7.14651 16.3537L4.14651 13.3537C3.95129 13.1585 3.95136 12.842 4.14651 12.6467C4.34177 12.4514 4.65828 12.4514 4.85354 12.6467L7.47561 15.2688L14.1241 7.67112Z\" fill=\"currentColor\"/><path d=\"M19.1241 7.67112C19.3059 7.46337 19.6213 7.44243 19.8291 7.62425C20.0367 7.80612 20.0578 8.12158 19.876 8.32932L12.876 16.3293C12.6942 16.5369 12.3787 16.5578 12.1709 16.3762C11.9632 16.1944 11.9424 15.8789 12.1241 15.6711L19.1241 7.67112Z\" fill=\"currentColor\"/>",
|
|
8112
|
+
"iconName": "douple-checkmark-2-small",
|
|
8113
|
+
"variant": {
|
|
8114
|
+
"join": "round",
|
|
8115
|
+
"filled": "on",
|
|
8116
|
+
"radius": "3",
|
|
8117
|
+
"stroke": "1"
|
|
8118
|
+
},
|
|
8119
|
+
"createdAt": "2025-11-24T19:02:03.386128+00:00",
|
|
8120
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
8121
|
+
"componentName": "IconDoupleCheckmark2Small"
|
|
8122
|
+
},
|
|
8109
8123
|
{
|
|
8110
8124
|
"category": "Photography & Video",
|
|
8111
8125
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 6.5C10 8.433 8.433 10 6.5 10H3.5C3.22386 10 3 9.77614 3 9.5C3 9.22386 3.22386 9 3.5 9H6.5C7.88071 9 9 7.88071 9 6.5V3.5C9 3.22386 9.22386 3 9.5 3C9.77614 3 10 3.22386 10 3.5V6.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 9.5C21 9.77614 20.7761 10 20.5 10H17.5C15.567 10 14 8.433 14 6.5V3.5C14 3.22386 14.2239 3 14.5 3C14.7761 3 15 3.22386 15 3.5V6.5C15 7.88071 16.1193 9 17.5 9H20.5C20.7761 9 21 9.22386 21 9.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5 21C14.2239 21 14 20.7761 14 20.5V17.5C14 15.567 15.567 14 17.5 14H20.5C20.7761 14 21 14.2239 21 14.5C21 14.7761 20.7761 15 20.5 15H17.5C16.1193 15 15 16.1193 15 17.5V20.5C15 20.7761 14.7761 21 14.5 21Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 21C9.22386 21 9 20.7761 9 20.5V17.5C9 16.1193 7.88071 15 6.5 15H3.5C3.22386 15 3 14.7761 3 14.5C3 14.2239 3.22386 14 3.5 14H6.5C8.433 14 10 15.567 10 17.5V20.5C10 20.7761 9.77614 21 9.5 21Z\" fill=\"currentColor\"/>",
|
|
@@ -15010,7 +15024,7 @@
|
|
|
15010
15024
|
},
|
|
15011
15025
|
{
|
|
15012
15026
|
"category": "Edit",
|
|
15013
|
-
"svg": "<path d=\"M15.
|
|
15027
|
+
"svg": "<path d=\"M15.5254 3.26731C16.8922 1.90048 19.1083 1.90048 20.4751 3.26731L20.7325 3.52467C22.0993 4.89151 22.0993 7.10758 20.7325 8.47442L18.7071 10.4998L13.5 5.29267L15.5254 3.26731Z\" fill=\"currentColor\"/><path d=\"M12.7927 5.99976L2.43934 16.3531C2.15803 16.6344 2 17.0159 2 17.4137V21.4995C2 21.7757 2.22386 21.9995 2.5 21.9995H6.58579C6.98361 21.9995 7.36514 21.8415 7.64645 21.5602L17.9998 11.2069L12.7927 5.99976Z\" 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=\"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z\" fill=\"currentColor\"/><path d=\"M11.5 21C11.2239 21 11 21.
|
|
15041
|
+
"svg": "<path d=\"M20.733 3.02673C19.3684 1.65516 17.1504 1.65198 15.7818 3.01964L3.02603 15.7674C2.36908 16.4239 2 17.3148 2 18.2437V22H5.75529C6.68315 22 7.57293 21.6311 8.22893 20.9747L20.9755 8.22C22.3393 6.85534 22.3418 4.64368 20.981 3.27599L20.733 3.02673Z\" fill=\"currentColor\"/><path d=\"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z\" fill=\"currentColor\"/>",
|
|
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=\"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z\" fill=\"currentColor\"/><path d=\"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.
|
|
15069
|
+
"svg": "<path d=\"M18.8536 4.14671C17.6918 2.98495 15.8082 2.98495 14.6464 4.14671L3.02513 15.768C2.36875 16.4244 2 17.3146 2 18.2429V20.5003C2 20.7764 2.22386 21.0003 2.5 21.0003H4.75736C5.68562 21.0003 6.57586 20.6315 7.23223 19.9751L18.8536 8.35382C20.0153 7.19206 20.0153 5.30847 18.8536 4.14671Z\" fill=\"currentColor\"/><path d=\"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.2625 18.5365 21.0344 18.7828 20.7402 19.0299C20.1574 19.5194 19.2758 20.0442 18.166 20.0442C17.0793 20.0442 16.3051 19.6274 15.6695 19.2634L15.5871 19.2161C14.9733 18.864 14.539 18.6148 13.9866 18.6148C12.7309 18.6148 11.8393 19.2805 10.8683 20.338C10.6815 20.5414 10.3652 20.5549 10.1618 20.3681C9.95843 20.1813 9.94494 19.865 10.1317 19.6616C11.1536 18.5487 12.2967 17.6148 13.9866 17.6148C14.8161 17.6148 15.4727 17.9946 16.0335 18.319C16.0784 18.3449 16.1228 18.3706 16.1665 18.3956C16.7786 18.7462 17.3578 19.0442 18.166 19.0442C18.9514 19.0442 19.6118 18.6717 20.0971 18.2641C20.337 18.0626 20.5246 17.8603 20.6515 17.7089C20.8756 17.4416 21.1296 17.0702 21.5262 17.333C21.8187 17.5268 21.7804 17.8761 21.5975 18.1238Z\" 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.
|
|
22125
|
+
"svg": "<path d=\"M11.9824 5.27444L18.7267 12.0188L19.4169 11.3286C20.979 9.76652 20.979 7.23386 19.4169 5.67176L18.3294 4.58429C16.7673 3.0222 14.2347 3.02219 12.6726 4.58429L11.9824 5.27444Z\" fill=\"currentColor\"/><path d=\"M18.2253 12.9325L11.0677 5.77493L8.12508 6.72176C6.75532 7.16251 5.72784 8.30501 5.43437 9.71369L3.29102 20.0018L8.39659 14.8962C8.13447 14.5008 7.98181 14.0265 7.98181 13.5166C7.98181 12.1359 9.1011 11.0166 10.4818 11.0166C11.8625 11.0166 12.9818 12.1359 12.9818 13.5166C12.9818 14.8973 11.8625 16.0166 10.4818 16.0166C9.97265 16.0166 9.49903 15.8644 9.104 15.603L3.99766 20.7093L14.2865 18.5658C15.6952 18.2723 16.8377 17.2449 17.2784 15.8751L18.2253 12.9325Z\" fill=\"currentColor\"/><path d=\"M8.98242 13.5166C8.98242 12.6882 9.65399 12.0166 10.4824 12.0166C11.3108 12.0166 11.9824 12.6882 11.9824 13.5166C11.9824 14.345 11.3108 15.0166 10.4824 15.0166C9.65399 15.0166 8.98242 14.345 8.98242 13.5166Z\" fill=\"currentColor\"/>",
|
|
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=\"M16.
|
|
22153
|
+
"svg": "<path d=\"M16.6464 3.64643C17.6701 2.62274 19.3299 2.62274 20.3536 3.64643C21.3772 4.67012 21.3772 6.32985 20.3536 7.35354L15.7322 11.9749C15.0759 12.6312 14.1856 13 13.2574 13H11.5C11.2239 13 11 12.7761 11 12.5V10.7426C11 9.81437 11.3687 8.92413 12.0251 8.26775L16.6464 3.64643Z\" fill=\"currentColor\"/><path d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z\" fill=\"currentColor\"/>",
|
|
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-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.42",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1/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";
|