@central-icons-react-native/square-outlined-radius-0-stroke-1 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 f=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(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 I(o))!d.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(L(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconFileEdit:()=>i,default:()=>g});module.exports=P(k);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),i=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M4.5 8.5V2.5H13L19.5 9V21.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M4.99414 21.
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(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 I(o))!d.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(L(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconFileEdit:()=>i,default:()=>g});module.exports=P(k);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),i=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M4.5 8.5V2.5H13L19.5 9V21.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M4.99414 21.2502L3.49414 19.7502L3.49414 13.0068C3.49414 12.1784 4.16571 11.5068 4.99414 11.5068C5.82257 11.5068 6.49414 12.1784 6.49414 13.0068L6.49414 19.7502L4.99414 21.2502Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M13 2.5V9H19.5",stroke:"currentColor",strokeLinecap:"round"})),g=i;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=\"M4.5 8.5V2.5H13L19.5 9V21.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4.99414 21.
|
|
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=\"M4.5 8.5V2.5H13L19.5 9V21.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4.99414 21.2502L3.49414 19.7502L3.49414 13.0068C3.49414 12.1784 4.16571 11.5068 4.99414 11.5068C5.82257 11.5068 6.49414 12.1784 6.49414 13.0068L6.49414 19.7502L4.99414 21.2502Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M13 2.5V9H19.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\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,kCACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oLACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,CACvE,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 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:"M4.5 8.5V2.5H13L19.5 9V21.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M4.99414 21.
|
|
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:"M4.5 8.5V2.5H13L19.5 9V21.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M4.99414 21.2502L3.49414 19.7502L3.49414 13.0068C3.49414 12.1784 4.16571 11.5068 4.99414 11.5068C5.82257 11.5068 6.49414 12.1784 6.49414 13.0068L6.49414 19.7502L4.99414 21.2502Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M13 2.5V9H19.5",stroke:"currentColor",strokeLinecap:"round"})),d=C;export{C as IconFileEdit,d 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=\"M4.5 8.5V2.5H13L19.5 9V21.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4.99414 21.
|
|
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=\"M4.5 8.5V2.5H13L19.5 9V21.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4.99414 21.2502L3.49414 19.7502L3.49414 13.0068C3.49414 12.1784 4.16571 11.5068 4.99414 11.5068C5.82257 11.5068 6.49414 12.1784 6.49414 13.0068L6.49414 19.7502L4.99414 21.2502Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M13 2.5V9H19.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\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,kCACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oLACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,CACvE,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 i=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?i(P(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>C(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconPageSearch:()=>f,default:()=>d});module.exports=k(h);var n=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var a=require("react-native-svg"),f=r=>n.default.createElement(u,{...r},n.default.createElement(a.Path,{d:"M20.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(a.Path,{d:"M10 21.5H4.5V2.5H19.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(a.Path,{d:"M20.501 21.
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?i(P(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>C(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconPageSearch:()=>f,default:()=>d});module.exports=k(h);var n=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var a=require("react-native-svg"),f=r=>n.default.createElement(u,{...r},n.default.createElement(a.Path,{d:"M20.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(a.Path,{d:"M10 21.5H4.5V2.5H19.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(a.Path,{d:"M20.501 21.5002L19.2988 20.3589",stroke:"currentColor",strokeLinecap:"square"})),d=f;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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10 21.5H4.5V2.5H19.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.501 21.
|
|
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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10 21.5H4.5V2.5H19.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.501 21.5002L19.2988 20.3589\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,4MACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,cAAc,SAChB,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 a from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>a.createElement(s,{...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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M10 21.5H4.5V2.5H19.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M20.501 21.
|
|
1
|
+
import o from"react";import a from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>a.createElement(s,{...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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M10 21.5H4.5V2.5H19.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M20.501 21.5002L19.2988 20.3589",stroke:"currentColor",strokeLinecap:"square"})),g=C;export{C as IconPageSearch,g 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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10 21.5H4.5V2.5H19.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.501 21.
|
|
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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10 21.5H4.5V2.5H19.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.501 21.5002L19.2988 20.3589\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,4MACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,cAAc,SAChB,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 k=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(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 s of d(o))!I.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=f(o,s))||a.enumerable});return r};var u=(r,o,e)=>(e=r!=null?k(B(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(p({},"__esModule",{value:!0}),r);var x={};L(x,{IconPageSearchLines:()=>m,default:()=>g});module.exports=P(x);var t=u(require("react"));var c=u(require("react")),l=require("react-native-svg"),i=({children:r,size:o=24,...e})=>c.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 n=require("react-native-svg"),m=r=>t.default.createElement(i,{...r},t.default.createElement(n.Path,{d:"M19.6213 20.6213C18.4497 21.7929 16.5503 21.7929 15.3787 20.6213C14.2071 19.4497 14.2071 17.5503 15.3787 16.3787C15.9645 15.7929 16.7322 15.5 17.5 15.5C18.2678 15.5 19.0355 15.7929 19.6213 16.3787C20.7929 17.5503 20.7929 19.4497 19.6213 20.6213Z",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M19.5 13.5V2.5H3.5V21.5H13",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M7.5 14.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M7.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M7.5 10.5H11.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M19.6211 20.
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(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 s of d(o))!I.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=f(o,s))||a.enumerable});return r};var u=(r,o,e)=>(e=r!=null?k(B(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(p({},"__esModule",{value:!0}),r);var x={};L(x,{IconPageSearchLines:()=>m,default:()=>g});module.exports=P(x);var t=u(require("react"));var c=u(require("react")),l=require("react-native-svg"),i=({children:r,size:o=24,...e})=>c.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 n=require("react-native-svg"),m=r=>t.default.createElement(i,{...r},t.default.createElement(n.Path,{d:"M19.6213 20.6213C18.4497 21.7929 16.5503 21.7929 15.3787 20.6213C14.2071 19.4497 14.2071 17.5503 15.3787 16.3787C15.9645 15.7929 16.7322 15.5 17.5 15.5C18.2678 15.5 19.0355 15.7929 19.6213 16.3787C20.7929 17.5503 20.7929 19.4497 19.6213 20.6213Z",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M19.5 13.5V2.5H3.5V21.5H13",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M7.5 14.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M7.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M7.5 10.5H11.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M19.6211 20.6211L21.4998 22.4998",stroke:"currentColor",strokeLinecap:"square"})),g=m;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.6213 20.6213C18.4497 21.7929 16.5503 21.7929 15.3787 20.6213C14.2071 19.4497 14.2071 17.5503 15.3787 16.3787C15.9645 15.7929 16.7322 15.5 17.5 15.5C18.2678 15.5 19.0355 15.7929 19.6213 16.3787C20.7929 17.5503 20.7929 19.4497 19.6213 20.6213Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M19.5 13.5V2.5H3.5V21.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M7.5 14.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 6.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 10.5H11.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M19.6211 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.6213 20.6213C18.4497 21.7929 16.5503 21.7929 15.3787 20.6213C14.2071 19.4497 14.2071 17.5503 15.3787 16.3787C15.9645 15.7929 16.7322 15.5 17.5 15.5C18.2678 15.5 19.0355 15.7929 19.6213 16.3787C20.7929 17.5503 20.7929 19.4497 19.6213 20.6213Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M19.5 13.5V2.5H3.5V21.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M7.5 14.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 6.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 10.5H11.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M19.6211 20.6211L21.4998 22.4998\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,wPACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,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 p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:o=24,...s})=>p.createElement(a,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>r.createElement(n,{...t},r.createElement(e,{d:"M19.6213 20.6213C18.4497 21.7929 16.5503 21.7929 15.3787 20.6213C14.2071 19.4497 14.2071 17.5503 15.3787 16.3787C15.9645 15.7929 16.7322 15.5 17.5 15.5C18.2678 15.5 19.0355 15.7929 19.6213 16.3787C20.7929 17.5503 20.7929 19.4497 19.6213 20.6213Z",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M19.5 13.5V2.5H3.5V21.5H13",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M7.5 14.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M7.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M7.5 10.5H11.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M19.6211 20.
|
|
1
|
+
import r from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:o=24,...s})=>p.createElement(a,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>r.createElement(n,{...t},r.createElement(e,{d:"M19.6213 20.6213C18.4497 21.7929 16.5503 21.7929 15.3787 20.6213C14.2071 19.4497 14.2071 17.5503 15.3787 16.3787C15.9645 15.7929 16.7322 15.5 17.5 15.5C18.2678 15.5 19.0355 15.7929 19.6213 16.3787C20.7929 17.5503 20.7929 19.4497 19.6213 20.6213Z",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M19.5 13.5V2.5H3.5V21.5H13",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M7.5 14.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M7.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M7.5 10.5H11.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M19.6211 20.6211L21.4998 22.4998",stroke:"currentColor",strokeLinecap:"square"})),I=C;export{C as IconPageSearchLines,I 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.6213 20.6213C18.4497 21.7929 16.5503 21.7929 15.3787 20.6213C14.2071 19.4497 14.2071 17.5503 15.3787 16.3787C15.9645 15.7929 16.7322 15.5 17.5 15.5C18.2678 15.5 19.0355 15.7929 19.6213 16.3787C20.7929 17.5503 20.7929 19.4497 19.6213 20.6213Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M19.5 13.5V2.5H3.5V21.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M7.5 14.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 6.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 10.5H11.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M19.6211 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.6213 20.6213C18.4497 21.7929 16.5503 21.7929 15.3787 20.6213C14.2071 19.4497 14.2071 17.5503 15.3787 16.3787C15.9645 15.7929 16.7322 15.5 17.5 15.5C18.2678 15.5 19.0355 15.7929 19.6213 16.3787C20.7929 17.5503 20.7929 19.4497 19.6213 20.6213Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M19.5 13.5V2.5H3.5V21.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M7.5 14.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 6.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M7.5 10.5H11.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M19.6211 20.6211L21.4998 22.4998\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,wPACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,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 k=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(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 s of x(o))!I.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=f(o,s))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?k(B(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>C(p({},"__esModule",{value:!0}),r);var L={};P(L,{IconPageTextSearch:()=>i,default:()=>g});module.exports=d(L);var t=c(require("react"));var u=c(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>u.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 n=require("react-native-svg"),i=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M20.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M10 21.5H4.5V2.5H19.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M20.5002 21.
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(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 s of x(o))!I.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=f(o,s))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?k(B(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>C(p({},"__esModule",{value:!0}),r);var L={};P(L,{IconPageTextSearch:()=>i,default:()=>g});module.exports=d(L);var t=c(require("react"));var u=c(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>u.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 n=require("react-native-svg"),i=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M20.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M10 21.5H4.5V2.5H19.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M20.5002 21.4998L19.4707 20.5225",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M8.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M8.5 10.5H12.5",stroke:"currentColor",strokeLinecap:"square"})),g=i;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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10 21.5H4.5V2.5H19.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.5002 21.
|
|
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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10 21.5H4.5V2.5H19.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.5002 21.4998L19.4707 20.5225\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M8.5 6.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M8.5 10.5H12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\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,4MACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,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 a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(a,{...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 C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M10 21.5H4.5V2.5H19.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M20.5002 21.
|
|
1
|
+
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(a,{...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 C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M10 21.5H4.5V2.5H19.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M20.5002 21.4998L19.4707 20.5225",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M8.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M8.5 10.5H12.5",stroke:"currentColor",strokeLinecap:"square"})),I=C;export{C as IconPageTextSearch,I 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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10 21.5H4.5V2.5H19.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.5002 21.
|
|
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.5 17.5C20.5 18.62 20.0397 19.6325 19.2979 20.3587C18.5766 21.0647 17.5891 21.5 16.5 21.5C14.2909 21.5 12.5 19.7091 12.5 17.5C12.5 15.2909 14.2909 13.5 16.5 13.5C18.7091 13.5 20.5 15.2909 20.5 17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10 21.5H4.5V2.5H19.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.5002 21.4998L19.4707 20.5225\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M8.5 6.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M8.5 10.5H12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\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,4MACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,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 k=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var o in e)C(r,o,{get:e[o],enumerable:!0})},p=(r,e,o,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of f(e))!B.call(r,s)&&s!==o&&C(r,s,{get:()=>e[s],enumerable:!(i=d(e,s))||i.enumerable});return r};var l=(r,e,o)=>(o=r!=null?k(M(r)):{},p(e||!r||!r.__esModule?C(o,"default",{value:r,enumerable:!0}):o,r)),v=r=>p(C({},"__esModule",{value:!0}),r);var P={};I(P,{IconScript:()=>c,default:()=>x});module.exports=v(P);var t=l(require("react"));var a=l(require("react")),m=require("react-native-svg"),u=({children:r,size:e=24,...o})=>a.default.createElement(m.Svg,{...o,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(n.Path,{d:"M6.5 15.
|
|
1
|
+
"use strict";var k=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var o in e)C(r,o,{get:e[o],enumerable:!0})},p=(r,e,o,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of f(e))!B.call(r,s)&&s!==o&&C(r,s,{get:()=>e[s],enumerable:!(i=d(e,s))||i.enumerable});return r};var l=(r,e,o)=>(o=r!=null?k(M(r)):{},p(e||!r||!r.__esModule?C(o,"default",{value:r,enumerable:!0}):o,r)),v=r=>p(C({},"__esModule",{value:!0}),r);var P={};I(P,{IconScript:()=>c,default:()=>x});module.exports=v(P);var t=l(require("react"));var a=l(require("react")),m=require("react-native-svg"),u=({children:r,size:e=24,...o})=>a.default.createElement(m.Svg,{...o,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(n.Path,{d:"M6.5 15.4807C6.5 15.4807 6.5 7.77504 6.5 5.4964C6.5 4.96648 6.71052 4.45846 7.08617 4.08406C7.46104 3.70966 7.96974 3.5 8.75035 3.5C11.9215 3.5 18.9997 3.5 18.9997 3.5",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M15 20.4998H5.5329C4.99368 20.4998 4.47658 20.2857 4.09526 19.9045C3.71395 19.5234 3.5 19.0062 3.5 18.4674C3.5 17.2282 3.5 15.4998 3.5 15.4998C7.01472 15.4998 9.98528 15.4998 13.5 15.4998L13.5 18.5018C13.5 19.6048 14.395 20.4998 15.498 20.4998H15.502C16.605 20.4998 17.5 19.6048 17.5 18.5018V15.7498V9.44531",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),t.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 3.5C20.5893 3.5 21.5 4.41068 21.5 5.5C21.5 6.8923 21.5 9.5 21.5 9.5H17.5V5.5C17.5 4.96954 17.7108 4.46092 18.0857 4.08585C18.4607 3.71077 18.9696 3.5 19.5 3.5Z",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M10.5 7.5H13.5",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M10.5 10.5H12.5",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"})),x=c;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=\"M6.5 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=\"M6.5 15.4807C6.5 15.4807 6.5 7.77504 6.5 5.4964C6.5 4.96648 6.71052 4.45846 7.08617 4.08406C7.46104 3.70966 7.96974 3.5 8.75035 3.5C11.9215 3.5 18.9997 3.5 18.9997 3.5\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M15 20.4998H5.5329C4.99368 20.4998 4.47658 20.2857 4.09526 19.9045C3.71395 19.5234 3.5 19.0062 3.5 18.4674C3.5 17.2282 3.5 15.4998 3.5 15.4998C7.01472 15.4998 9.98528 15.4998 13.5 15.4998L13.5 18.5018C13.5 19.6048 14.395 20.4998 15.498 20.4998H15.502C16.605 20.4998 17.5 19.6048 17.5 18.5018V15.7498V9.44531\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.5 3.5C20.5893 3.5 21.5 4.41068 21.5 5.5C21.5 6.8923 21.5 9.5 21.5 9.5H17.5V5.5C17.5 4.96954 17.7108 4.46092 18.0857 4.08585C18.4607 3.71077 18.9696 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10.5 7.5H13.5\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10.5 10.5H12.5\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\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,0KACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sTACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wKACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,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 e from"react";import C from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...s})=>C.createElement(i,{...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 o}from"react-native-svg";var p=t=>e.createElement(n,{...t},e.createElement(o,{d:"M6.5 15.
|
|
1
|
+
import e from"react";import C from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...s})=>C.createElement(i,{...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 o}from"react-native-svg";var p=t=>e.createElement(n,{...t},e.createElement(o,{d:"M6.5 15.4807C6.5 15.4807 6.5 7.77504 6.5 5.4964C6.5 4.96648 6.71052 4.45846 7.08617 4.08406C7.46104 3.70966 7.96974 3.5 8.75035 3.5C11.9215 3.5 18.9997 3.5 18.9997 3.5",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),e.createElement(o,{d:"M15 20.4998H5.5329C4.99368 20.4998 4.47658 20.2857 4.09526 19.9045C3.71395 19.5234 3.5 19.0062 3.5 18.4674C3.5 17.2282 3.5 15.4998 3.5 15.4998C7.01472 15.4998 9.98528 15.4998 13.5 15.4998L13.5 18.5018C13.5 19.6048 14.395 20.4998 15.498 20.4998H15.502C16.605 20.4998 17.5 19.6048 17.5 18.5018V15.7498V9.44531",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),e.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 3.5C20.5893 3.5 21.5 4.41068 21.5 5.5C21.5 6.8923 21.5 9.5 21.5 9.5H17.5V5.5C17.5 4.96954 17.7108 4.46092 18.0857 4.08585C18.4607 3.71077 18.9696 3.5 19.5 3.5Z",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),e.createElement(o,{d:"M10.5 7.5H13.5",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),e.createElement(o,{d:"M10.5 10.5H12.5",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"})),B=p;export{p as IconScript,B 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=\"M6.5 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=\"M6.5 15.4807C6.5 15.4807 6.5 7.77504 6.5 5.4964C6.5 4.96648 6.71052 4.45846 7.08617 4.08406C7.46104 3.70966 7.96974 3.5 8.75035 3.5C11.9215 3.5 18.9997 3.5 18.9997 3.5\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M15 20.4998H5.5329C4.99368 20.4998 4.47658 20.2857 4.09526 19.9045C3.71395 19.5234 3.5 19.0062 3.5 18.4674C3.5 17.2282 3.5 15.4998 3.5 15.4998C7.01472 15.4998 9.98528 15.4998 13.5 15.4998L13.5 18.5018C13.5 19.6048 14.395 20.4998 15.498 20.4998H15.502C16.605 20.4998 17.5 19.6048 17.5 18.5018V15.7498V9.44531\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.5 3.5C20.5893 3.5 21.5 4.41068 21.5 5.5C21.5 6.8923 21.5 9.5 21.5 9.5H17.5V5.5C17.5 4.96954 17.7108 4.46092 18.0857 4.08585C18.4607 3.71077 18.9696 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10.5 7.5H13.5\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M10.5 10.5H12.5\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\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,0KACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sTACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wKACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,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 f=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,e)=>{for(var o in e)C(r,o,{get:e[o],enumerable:!0})},i=(r,e,o,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of k(e))!I.call(r,t)&&t!==o&&C(r,t,{get:()=>e[t],enumerable:!(s=d(e,t))||s.enumerable});return r};var l=(r,e,o)=>(o=r!=null?f(B(r)):{},i(e||!r||!r.__esModule?C(o,"default",{value:r,enumerable:!0}):o,r)),x=r=>i(C({},"__esModule",{value:!0}),r);var g={};v(g,{IconScript2:()=>u,default:()=>P});module.exports=x(g);var n=l(require("react"));var a=l(require("react")),m=require("react-native-svg"),c=({children:r,size:e=24,...o})=>a.default.createElement(m.Svg,{...o,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M6.5 15.
|
|
1
|
+
"use strict";var f=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,e)=>{for(var o in e)C(r,o,{get:e[o],enumerable:!0})},i=(r,e,o,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of k(e))!I.call(r,t)&&t!==o&&C(r,t,{get:()=>e[t],enumerable:!(s=d(e,t))||s.enumerable});return r};var l=(r,e,o)=>(o=r!=null?f(B(r)):{},i(e||!r||!r.__esModule?C(o,"default",{value:r,enumerable:!0}):o,r)),x=r=>i(C({},"__esModule",{value:!0}),r);var g={};v(g,{IconScript2:()=>u,default:()=>P});module.exports=x(g);var n=l(require("react"));var a=l(require("react")),m=require("react-native-svg"),c=({children:r,size:e=24,...o})=>a.default.createElement(m.Svg,{...o,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M6.5 15.4807C6.5 15.4807 6.5 7.77504 6.5 5.4964C6.5 4.96648 6.71052 4.45846 7.08617 4.08406C7.46104 3.70966 7.96974 3.5 8.75035 3.5C11.9215 3.5 18.9997 3.5 18.9997 3.5",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M15 20.4998H5.5329C4.99368 20.4998 4.47658 20.2857 4.09526 19.9045C3.71395 19.5234 3.5 19.0062 3.5 18.4674C3.5 17.2282 3.5 15.4998 3.5 15.4998C7.01472 15.4998 9.98528 15.4998 13.5 15.4998L13.5 18.5018C13.5 19.6048 14.395 20.4998 15.498 20.4998H15.502C16.605 20.4998 17.5 19.6048 17.5 18.5018V15.7498V9.44531",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 3.5C20.5893 3.5 21.5 4.41068 21.5 5.5C21.5 6.8923 21.5 9.5 21.5 9.5H17.5V5.5C17.5 4.96954 17.7108 4.46092 18.0857 4.08585C18.4607 3.71077 18.9696 3.5 19.5 3.5Z",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"})),P=u;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=\"M6.5 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=\"M6.5 15.4807C6.5 15.4807 6.5 7.77504 6.5 5.4964C6.5 4.96648 6.71052 4.45846 7.08617 4.08406C7.46104 3.70966 7.96974 3.5 8.75035 3.5C11.9215 3.5 18.9997 3.5 18.9997 3.5\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M15 20.4998H5.5329C4.99368 20.4998 4.47658 20.2857 4.09526 19.9045C3.71395 19.5234 3.5 19.0062 3.5 18.4674C3.5 17.2282 3.5 15.4998 3.5 15.4998C7.01472 15.4998 9.98528 15.4998 13.5 15.4998L13.5 18.5018C13.5 19.6048 14.395 20.4998 15.498 20.4998H15.502C16.605 20.4998 17.5 19.6048 17.5 18.5018V15.7498V9.44531\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.5 3.5C20.5893 3.5 21.5 4.41068 21.5 5.5C21.5 6.8923 21.5 9.5 21.5 9.5H17.5V5.5C17.5 4.96954 17.7108 4.46092 18.0857 4.08585C18.4607 3.71077 18.9696 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\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,0KACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sTACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wKACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,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 e from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var i=o=>e.createElement(n,{...o},e.createElement(t,{d:"M6.5 15.
|
|
1
|
+
import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var i=o=>e.createElement(n,{...o},e.createElement(t,{d:"M6.5 15.4807C6.5 15.4807 6.5 7.77504 6.5 5.4964C6.5 4.96648 6.71052 4.45846 7.08617 4.08406C7.46104 3.70966 7.96974 3.5 8.75035 3.5C11.9215 3.5 18.9997 3.5 18.9997 3.5",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),e.createElement(t,{d:"M15 20.4998H5.5329C4.99368 20.4998 4.47658 20.2857 4.09526 19.9045C3.71395 19.5234 3.5 19.0062 3.5 18.4674C3.5 17.2282 3.5 15.4998 3.5 15.4998C7.01472 15.4998 9.98528 15.4998 13.5 15.4998L13.5 18.5018C13.5 19.6048 14.395 20.4998 15.498 20.4998H15.502C16.605 20.4998 17.5 19.6048 17.5 18.5018V15.7498V9.44531",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 3.5C20.5893 3.5 21.5 4.41068 21.5 5.5C21.5 6.8923 21.5 9.5 21.5 9.5H17.5V5.5C17.5 4.96954 17.7108 4.46092 18.0857 4.08585C18.4607 3.71077 18.9696 3.5 19.5 3.5Z",stroke:"currentColor",strokeMiterlimit:"1.5",strokeLinecap:"square"})),I=i;export{i 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=\"M6.5 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=\"M6.5 15.4807C6.5 15.4807 6.5 7.77504 6.5 5.4964C6.5 4.96648 6.71052 4.45846 7.08617 4.08406C7.46104 3.70966 7.96974 3.5 8.75035 3.5C11.9215 3.5 18.9997 3.5 18.9997 3.5\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M15 20.4998H5.5329C4.99368 20.4998 4.47658 20.2857 4.09526 19.9045C3.71395 19.5234 3.5 19.0062 3.5 18.4674C3.5 17.2282 3.5 15.4998 3.5 15.4998C7.01472 15.4998 9.98528 15.4998 13.5 15.4998L13.5 18.5018C13.5 19.6048 14.395 20.4998 15.498 20.4998H15.502C16.605 20.4998 17.5 19.6048 17.5 18.5018V15.7498V9.44531\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.5 3.5C20.5893 3.5 21.5 4.41068 21.5 5.5C21.5 6.8923 21.5 9.5 21.5 9.5H17.5V5.5C17.5 4.96954 17.7108 4.46092 18.0857 4.08585C18.4607 3.71077 18.9696 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeMiterlimit=\"1.5\"\n strokeLinecap=\"square\"\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,0KACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sTACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wKACF,OAAO,eACP,iBAAiB,MACjB,cAAc,SAChB,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 u=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var i=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,V)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of M(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(V=f(o,t))||V.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(i(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),Z=r=>a(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconTable:()=>c,default:()=>x});module.exports=Z(P);var n=s(require("react"));var l=s(require("react")),C=require("react-native-svg"),m=({children:r,size:o=24,...e})=>l.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 H=require("react-native-svg"),c=r=>n.default.createElement(m,{...r},n.default.createElement(H.Path,{d:"M20.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 3.5V3H3V3.5H3.5ZM3.5 20.5H3V21H3.5V20.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5Z",fill:"currentColor"}),n.default.createElement(H.Path,{d:"M9.5 3.5V9.5V20.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(H.Path,{d:"M3.5 9.5H9.5H20.5",stroke:"currentColor",strokeLinecap:"square"})),x=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.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5
|
|
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.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 3.5V3H3V3.5H3.5ZM3.5 20.5H3V21H3.5V20.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 3.5V9.5V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3.5 9.5H9.5H20.5\"\n stroke=\"currentColor\"\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,uOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,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 H from"react";import{Svg as V}from"react-native-svg";var n=({children:e,size:r=24,...p})=>H.createElement(V,{...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.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 3.5V3H3V3.5H3.5ZM3.5 20.5H3V21H3.5V20.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5Z",fill:"currentColor"}),o.createElement(t,{d:"M9.5 3.5V9.5V20.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M3.5 9.5H9.5H20.5",stroke:"currentColor",strokeLinecap:"square"})),B=a;export{a 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.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5
|
|
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.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 3.5V3H3V3.5H3.5ZM3.5 20.5H3V21H3.5V20.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 3.5V9.5V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3.5 9.5H9.5H20.5\"\n stroke=\"currentColor\"\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,uOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTable","props","React","CentralIconBase","IconTable_default"]}
|