@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.98 → 1.1.100
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/IconClawdbot/index.d.ts +4 -0
- package/IconClawdbot/index.js +2 -0
- package/IconClawdbot/index.js.map +1 -0
- package/IconClawdbot/index.mjs +2 -0
- package/IconClawdbot/index.mjs.map +1 -0
- package/IconFileEdit/index.js +1 -1
- package/IconFileEdit/index.js.map +1 -1
- package/IconFileEdit/index.mjs +1 -1
- package/IconFileEdit/index.mjs.map +1 -1
- package/IconPageSearch/index.js +1 -1
- package/IconPageSearch/index.js.map +1 -1
- package/IconPageSearch/index.mjs +1 -1
- package/IconPageSearch/index.mjs.map +1 -1
- package/IconPageSearchLines/index.js +1 -1
- package/IconPageSearchLines/index.js.map +1 -1
- package/IconPageSearchLines/index.mjs +1 -1
- package/IconPageSearchLines/index.mjs.map +1 -1
- package/IconPageTextSearch/index.js +1 -1
- package/IconPageTextSearch/index.js.map +1 -1
- package/IconPageTextSearch/index.mjs +1 -1
- package/IconPageTextSearch/index.mjs.map +1 -1
- package/IconScript/index.js +1 -1
- package/IconScript/index.js.map +1 -1
- package/IconScript/index.mjs +1 -1
- package/IconScript/index.mjs.map +1 -1
- package/IconScript2/index.js +1 -1
- package/IconScript2/index.js.map +1 -1
- package/IconScript2/index.mjs +1 -1
- package/IconScript2/index.mjs.map +1 -1
- package/IconTable/index.js +1 -1
- package/IconTable/index.js.map +1 -1
- package/IconTable/index.mjs +1 -1
- package/IconTable/index.mjs.map +1 -1
- package/README.md +1 -0
- package/filtered-icons.json +21 -7
- 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 +14 -7
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!B.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=i(r,t))||p.enumerable});return o};var V=(o,r,e)=>(e=o!=null?f(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),L=o=>l(n({},"__esModule",{value:!0}),o);var x={};I(x,{IconClawdbot:()=>c,default:()=>v});module.exports=L(x);var C=V(require("react"));var a=V(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>a.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var H=require("react-native-svg"),c=o=>C.default.createElement(s,{...o},C.default.createElement(H.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z",fill:"currentColor"})),v=c;0&&(module.exports={IconClawdbot});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconClawdbot/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 IconClawdbot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClawdbot;\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,SAAS,UACT,SAAS,UACT,EAAE,muBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconClawdbot_exports","__export","IconClawdbot","IconClawdbot_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClawdbot","props","React","CentralIconBase","IconClawdbot_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var V=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z",fill:"currentColor"})),B=V;export{V as IconClawdbot,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconClawdbot/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 IconClawdbot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClawdbot;\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,SAAS,UACT,SAAS,UACT,EAAE,muBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClawdbot","props","React","CentralIconBase","IconClawdbot_default"]}
|
package/IconFileEdit/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!B.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var C=(r,o,e)=>(e=r!=null?m(f(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(s({},"__esModule",{value:!0}),r);var P={};I(P,{IconFileEdit:()=>c,default:()=>x});module.exports=h(P);var n=C(require("react"));var u=C(require("react")),d=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(d.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"),c=r=>n.default.createElement(l,{...r},n.default.createElement(p.Path,{d:"M5 8V3H13L19 9V21H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13 3.75V9H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M5.5
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!B.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var C=(r,o,e)=>(e=r!=null?m(f(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(s({},"__esModule",{value:!0}),r);var P={};I(P,{IconFileEdit:()=>c,default:()=>x});module.exports=h(P);var n=C(require("react"));var u=C(require("react")),d=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(d.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"),c=r=>n.default.createElement(l,{...r},n.default.createElement(p.Path,{d:"M5 8V3H13L19 9V21H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13 3.75V9H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M5.5 20.9998L4 19.4998L4 13.5586C4 12.7302 4.67157 12.0586 5.5 12.0586C6.32843 12.0586 7 12.7302 7 13.5586L7 19.4998L5.5 20.9998Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconFileEdit});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 8V3H13L19 9V21H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 3.75V9H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5
|
|
1
|
+
{"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 8V3H13L19 9V21H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 3.75V9H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 20.9998L4 19.4998L4 13.5586C4 12.7302 4.67157 12.0586 5.5 12.0586C6.32843 12.0586 7 12.7302 7 13.5586L7 19.4998L5.5 20.9998Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileEdit;\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,uBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,YAAY,IACZ,cAAc,SACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFileEdit_exports","__export","IconFileEdit","IconFileEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFileEdit","props","React","CentralIconBase","IconFileEdit_default"]}
|
package/IconFileEdit/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M5 8V3H13L19 9V21H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M13 3.75V9H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M5.5
|
|
1
|
+
import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M5 8V3H13L19 9V21H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M13 3.75V9H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M5.5 20.9998L4 19.4998L4 13.5586C4 12.7302 4.67157 12.0586 5.5 12.0586C6.32843 12.0586 7 12.7302 7 13.5586L7 19.4998L5.5 20.9998Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"})),B=a;export{a as IconFileEdit,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 8V3H13L19 9V21H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 3.75V9H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5
|
|
1
|
+
{"version":3,"sources":["../src/IconFileEdit/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 IconFileEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 8V3H13L19 9V21H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 3.75V9H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 20.9998L4 19.4998L4 13.5586C4 12.7302 4.67157 12.0586 5.5 12.0586C6.32843 12.0586 7 12.7302 7 13.5586L7 19.4998L5.5 20.9998Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFileEdit;\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,uBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,OAAO,eACP,YAAY,IACZ,cAAc,SACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFileEdit","props","React","CentralIconBase","IconFileEdit_default"]}
|
package/IconPageSearch/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?m(h(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var x={};I(x,{IconPageSearch:()=>l,default:()=>g});module.exports=P(x);var n=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...e})=>u.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 s=require("react-native-svg"),l=r=>n.default.createElement(d,{...r},n.default.createElement(s.Path,{d:"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M9.5 21H5V3H19V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M19 19.
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?m(h(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var x={};I(x,{IconPageSearch:()=>l,default:()=>g});module.exports=P(x);var n=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...e})=>u.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 s=require("react-native-svg"),l=r=>n.default.createElement(d,{...r},n.default.createElement(s.Path,{d:"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M9.5 21H5V3H19V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M19 19.9497L20.5 21.5002",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=l;0&&(module.exports={IconPageSearch});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageSearch/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 IconPageSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 21H5V3H19V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.
|
|
1
|
+
{"version":3,"sources":["../src/IconPageSearch/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 IconPageSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 21H5V3H19V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.9497L20.5 21.5002\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPageSearch;\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,yKACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPageSearch_exports","__export","IconPageSearch","IconPageSearch_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPageSearch","props","React","CentralIconBase","IconPageSearch_default"]}
|
package/IconPageSearch/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M9.5 21H5V3H19V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M19 19.
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M9.5 21H5V3H19V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M19 19.9497L20.5 21.5002",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconPageSearch,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageSearch/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 IconPageSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 21H5V3H19V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.
|
|
1
|
+
{"version":3,"sources":["../src/IconPageSearch/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 IconPageSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 21H5V3H19V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.9497L20.5 21.5002\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPageSearch;\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,yKACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPageSearch","props","React","CentralIconBase","IconPageSearch_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var l=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!f.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=L(o,s))||p.enumerable});return r};var k=(r,o,e)=>(e=r!=null?l(h(r)):{},d(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>d(i({},"__esModule",{value:!0}),r);var g={};B(g,{IconPageSearchLines:()=>c,default:()=>P});module.exports=I(g);var n=k(require("react"));var u=k(require("react")),C=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.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 t=require("react-native-svg"),c=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M19.1213 20.1213C17.9497 21.2929 16.0503 21.2929 14.8787 20.1213C13.7071 18.9497 13.7071 17.0503 14.8787 15.8787C16.0503 14.7071 17.9497 14.7071 19.1213 15.8787C20.2929 17.0503 20.2929 18.9497 19.1213 20.1213Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19 11V3H4V21H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8 15H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8 7H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8 11H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.1211 20.
|
|
1
|
+
"use strict";var l=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!f.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=L(o,s))||p.enumerable});return r};var k=(r,o,e)=>(e=r!=null?l(h(r)):{},d(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>d(i({},"__esModule",{value:!0}),r);var g={};B(g,{IconPageSearchLines:()=>c,default:()=>P});module.exports=I(g);var n=k(require("react"));var u=k(require("react")),C=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.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 t=require("react-native-svg"),c=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M19.1213 20.1213C17.9497 21.2929 16.0503 21.2929 14.8787 20.1213C13.7071 18.9497 13.7071 17.0503 14.8787 15.8787C16.0503 14.7071 17.9497 14.7071 19.1213 15.8787C20.2929 17.0503 20.2929 18.9497 19.1213 20.1213Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19 11V3H4V21H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8 15H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8 7H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8 11H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.1211 20.1211L20.9998 21.9998",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;0&&(module.exports={IconPageSearchLines});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageSearchLines/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 IconPageSearchLines: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.1213 20.1213C17.9497 21.2929 16.0503 21.2929 14.8787 20.1213C13.7071 18.9497 13.7071 17.0503 14.8787 15.8787C16.0503 14.7071 17.9497 14.7071 19.1213 15.8787C20.2929 17.0503 20.2929 18.9497 19.1213 20.1213Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 11V3H4V21H10.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 15H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 7H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 11H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.1211 20.
|
|
1
|
+
{"version":3,"sources":["../src/IconPageSearchLines/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 IconPageSearchLines: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.1213 20.1213C17.9497 21.2929 16.0503 21.2929 14.8787 20.1213C13.7071 18.9497 13.7071 17.0503 14.8787 15.8787C16.0503 14.7071 17.9497 14.7071 19.1213 15.8787C20.2929 17.0503 20.2929 18.9497 19.1213 20.1213Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 11V3H4V21H10.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 15H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 7H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 11H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.1211 20.1211L20.9998 21.9998\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPageSearchLines;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oNACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPageSearchLines_exports","__export","IconPageSearchLines","IconPageSearchLines_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPageSearchLines","props","React","CentralIconBase","IconPageSearchLines_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...s})=>i.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var d=n=>r.createElement(t,{...n},r.createElement(e,{d:"M19.1213 20.1213C17.9497 21.2929 16.0503 21.2929 14.8787 20.1213C13.7071 18.9497 13.7071 17.0503 14.8787 15.8787C16.0503 14.7071 17.9497 14.7071 19.1213 15.8787C20.2929 17.0503 20.2929 18.9497 19.1213 20.1213Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M19 11V3H4V21H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8 15H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8 7H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8 11H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M19.1211 20.
|
|
1
|
+
import r from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...s})=>i.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var d=n=>r.createElement(t,{...n},r.createElement(e,{d:"M19.1213 20.1213C17.9497 21.2929 16.0503 21.2929 14.8787 20.1213C13.7071 18.9497 13.7071 17.0503 14.8787 15.8787C16.0503 14.7071 17.9497 14.7071 19.1213 15.8787C20.2929 17.0503 20.2929 18.9497 19.1213 20.1213Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M19 11V3H4V21H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8 15H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8 7H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8 11H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M19.1211 20.1211L20.9998 21.9998",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),f=d;export{d as IconPageSearchLines,f as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageSearchLines/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 IconPageSearchLines: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.1213 20.1213C17.9497 21.2929 16.0503 21.2929 14.8787 20.1213C13.7071 18.9497 13.7071 17.0503 14.8787 15.8787C16.0503 14.7071 17.9497 14.7071 19.1213 15.8787C20.2929 17.0503 20.2929 18.9497 19.1213 20.1213Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 11V3H4V21H10.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 15H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 7H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 11H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.1211 20.
|
|
1
|
+
{"version":3,"sources":["../src/IconPageSearchLines/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 IconPageSearchLines: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.1213 20.1213C17.9497 21.2929 16.0503 21.2929 14.8787 20.1213C13.7071 18.9497 13.7071 17.0503 14.8787 15.8787C16.0503 14.7071 17.9497 14.7071 19.1213 15.8787C20.2929 17.0503 20.2929 18.9497 19.1213 20.1213Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 11V3H4V21H10.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 15H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 7H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 11H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.1211 20.1211L20.9998 21.9998\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPageSearchLines;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPageSearchLines","props","React","CentralIconBase","IconPageSearchLines_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of h(o))!x.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(C=m(o,s))||C.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(f(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconPageTextSearch:()=>c,default:()=>L});module.exports=I(P);var t=d(require("react"));var a=d(require("react")),u=require("react-native-svg"),k=({children:r,size:o=24,...e})=>a.default.createElement(u.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 n=require("react-native-svg"),c=r=>t.default.createElement(k,{...r},t.default.createElement(n.Path,{d:"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M9.5 21H5V3H19V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M19 19.
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of h(o))!x.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(C=m(o,s))||C.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(f(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconPageTextSearch:()=>c,default:()=>L});module.exports=I(P);var t=d(require("react"));var a=d(require("react")),u=require("react-native-svg"),k=({children:r,size:o=24,...e})=>a.default.createElement(u.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 n=require("react-native-svg"),c=r=>t.default.createElement(k,{...r},t.default.createElement(n.Path,{d:"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M9.5 21H5V3H19V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M19 19.9497L20.5 21.5002",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M9 7H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M9 11H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),L=c;0&&(module.exports={IconPageTextSearch});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageTextSearch/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 IconPageTextSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 21H5V3H19V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.
|
|
1
|
+
{"version":3,"sources":["../src/IconPageTextSearch/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 IconPageTextSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 21H5V3H19V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.9497L20.5 21.5002\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9 7H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9 11H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPageTextSearch;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yKACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconPageTextSearch_exports","__export","IconPageTextSearch","IconPageTextSearch_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPageTextSearch","props","React","CentralIconBase","IconPageTextSearch_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(C,{...s,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 i=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9.5 21H5V3H19V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19 19.
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(C,{...s,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 i=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9.5 21H5V3H19V10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19 19.9497L20.5 21.5002",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(e,{d:"M9 7H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(e,{d:"M9 11H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),x=i;export{i as IconPageTextSearch,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageTextSearch/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 IconPageTextSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 21H5V3H19V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.
|
|
1
|
+
{"version":3,"sources":["../src/IconPageTextSearch/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 IconPageTextSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 17.5C20 18.4537 19.6186 19.3182 19 19.9495C18.3647 20.5978 17.4793 21 16.5 21C14.567 21 13 19.433 13 17.5C13 15.567 14.567 14 16.5 14C18.433 14 20 15.567 20 17.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 21H5V3H19V10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.9497L20.5 21.5002\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9 7H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9 11H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPageTextSearch;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPageTextSearch","props","React","CentralIconBase","IconPageTextSearch_default"]}
|
package/IconScript/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of L(o))!M.call(r,i)&&i!==e&&s(r,i,{get:()=>o[i],enumerable:!(C=c(o,i))||C.enumerable});return r};var k=(r,o,e)=>(e=r!=null?m(f(r)):{},p(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(s({},"__esModule",{value:!0}),r);var v={};h(v,{IconScript:()=>a,default:()=>I});module.exports=B(v);var t=k(require("react"));var l=k(require("react")),d=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(d.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 n=require("react-native-svg"),a=r=>t.default.createElement(u,{...r},t.default.createElement(n.Path,{d:"M7 15.
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of L(o))!M.call(r,i)&&i!==e&&s(r,i,{get:()=>o[i],enumerable:!(C=c(o,i))||C.enumerable});return r};var k=(r,o,e)=>(e=r!=null?m(f(r)):{},p(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(s({},"__esModule",{value:!0}),r);var v={};h(v,{IconScript:()=>a,default:()=>I});module.exports=B(v);var t=k(require("react"));var l=k(require("react")),d=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(d.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 n=require("react-native-svg"),a=r=>t.default.createElement(u,{...r},t.default.createElement(n.Path,{d:"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M11 8H13",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M11 12H12",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;0&&(module.exports={IconScript});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconScript/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconScript/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 IconScript: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 15.
|
|
1
|
+
{"version":3,"sources":["../src/IconScript/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 IconScript: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 8H13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 12H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScript;\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,4IACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sOACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sLACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconScript_exports","__export","IconScript","IconScript_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScript","props","React","CentralIconBase","IconScript_default"]}
|
package/IconScript/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...i})=>s.createElement(C,{...i,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 p=t=>o.createElement(n,{...t},o.createElement(e,{d:"M7 15.
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...i})=>s.createElement(C,{...i,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 p=t=>o.createElement(n,{...t},o.createElement(e,{d:"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(e,{d:"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11 8H13",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11 12H12",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),M=p;export{p as IconScript,M as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconScript/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconScript/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 IconScript: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 15.
|
|
1
|
+
{"version":3,"sources":["../src/IconScript/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 IconScript: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 8H13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 12H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScript;\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,4IACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sOACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,sLACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScript","props","React","CentralIconBase","IconScript_default"]}
|
package/IconScript2/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var c=Object.create;var i=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==e&&i(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?c(B(r)):{},p(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>p(i({},"__esModule",{value:!0}),r);var x={};L(x,{IconScript2:()=>m,default:()=>v});module.exports=h(x);var n=l(require("react"));var a=l(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...e})=>a.default.createElement(u.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 s=require("react-native-svg"),m=r=>n.default.createElement(d,{...r},n.default.createElement(s.Path,{d:"M7 15.
|
|
1
|
+
"use strict";var c=Object.create;var i=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==e&&i(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?c(B(r)):{},p(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>p(i({},"__esModule",{value:!0}),r);var x={};L(x,{IconScript2:()=>m,default:()=>v});module.exports=h(x);var n=l(require("react"));var a=l(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...e})=>a.default.createElement(u.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 s=require("react-native-svg"),m=r=>n.default.createElement(d,{...r},n.default.createElement(s.Path,{d:"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(s.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),v=m;0&&(module.exports={IconScript2});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconScript2/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconScript2/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 IconScript2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 15.
|
|
1
|
+
{"version":3,"sources":["../src/IconScript2/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 IconScript2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScript2;\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,4IACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sOACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sLACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconScript2_exports","__export","IconScript2","IconScript2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScript2","props","React","CentralIconBase","IconScript2_default"]}
|
package/IconScript2/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...i})=>s.createElement(C,{...i,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var p=e=>o.createElement(n,{...e},o.createElement(t,{d:"M7 15.
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...i})=>s.createElement(C,{...i,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var p=e=>o.createElement(n,{...e},o.createElement(t,{d:"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(t,{d:"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z",stroke:"currentColor",strokeWidth:"2",strokeMiterlimit:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=p;export{p as IconScript2,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconScript2/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 IconScript2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 15.
|
|
1
|
+
{"version":3,"sources":["../src/IconScript2/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 IconScript2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScript2;\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,4IACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sOACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,sLACF,OAAO,eACP,YAAY,IACZ,iBAAiB,MACjB,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScript2","props","React","CentralIconBase","IconScript2_default"]}
|
package/IconTable/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=u(o,t))||a.enumerable});return r};var H=(r,o,e)=>(e=r!=null?i(M(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),Z=r=>C(p({},"__esModule",{value:!0}),r);var x={};I(x,{IconTable:()=>c,default:()=>d});module.exports=Z(x);var n=H(require("react"));var V=H(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>V.default.createElement(l.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 s=require("react-native-svg"),c=r=>n.default.createElement(m,{...r},n.default.createElement(s.Path,{d:"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4 4V3C3.44772 3 3 3.44772 3 4H4ZM4 20H3C3 20.5523 3.44772 21 4 21V20ZM20 4H19V20H20H21V4H20ZM4 4V5H20V4V3H4V4ZM4 20H5V4H4H3V20H4ZM20 20V19H4V20V21H20V20Z",fill:"currentColor"}),n.default.createElement(s.Path,{d:"M10 4V10V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M4 10H10H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),d=c;0&&(module.exports={IconTable});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconTable/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconTable/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 IconTable: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4
|
|
1
|
+
{"version":3,"sources":["../src/IconTable/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 IconTable: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4 4V3C3.44772 3 3 3.44772 3 4H4ZM4 20H3C3 20.5523 3.44772 21 4 21V20ZM20 4H19V20H20H21V4H20ZM4 4V5H20V4V3H4V4ZM4 20H5V4H4H3V20H4ZM20 20V19H4V20V21H20V20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 4V10V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4 10H10H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTable;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconTable_exports","__export","IconTable","IconTable_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTable","props","React","CentralIconBase","IconTable_default"]}
|
package/IconTable/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4 4V3C3.44772 3 3 3.44772 3 4H4ZM4 20H3C3 20.5523 3.44772 21 4 21V20ZM20 4H19V20H20H21V4H20ZM4 4V5H20V4V3H4V4ZM4 20H5V4H4H3V20H4ZM20 20V19H4V20V21H20V20Z",fill:"currentColor"}),o.createElement(t,{d:"M10 4V10V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M4 10H10H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),B=C;export{C as IconTable,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconTable/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconTable/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 IconTable: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4
|
|
1
|
+
{"version":3,"sources":["../src/IconTable/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 IconTable: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4 4V3C3.44772 3 3 3.44772 3 4H4ZM4 20H3C3 20.5523 3.44772 21 4 21V20ZM20 4H19V20H20H21V4H20ZM4 4V5H20V4V3H4V4ZM4 20H5V4H4H3V20H4ZM20 20V19H4V20V21H20V20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 4V10V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4 10H10H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTable;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTable","props","React","CentralIconBase","IconTable_default"]}
|