@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.15 → 1.1.16
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/IconBezierEdit/index.js +1 -1
- package/IconBezierEdit/index.js.map +1 -1
- package/IconBezierEdit/index.mjs +1 -1
- package/IconBezierEdit/index.mjs.map +1 -1
- package/IconHighlight/index.js +1 -1
- package/IconHighlight/index.js.map +1 -1
- package/IconHighlight/index.mjs +1 -1
- package/IconHighlight/index.mjs.map +1 -1
- 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/IconTextEdit/index.js +1 -1
- package/IconTextEdit/index.js.map +1 -1
- package/IconTextEdit/index.mjs +1 -1
- package/IconTextEdit/index.mjs.map +1 -1
- package/LICENSE.md +4 -0
- package/filtered-icons.json +4 -4
- package/icons-index.json +1 -1
- 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 +4 -4
package/IconBezierEdit/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var s=Object.create;var n=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},H=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=c(o,t))||C.enumerable});return r};var V=(r,o,e)=>(e=r!=null?s(d(r)):{},H(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>H(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconBezierEdit:()=>i,default:()=>x});module.exports=v(P);var p=V(require("react"));var a=V(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>a.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"
|
|
1
|
+
"use strict";var s=Object.create;var n=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},H=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=c(o,t))||C.enumerable});return r};var V=(r,o,e)=>(e=r!=null?s(d(r)):{},H(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>H(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconBezierEdit:()=>i,default:()=>x});module.exports=v(P);var p=V(require("react"));var a=V(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>a.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.3964 13.5631C18.236 12.7235 19.5973 12.7235 20.4369 13.5631C21.2765 14.4027 21.2765 15.764 20.4369 16.6035L16.0404 21H13V17.9596L17.3964 13.5631Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M3 3V9H5.5V15H3V21H9V18.5H11V17.5H9V15H6.5V9H9V6.5H15V9H17.5V11H18.5V9H21V3H15V5.5H9V3H3Z",fill:"currentColor"})),x=i;0&&(module.exports={IconBezierEdit});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.3964 13.5631C18.236 12.7235 19.5973 12.7235 20.4369 13.5631C21.2765 14.4027 21.2765 15.764 20.4369 16.6035L16.0404 21H13V17.9596L17.3964 13.5631Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 3V9H5.5V15H3V21H9V18.5H11V17.5H9V15H6.5V9H9V6.5H15V9H17.5V11H18.5V9H21V3H15V5.5H9V3H3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierEdit;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4FACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBezierEdit_exports","__export","IconBezierEdit","IconBezierEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBezierEdit","props","React","CentralIconBase","IconBezierEdit_default"]}
|
package/IconBezierEdit/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var H=o=>e.createElement(t,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"
|
|
1
|
+
import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var H=o=>e.createElement(t,{...o},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.3964 13.5631C18.236 12.7235 19.5973 12.7235 20.4369 13.5631C21.2765 14.4027 21.2765 15.764 20.4369 16.6035L16.0404 21H13V17.9596L17.3964 13.5631Z",fill:"currentColor"}),e.createElement(n,{d:"M3 3V9H5.5V15H3V21H9V18.5H11V17.5H9V15H6.5V9H9V6.5H15V9H17.5V11H18.5V9H21V3H15V5.5H9V3H3Z",fill:"currentColor"})),B=H;export{H as IconBezierEdit,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.3964 13.5631C18.236 12.7235 19.5973 12.7235 20.4369 13.5631C21.2765 14.4027 21.2765 15.764 20.4369 16.6035L16.0404 21H13V17.9596L17.3964 13.5631Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 3V9H5.5V15H3V21H9V18.5H11V17.5H9V15H6.5V9H9V6.5H15V9H17.5V11H18.5V9H21V3H15V5.5H9V3H3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierEdit;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4FACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBezierEdit","props","React","CentralIconBase","IconBezierEdit_default"]}
|
package/IconHighlight/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var e=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!u.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(p=g(o,C))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(e({},"__esModule",{value:!0}),r);var v={};x(v,{IconHighlight:()=>f,default:()=>h});module.exports=P(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>m.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 c=require("react-native-svg"),f=r=>n.default.createElement(L,{...r},n.default.createElement(c.Path,{d:"M18.4787 1.
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!u.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(p=g(o,C))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(e({},"__esModule",{value:!0}),r);var v={};x(v,{IconHighlight:()=>f,default:()=>h});module.exports=P(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>m.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 c=require("react-native-svg"),f=r=>n.default.createElement(L,{...r},n.default.createElement(c.Path,{d:"M18.4787 1.79346L13.7309 6.55281C11.9854 5.38552 10.0506 4.75026 8.25865 4.6886C6.45174 4.62643 4.75491 5.14916 3.57954 6.34553C2.14972 7.80089 1.74244 9.93915 2.14951 12.149C2.55728 14.3626 3.787 16.7052 5.72151 18.6743C8.04746 21.0418 10.2241 21.7136 11.2888 21.9844L11.7733 22.1077L12.0199 21.1386L11.5353 21.0153C10.58 20.7722 8.59113 20.1683 6.43485 17.9735C4.62326 16.1295 3.50043 13.9626 3.13296 11.9678C2.76478 9.96912 3.15956 8.19991 4.29288 7.04635C5.22349 6.09911 6.62008 5.63281 8.22426 5.68801C9.75771 5.74077 11.4487 6.27158 13.0098 7.27569L9.99968 10.2931V13.9999H13.7068L16.7396 10.967C18.0984 12.594 18.9261 14.1176 19.1806 15.4127C19.4363 16.7137 19.1168 17.7673 18.1646 18.5427C17.5193 19.0681 16.7851 19.0548 15.9941 18.7223C15.1875 18.3831 14.4023 17.7372 13.7996 17.1446L13.4431 16.7941L12.742 17.5071L13.0985 17.8577C13.7325 18.481 14.6255 19.2316 15.6065 19.6441C16.6032 20.0632 17.7662 20.1566 18.796 19.3181C20.0796 18.2729 20.4769 16.823 20.1619 15.2199C19.8579 13.6732 18.8948 11.9728 17.4494 10.2572L22.2079 5.49871L18.4787 1.79346Z",fill:"currentColor"})),h=f;0&&(module.exports={IconHighlight});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconHighlight/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 IconHighlight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.4787 1.
|
|
1
|
+
{"version":3,"sources":["../src/IconHighlight/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 IconHighlight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.4787 1.79346L13.7309 6.55281C11.9854 5.38552 10.0506 4.75026 8.25865 4.6886C6.45174 4.62643 4.75491 5.14916 3.57954 6.34553C2.14972 7.80089 1.74244 9.93915 2.14951 12.149C2.55728 14.3626 3.787 16.7052 5.72151 18.6743C8.04746 21.0418 10.2241 21.7136 11.2888 21.9844L11.7733 22.1077L12.0199 21.1386L11.5353 21.0153C10.58 20.7722 8.59113 20.1683 6.43485 17.9735C4.62326 16.1295 3.50043 13.9626 3.13296 11.9678C2.76478 9.96912 3.15956 8.19991 4.29288 7.04635C5.22349 6.09911 6.62008 5.63281 8.22426 5.68801C9.75771 5.74077 11.4487 6.27158 13.0098 7.27569L9.99968 10.2931V13.9999H13.7068L16.7396 10.967C18.0984 12.594 18.9261 14.1176 19.1806 15.4127C19.4363 16.7137 19.1168 17.7673 18.1646 18.5427C17.5193 19.0681 16.7851 19.0548 15.9941 18.7223C15.1875 18.3831 14.4023 17.7372 13.7996 17.1446L13.4431 16.7941L12.742 17.5071L13.0985 17.8577C13.7325 18.481 14.6255 19.2316 15.6065 19.6441C16.6032 20.0632 17.7662 20.1566 18.796 19.3181C20.0796 18.2729 20.4769 16.823 20.1619 15.2199C19.8579 13.6732 18.8948 11.9728 17.4494 10.2572L22.2079 5.49871L18.4787 1.79346Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHighlight;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wiCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHighlight_exports","__export","IconHighlight","IconHighlight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHighlight","props","React","CentralIconBase","IconHighlight_default"]}
|
package/IconHighlight/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...e})=>n.createElement(p,{...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 a}from"react-native-svg";var l=o=>C.createElement(t,{...o},C.createElement(a,{d:"M18.4787 1.
|
|
1
|
+
import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...e})=>n.createElement(p,{...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 a}from"react-native-svg";var l=o=>C.createElement(t,{...o},C.createElement(a,{d:"M18.4787 1.79346L13.7309 6.55281C11.9854 5.38552 10.0506 4.75026 8.25865 4.6886C6.45174 4.62643 4.75491 5.14916 3.57954 6.34553C2.14972 7.80089 1.74244 9.93915 2.14951 12.149C2.55728 14.3626 3.787 16.7052 5.72151 18.6743C8.04746 21.0418 10.2241 21.7136 11.2888 21.9844L11.7733 22.1077L12.0199 21.1386L11.5353 21.0153C10.58 20.7722 8.59113 20.1683 6.43485 17.9735C4.62326 16.1295 3.50043 13.9626 3.13296 11.9678C2.76478 9.96912 3.15956 8.19991 4.29288 7.04635C5.22349 6.09911 6.62008 5.63281 8.22426 5.68801C9.75771 5.74077 11.4487 6.27158 13.0098 7.27569L9.99968 10.2931V13.9999H13.7068L16.7396 10.967C18.0984 12.594 18.9261 14.1176 19.1806 15.4127C19.4363 16.7137 19.1168 17.7673 18.1646 18.5427C17.5193 19.0681 16.7851 19.0548 15.9941 18.7223C15.1875 18.3831 14.4023 17.7372 13.7996 17.1446L13.4431 16.7941L12.742 17.5071L13.0985 17.8577C13.7325 18.481 14.6255 19.2316 15.6065 19.6441C16.6032 20.0632 17.7662 20.1566 18.796 19.3181C20.0796 18.2729 20.4769 16.823 20.1619 15.2199C19.8579 13.6732 18.8948 11.9728 17.4494 10.2572L22.2079 5.49871L18.4787 1.79346Z",fill:"currentColor"})),u=l;export{l as IconHighlight,u as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconHighlight/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 IconHighlight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.4787 1.
|
|
1
|
+
{"version":3,"sources":["../src/IconHighlight/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 IconHighlight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.4787 1.79346L13.7309 6.55281C11.9854 5.38552 10.0506 4.75026 8.25865 4.6886C6.45174 4.62643 4.75491 5.14916 3.57954 6.34553C2.14972 7.80089 1.74244 9.93915 2.14951 12.149C2.55728 14.3626 3.787 16.7052 5.72151 18.6743C8.04746 21.0418 10.2241 21.7136 11.2888 21.9844L11.7733 22.1077L12.0199 21.1386L11.5353 21.0153C10.58 20.7722 8.59113 20.1683 6.43485 17.9735C4.62326 16.1295 3.50043 13.9626 3.13296 11.9678C2.76478 9.96912 3.15956 8.19991 4.29288 7.04635C5.22349 6.09911 6.62008 5.63281 8.22426 5.68801C9.75771 5.74077 11.4487 6.27158 13.0098 7.27569L9.99968 10.2931V13.9999H13.7068L16.7396 10.967C18.0984 12.594 18.9261 14.1176 19.1806 15.4127C19.4363 16.7137 19.1168 17.7673 18.1646 18.5427C17.5193 19.0681 16.7851 19.0548 15.9941 18.7223C15.1875 18.3831 14.4023 17.7372 13.7996 17.1446L13.4431 16.7941L12.742 17.5071L13.0985 17.8577C13.7325 18.481 14.6255 19.2316 15.6065 19.6441C16.6032 20.0632 17.7662 20.1566 18.796 19.3181C20.0796 18.2729 20.4769 16.823 20.1619 15.2199C19.8579 13.6732 18.8948 11.9728 17.4494 10.2572L22.2079 5.49871L18.4787 1.79346Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHighlight;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wiCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHighlight","props","React","CentralIconBase","IconHighlight_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})},m=(r,o,t,a)=>{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:!(a=B(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?u(P(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var d={};L(d,{IconPencil:()=>i,default:()=>v});module.exports=g(d);var p=C(require("react"));var s=C(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 l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M17 1.
|
|
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})},m=(r,o,t,a)=>{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:!(a=B(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?u(P(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var d={};L(d,{IconPencil:()=>i,default:()=>v});module.exports=g(d);var p=C(require("react"));var s=C(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 l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M17 1.79285L22.2071 6.99995L18.7071 10.4999L13.5 5.29284L17 1.79285Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M12.7929 5.99995L2 16.7928V22H7.20711L18 11.2071L12.7929 5.99995Z",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=\"M17 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=\"M17 1.79285L22.2071 6.99995L18.7071 10.4999L13.5 5.29284L17 1.79285Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.7929 5.99995L2 16.7928V22H7.20711L18 11.2071L12.7929 5.99995Z\"\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,uEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,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 l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...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 m=o=>t.createElement(e,{...o},t.createElement(n,{d:"M17 1.
|
|
1
|
+
import t from"react";import l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...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 m=o=>t.createElement(e,{...o},t.createElement(n,{d:"M17 1.79285L22.2071 6.99995L18.7071 10.4999L13.5 5.29284L17 1.79285Z",fill:"currentColor"}),t.createElement(n,{d:"M12.7929 5.99995L2 16.7928V22H7.20711L18 11.2071L12.7929 5.99995Z",fill:"currentColor"})),x=m;export{m 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=\"M17 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=\"M17 1.79285L22.2071 6.99995L18.7071 10.4999L13.5 5.29284L17 1.79285Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.7929 5.99995L2 16.7928V22H7.20711L18 11.2071L12.7929 5.99995Z\"\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,uEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPencil","props","React","CentralIconBase","IconPencil_default"]}
|
package/IconTextEdit/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=x(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var H={};d(H,{IconTextEdit:()=>i,default:()=>v});module.exports=g(H);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({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 l=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M18.5 3.
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=x(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var H={};d(H,{IconTextEdit:()=>i,default:()=>v});module.exports=g(H);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({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 l=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M18.5 3.79297L7 15.293V20.0001H11.7071L23.2071 8.50008L18.5 3.79297Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M1 5.00008V6.00008H10V5.00008H1Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M1 9.00008V10.0001H7V9.00008H1Z",fill:"currentColor"})),v=i;0&&(module.exports={IconTextEdit});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconTextEdit/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 IconTextEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 3.
|
|
1
|
+
{"version":3,"sources":["../src/IconTextEdit/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 IconTextEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 3.79297L7 15.293V20.0001H11.7071L23.2071 8.50008L18.5 3.79297Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M1 5.00008V6.00008H10V5.00008H1Z\" fill=\"currentColor\" />\n <Path d=\"M1 9.00008V10.0001H7V9.00008H1Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconTextEdit;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconTextEdit_exports","__export","IconTextEdit","IconTextEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTextEdit","props","React","CentralIconBase","IconTextEdit_default"]}
|
package/IconTextEdit/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M18.5 3.
|
|
1
|
+
import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M18.5 3.79297L7 15.293V20.0001H11.7071L23.2071 8.50008L18.5 3.79297Z",fill:"currentColor"}),o.createElement(e,{d:"M1 5.00008V6.00008H10V5.00008H1Z",fill:"currentColor"}),o.createElement(e,{d:"M1 9.00008V10.0001H7V9.00008H1Z",fill:"currentColor"})),P=a;export{a as IconTextEdit,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconTextEdit/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 IconTextEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 3.
|
|
1
|
+
{"version":3,"sources":["../src/IconTextEdit/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 IconTextEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 3.79297L7 15.293V20.0001H11.7071L23.2071 8.50008L18.5 3.79297Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M1 5.00008V6.00008H10V5.00008H1Z\" fill=\"currentColor\" />\n <Path d=\"M1 9.00008V10.0001H7V9.00008H1Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconTextEdit;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTextEdit","props","React","CentralIconBase","IconTextEdit_default"]}
|
package/LICENSE.md
CHANGED
|
@@ -20,6 +20,10 @@ We offer three license types for all our products, depending on your team size:
|
|
|
20
20
|
|
|
21
21
|
- For companies, unlimited users
|
|
22
22
|
|
|
23
|
+
### Ultimate License
|
|
24
|
+
|
|
25
|
+
- For companies, unlimited users
|
|
26
|
+
|
|
23
27
|
## Grant of License
|
|
24
28
|
|
|
25
29
|
Licensor grants Licensee a non-exclusive, non-transferable, worldwide right to use the Product, subject to the terms and conditions set forth in this Agreement.
|
package/filtered-icons.json
CHANGED
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
},
|
|
2775
2775
|
{
|
|
2776
2776
|
"category": "Edit",
|
|
2777
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
2777
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.3964 13.5631C18.236 12.7235 19.5973 12.7235 20.4369 13.5631C21.2765 14.4027 21.2765 15.764 20.4369 16.6035L16.0404 21H13V17.9596L17.3964 13.5631Z\" fill=\"currentColor\"/><path d=\"M3 3V9H5.5V15H3V21H9V18.5H11V17.5H9V15H6.5V9H9V6.5H15V9H17.5V11H18.5V9H21V3H15V5.5H9V3H3Z\" fill=\"currentColor\"/>",
|
|
2778
2778
|
"iconName": "bezier--edit",
|
|
2779
2779
|
"variant": {
|
|
2780
2780
|
"join": "square",
|
|
@@ -10922,7 +10922,7 @@
|
|
|
10922
10922
|
},
|
|
10923
10923
|
{
|
|
10924
10924
|
"category": "Edit",
|
|
10925
|
-
"svg": "<path d=\"M18.4787 1.
|
|
10925
|
+
"svg": "<path d=\"M18.4787 1.79346L13.7309 6.55281C11.9854 5.38552 10.0506 4.75026 8.25865 4.6886C6.45174 4.62643 4.75491 5.14916 3.57954 6.34553C2.14972 7.80089 1.74244 9.93915 2.14951 12.149C2.55728 14.3626 3.787 16.7052 5.72151 18.6743C8.04746 21.0418 10.2241 21.7136 11.2888 21.9844L11.7733 22.1077L12.0199 21.1386L11.5353 21.0153C10.58 20.7722 8.59113 20.1683 6.43485 17.9735C4.62326 16.1295 3.50043 13.9626 3.13296 11.9678C2.76478 9.96912 3.15956 8.19991 4.29288 7.04635C5.22349 6.09911 6.62008 5.63281 8.22426 5.68801C9.75771 5.74077 11.4487 6.27158 13.0098 7.27569L9.99968 10.2931V13.9999H13.7068L16.7396 10.967C18.0984 12.594 18.9261 14.1176 19.1806 15.4127C19.4363 16.7137 19.1168 17.7673 18.1646 18.5427C17.5193 19.0681 16.7851 19.0548 15.9941 18.7223C15.1875 18.3831 14.4023 17.7372 13.7996 17.1446L13.4431 16.7941L12.742 17.5071L13.0985 17.8577C13.7325 18.481 14.6255 19.2316 15.6065 19.6441C16.6032 20.0632 17.7662 20.1566 18.796 19.3181C20.0796 18.2729 20.4769 16.823 20.1619 15.2199C19.8579 13.6732 18.8948 11.9728 17.4494 10.2572L22.2079 5.49871L18.4787 1.79346Z\" fill=\"currentColor\"/>",
|
|
10926
10926
|
"iconName": "highlight, mark, freehand",
|
|
10927
10927
|
"variant": {
|
|
10928
10928
|
"join": "square",
|
|
@@ -14646,7 +14646,7 @@
|
|
|
14646
14646
|
},
|
|
14647
14647
|
{
|
|
14648
14648
|
"category": "Edit",
|
|
14649
|
-
"svg": "<path d=\"M17 1.
|
|
14649
|
+
"svg": "<path d=\"M17 1.79285L22.2071 6.99995L18.7071 10.4999L13.5 5.29284L17 1.79285Z\" fill=\"currentColor\"/><path d=\"M12.7929 5.99995L2 16.7928V22H7.20711L18 11.2071L12.7929 5.99995Z\" fill=\"currentColor\"/>",
|
|
14650
14650
|
"iconName": "pencil, edit, write",
|
|
14651
14651
|
"variant": {
|
|
14652
14652
|
"join": "square",
|
|
@@ -19588,7 +19588,7 @@
|
|
|
19588
19588
|
},
|
|
19589
19589
|
{
|
|
19590
19590
|
"category": "Edit",
|
|
19591
|
-
"svg": "<path d=\"M18.5 3.
|
|
19591
|
+
"svg": "<path d=\"M18.5 3.79297L7 15.293V20.0001H11.7071L23.2071 8.50008L18.5 3.79297Z\" fill=\"currentColor\"/><path d=\"M1 5.00008V6.00008H10V5.00008H1Z\" fill=\"currentColor\"/><path d=\"M1 9.00008V10.0001H7V9.00008H1Z\" fill=\"currentColor\"/>",
|
|
19592
19592
|
"iconName": "text-edit, prompts, comment",
|
|
19593
19593
|
"variant": {
|
|
19594
19594
|
"join": "square",
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|