@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.21 → 1.1.23
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/IconAnvil/index.d.ts +4 -0
- package/IconAnvil/index.js +2 -0
- package/IconAnvil/index.js.map +1 -0
- package/IconAnvil/index.mjs +2 -0
- package/IconAnvil/index.mjs.map +1 -0
- package/IconFileChart/index.js +1 -1
- package/IconFileChart/index.js.map +1 -1
- package/IconFileChart/index.mjs +1 -1
- package/IconFileChart/index.mjs.map +1 -1
- package/IconFileLink/index.js +1 -1
- package/IconFileLink/index.js.map +1 -1
- package/IconFileLink/index.mjs +1 -1
- package/IconFileLink/index.mjs.map +1 -1
- package/IconFileText/index.js +1 -1
- package/IconFileText/index.js.map +1 -1
- package/IconFileText/index.mjs +1 -1
- package/IconFileText/index.mjs.map +1 -1
- package/IconFolderPaper/index.js +1 -1
- package/IconFolderPaper/index.js.map +1 -1
- package/IconFolderPaper/index.mjs +1 -1
- package/IconFolderPaper/index.mjs.map +1 -1
- package/IconNotebook/index.js +1 -1
- package/IconNotebook/index.js.map +1 -1
- package/IconNotebook/index.mjs +1 -1
- package/IconNotebook/index.mjs.map +1 -1
- package/IconPageAdd/index.js +1 -1
- package/IconPageAdd/index.js.map +1 -1
- package/IconPageAdd/index.mjs +1 -1
- package/IconPageAdd/index.mjs.map +1 -1
- package/IconPageAttachment/index.js +1 -1
- package/IconPageAttachment/index.js.map +1 -1
- package/IconPageAttachment/index.mjs +1 -1
- package/IconPageAttachment/index.mjs.map +1 -1
- package/IconPageLink/index.js +1 -1
- package/IconPageLink/index.js.map +1 -1
- package/IconPageLink/index.mjs +1 -1
- package/IconPageLink/index.mjs.map +1 -1
- package/IconPageLock/index.js +1 -1
- package/IconPageLock/index.js.map +1 -1
- package/IconPageLock/index.mjs +1 -1
- package/IconPageLock/index.mjs.map +1 -1
- package/IconPagePieChart/index.js +1 -1
- package/IconPagePieChart/index.js.map +1 -1
- package/IconPagePieChart/index.mjs +1 -1
- package/IconPagePieChart/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/IconPageText/index.js +1 -1
- package/IconPageText/index.js.map +1 -1
- package/IconPageText/index.mjs +1 -1
- package/IconPageText/index.mjs.map +1 -1
- package/IconPageTextAdd/index.js +1 -1
- package/IconPageTextAdd/index.js.map +1 -1
- package/IconPageTextAdd/index.mjs +1 -1
- package/IconPageTextAdd/index.mjs.map +1 -1
- package/IconPageTextCloud/index.js +1 -1
- package/IconPageTextCloud/index.js.map +1 -1
- package/IconPageTextCloud/index.mjs +1 -1
- package/IconPageTextCloud/index.mjs.map +1 -1
- package/IconPageTextLink/index.js +1 -1
- package/IconPageTextLink/index.js.map +1 -1
- package/IconPageTextLink/index.mjs +1 -1
- package/IconPageTextLink/index.mjs.map +1 -1
- package/IconPageTextLock/index.js +1 -1
- package/IconPageTextLock/index.js.map +1 -1
- package/IconPageTextLock/index.mjs +1 -1
- package/IconPageTextLock/index.mjs.map +1 -1
- package/IconPageTextPieChart/index.js +1 -1
- package/IconPageTextPieChart/index.js.map +1 -1
- package/IconPageTextPieChart/index.mjs +1 -1
- package/IconPageTextPieChart/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/IconPlan/index.d.ts +4 -0
- package/IconPlan/index.js +2 -0
- package/IconPlan/index.js.map +1 -0
- package/IconPlan/index.mjs +2 -0
- package/IconPlan/index.mjs.map +1 -0
- package/IconServer/index.js +1 -1
- package/IconServer/index.js.map +1 -1
- package/IconServer/index.mjs +1 -1
- package/IconServer/index.mjs.map +1 -1
- package/README.md +2 -0
- package/filtered-icons.json +48 -20
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -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 +34 -20
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageTextLink/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 IconPageTextLink: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconPageTextLink/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 IconPageTextLink: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M18 15.4424V17.5578\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M14 15.2502C14 15.5264 14.2239 15.7502 14.5 15.7502C14.7761 15.7502 15 15.5264 15 15.2502H14.5H14ZM21 15.2502C21 15.5264 21.2239 15.7502 21.5 15.7502C21.7761 15.7502 22 15.5264 22 15.2502H21.5H21ZM14.5 14.8848H14V15.2502H14.5H15V14.8848H14.5ZM14.5 14.8848H15C15 13.2279 16.3431 11.8848 18 11.8848V11.3848V10.8848C15.7909 10.8848 14 12.6756 14 14.8848H14.5ZM18 11.3848V11.8848C19.6569 11.8848 21 13.2279 21 14.8848H21.5H22C22 12.6756 20.2091 10.8848 18 10.8848V11.3848ZM21.5 14.8848H21V15.2502H21.5H22V14.8848H21.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 17.75C15 17.4739 14.7761 17.25 14.5 17.25C14.2239 17.25 14 17.4739 14 17.75H14.5H15ZM22 17.75C22 17.4739 21.7761 17.25 21.5 17.25C21.2239 17.25 21 17.4739 21 17.75H21.5H22ZM14.5 18.1153H15V17.75H14.5H14V18.1153H14.5ZM14.5 18.1153H14C14 20.3244 15.7909 22.1153 18 22.1153V21.6153V21.1153C16.3431 21.1153 15 19.7721 15 18.1153H14.5ZM18 21.6153V22.1153C20.2091 22.1153 22 20.3244 22 18.1153H21.5H21C21 19.7721 19.6569 21.1153 18 21.1153V21.6153ZM21.5 18.1153H22V17.75H21.5H21V18.1153H21.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8.5 6.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M8.5 10.5H11.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPageTextLink;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sBACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qgBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6eACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,CACvE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPageTextLink","props","React","CentralIconBase","IconPageTextLink_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var l=Object.create;var C=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var n in r)C(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of L(r))!x.call(o,s)&&s!==n&&C(o,s,{get:()=>r[s],enumerable:!(p=m(r,s))||p.enumerable});return o};var u=(o,r,n)=>(n=o!=null?l(f(o)):{},i(r||!o||!o.__esModule?C(n,"default",{value:o,enumerable:!0}):n,o)),I=o=>i(C({},"__esModule",{value:!0}),o);var g={};B(g,{IconPageTextLock:()=>k,default:()=>P});module.exports=I(g);var e=u(require("react"));var a=u(require("react")),d=require("react-native-svg"),c=({children:o,size:r=24,...n})=>a.default.createElement(d.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),k=o=>e.default.createElement(c,{...o},e.default.createElement(t.Path,{d:"M13.5 17.5C13.5 16.9477 13.9477 16.5 14.5 16.5H19.5C20.0523 16.5 20.5 16.9477 20.5 17.5V20.5C20.5 21.0523 20.0523 21.5 19.5 21.5H14.5C13.9477 21.5 13.5 21.0523 13.5 20.5V17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M14.5 16C14.5 14.6193 15.6193 13.5 17 13.5C18.3807 13.5 19.5 14.6193 19.5 16C19.5 16.2761 19.2761 16.5 19 16.5H15C14.7239 16.5 14.5 16.2761 14.5 16Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M10.5 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.5 10.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=k;0&&(module.exports={IconPageTextLock});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageTextLock/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 IconPageTextLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconPageTextLock/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 IconPageTextLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 17.5C13.5 16.9477 13.9477 16.5 14.5 16.5H19.5C20.0523 16.5 20.5 16.9477 20.5 17.5V20.5C20.5 21.0523 20.0523 21.5 19.5 21.5H14.5C13.9477 21.5 13.5 21.0523 13.5 20.5V17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 16C14.5 14.6193 15.6193 13.5 17 13.5C18.3807 13.5 19.5 14.6193 19.5 16C19.5 16.2761 19.2761 16.5 19 16.5H15C14.7239 16.5 14.5 16.2761 14.5 16Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 6.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 10.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPageTextLock;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPageTextLock_exports","__export","IconPageTextLock","IconPageTextLock_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPageTextLock","props","React","CentralIconBase","IconPageTextLock_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:o=24,...s})=>C.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M13.5 17.5C13.5 16.9477 13.9477 16.5 14.5 16.5H19.5C20.0523 16.5 20.5 16.9477 20.5 17.5V20.5C20.5 21.0523 20.0523 21.5 19.5 21.5H14.5C13.9477 21.5 13.5 21.0523 13.5 20.5V17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M14.5 16C14.5 14.6193 15.6193 13.5 17 13.5C18.3807 13.5 19.5 14.6193 19.5 16C19.5 16.2761 19.2761 16.5 19 16.5H15C14.7239 16.5 14.5 16.2761 14.5 16Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M10.5 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.5 10.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=i;export{i as IconPageTextLock,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageTextLock/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 IconPageTextLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconPageTextLock/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 IconPageTextLock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 17.5C13.5 16.9477 13.9477 16.5 14.5 16.5H19.5C20.0523 16.5 20.5 16.9477 20.5 17.5V20.5C20.5 21.0523 20.0523 21.5 19.5 21.5H14.5C13.9477 21.5 13.5 21.0523 13.5 20.5V17.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 16C14.5 14.6193 15.6193 13.5 17 13.5C18.3807 13.5 19.5 14.6193 19.5 16C19.5 16.2761 19.2761 16.5 19 16.5H15C14.7239 16.5 14.5 16.2761 14.5 16Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 6.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 10.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPageTextLock;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPageTextLock","props","React","CentralIconBase","IconPageTextLock_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of f(o))!x.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(C=k(o,p))||C.enumerable});return r};var u=(r,o,e)=>(e=r!=null?m(P(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>a(s({},"__esModule",{value:!0}),r);var g={};B(g,{IconPageTextPieChart:()=>d,default:()=>L});module.exports=I(g);var n=u(require("react"));var i=u(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>i.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"),d=r=>n.default.createElement(l,{...r},n.default.createElement(t.Path,{d:"M21.5 17C21.5 18.2426 20.9963 19.3676 20.182 20.182C19.3676 20.9963 18.2426 21.5 17 21.5C14.5147 21.5 12.5 19.4853 12.5 17C12.5 14.5147 14.5147 12.5 17 12.5C19.4853 12.5 21.5 14.5147 21.5 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10.5 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V9.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(t.Path,{d:"M17 12.5V17L20.182 20.182",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(t.Path,{d:"M8.5 10.5H11.5",stroke:"currentColor",strokeLinecap:"round"})),L=d;0&&(module.exports={IconPageTextPieChart});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageTextPieChart/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 IconPageTextPieChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconPageTextPieChart/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 IconPageTextPieChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 17C21.5 18.2426 20.9963 19.3676 20.182 20.182C19.3676 20.9963 18.2426 21.5 17 21.5C14.5147 21.5 12.5 19.4853 12.5 17C12.5 14.5147 14.5147 12.5 17 12.5C19.4853 12.5 21.5 14.5147 21.5 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M17 12.5V17L20.182 20.182\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M8.5 6.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M8.5 10.5H11.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPageTextPieChart;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kIACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,CACvE,EAIGE,EAAQJ","names":["IconPageTextPieChart_exports","__export","IconPageTextPieChart","IconPageTextPieChart_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPageTextPieChart","props","React","CentralIconBase","IconPageTextPieChart_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,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"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M21.5 17C21.5 18.2426 20.9963 19.3676 20.182 20.182C19.3676 20.9963 18.2426 21.5 17 21.5C14.5147 21.5 12.5 19.4853 12.5 17C12.5 14.5147 14.5147 12.5 17 12.5C19.4853 12.5 21.5 14.5147 21.5 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10.5 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V9.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M17 12.5V17L20.182 20.182",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(e,{d:"M8.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M8.5 10.5H11.5",stroke:"currentColor",strokeLinecap:"round"})),x=a;export{a as IconPageTextPieChart,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPageTextPieChart/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 IconPageTextPieChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconPageTextPieChart/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 IconPageTextPieChart: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 17C21.5 18.2426 20.9963 19.3676 20.182 20.182C19.3676 20.9963 18.2426 21.5 17 21.5C14.5147 21.5 12.5 19.4853 12.5 17C12.5 14.5147 14.5147 12.5 17 12.5C19.4853 12.5 21.5 14.5147 21.5 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M17 12.5V17L20.182 20.182\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M8.5 6.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M8.5 10.5H11.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPageTextPieChart;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kIACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,CACvE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPageTextPieChart","props","React","CentralIconBase","IconPageTextPieChart_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=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 L(o))!x.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(C=m(o,s))||C.enumerable});return r};var u=(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 g={};B(g,{IconPageTextSearch:()=>k,default:()=>P});module.exports=I(g);var n=u(require("react"));var a=u(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...e})=>a.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 t=require("react-native-svg"),k=r=>n.default.createElement(c,{...r},n.default.createElement(t.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:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M20.501 21.5L19.2988 20.3586",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8.5 10.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=k;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=\"
|
|
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=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.501 21.5L19.2988 20.3586\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 6.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 10.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"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,4MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:n,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"},n);import{Path as e}from"react-native-svg";var i=n=>o.createElement(t,{...n},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:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20.501 21.5L19.2988 20.3586",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M8.5 6.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M8.5 10.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"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=\"
|
|
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=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 21.5H6.5C5.39543 21.5 4.5 20.6046 4.5 19.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.501 21.5L19.2988 20.3586\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 6.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 10.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"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,4MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPageTextSearch","props","React","CentralIconBase","IconPageTextSearch_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var i=(r,o,n)=>(n=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};P(g,{IconPlan:()=>m,default:()=>L});module.exports=x(g);var t=i(require("react"));var u=i(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...n})=>u.default.createElement(l.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),m=r=>t.default.createElement(c,{...r},t.default.createElement(C.Path,{d:"M14.5 6.5H8.21513C6.35178 6.5 5.77909 9.02478 7.46008 9.82873L16.5399 14.1713C18.2209 14.9752 17.6482 17.5 15.7849 17.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M14.5 7.5V5.5C14.5 4.39543 15.3954 3.5 16.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V7.5C20.5 8.60457 19.6046 9.5 18.5 9.5H16.5C15.3954 9.5 14.5 8.60457 14.5 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M3.5 18.5V16.5C3.5 15.3954 4.39543 14.5 5.5 14.5H7.5C8.60457 14.5 9.5 15.3954 9.5 16.5V18.5C9.5 19.6046 8.60457 20.5 7.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),L=m;0&&(module.exports={IconPlan});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlan/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 IconPlan: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 6.5H8.21513C6.35178 6.5 5.77909 9.02478 7.46008 9.82873L16.5399 14.1713C18.2209 14.9752 17.6482 17.5 15.7849 17.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 7.5V5.5C14.5 4.39543 15.3954 3.5 16.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V7.5C20.5 8.60457 19.6046 9.5 18.5 9.5H16.5C15.3954 9.5 14.5 8.60457 14.5 7.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 18.5V16.5C3.5 15.3954 4.39543 14.5 5.5 14.5H7.5C8.60457 14.5 9.5 15.3954 9.5 16.5V18.5C9.5 19.6046 8.60457 20.5 7.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlan;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPlan_exports","__export","IconPlan","IconPlan_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPlan","props","React","CentralIconBase","IconPlan_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M14.5 6.5H8.21513C6.35178 6.5 5.77909 9.02478 7.46008 9.82873L16.5399 14.1713C18.2209 14.9752 17.6482 17.5 15.7849 17.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M14.5 7.5V5.5C14.5 4.39543 15.3954 3.5 16.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V7.5C20.5 8.60457 19.6046 9.5 18.5 9.5H16.5C15.3954 9.5 14.5 8.60457 14.5 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3.5 18.5V16.5C3.5 15.3954 4.39543 14.5 5.5 14.5H7.5C8.60457 14.5 9.5 15.3954 9.5 16.5V18.5C9.5 19.6046 8.60457 20.5 7.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconPlan,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlan/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 IconPlan: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 6.5H8.21513C6.35178 6.5 5.77909 9.02478 7.46008 9.82873L16.5399 14.1713C18.2209 14.9752 17.6482 17.5 15.7849 17.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 7.5V5.5C14.5 4.39543 15.3954 3.5 16.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V7.5C20.5 8.60457 19.6046 9.5 18.5 9.5H16.5C15.3954 9.5 14.5 8.60457 14.5 7.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 18.5V16.5C3.5 15.3954 4.39543 14.5 5.5 14.5H7.5C8.60457 14.5 9.5 15.3954 9.5 16.5V18.5C9.5 19.6046 8.60457 20.5 7.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlan;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPlan","props","React","CentralIconBase","IconPlan_default"]}
|
package/IconServer/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var h={};d(h,{IconServer:()=>u,default:()=>v});module.exports=g(h);var C=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>C.default.createElement(i,{...r},C.default.createElement(p.Path,{d:"M21.5 12V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V12M21.5 12H2.5M21.5 12V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V12",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M6.5
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var h={};d(h,{IconServer:()=>u,default:()=>v});module.exports=g(h);var C=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>C.default.createElement(i,{...r},C.default.createElement(p.Path,{d:"M21.5 12V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V12M21.5 12H2.5M21.5 12V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V12",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M6.5 15.125C6.84518 15.125 7.125 15.4048 7.125 15.75C7.125 16.0952 6.84518 16.375 6.5 16.375C6.15482 16.375 5.875 16.0952 5.875 15.75C5.875 15.4048 6.15482 15.125 6.5 15.125ZM6.5 7.625C6.84518 7.625 7.125 7.90482 7.125 8.25C7.125 8.59518 6.84518 8.875 6.5 8.875C6.15482 8.875 5.875 8.59518 5.875 8.25C5.875 7.90482 6.15482 7.625 6.5 7.625Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"})),v=u;0&&(module.exports={IconServer});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconServer/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconServer/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 IconServer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V12M21.5 12H2.5M21.5 12V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V12\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5
|
|
1
|
+
{"version":3,"sources":["../src/IconServer/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 IconServer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V12M21.5 12H2.5M21.5 12V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V12\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 15.125C6.84518 15.125 7.125 15.4048 7.125 15.75C7.125 16.0952 6.84518 16.375 6.5 16.375C6.15482 16.375 5.875 16.0952 5.875 15.75C5.875 15.4048 6.15482 15.125 6.5 15.125ZM6.5 7.625C6.84518 7.625 7.125 7.90482 7.125 8.25C7.125 8.59518 6.84518 8.875 6.5 8.875C6.15482 8.875 5.875 8.59518 5.875 8.25C5.875 7.90482 6.15482 7.625 6.5 7.625Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.25\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconServer;\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,8LACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sVACF,KAAK,eACL,OAAO,eACP,YAAY,OACd,CACF,EAIGE,EAAQJ","names":["IconServer_exports","__export","IconServer","IconServer_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconServer","props","React","CentralIconBase","IconServer_default"]}
|
package/IconServer/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 t=({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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M21.5 12V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V12M21.5 12H2.5M21.5 12V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V12",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),e.createElement(n,{d:"M6.5
|
|
1
|
+
import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M21.5 12V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V12M21.5 12H2.5M21.5 12V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V12",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),e.createElement(n,{d:"M6.5 15.125C6.84518 15.125 7.125 15.4048 7.125 15.75C7.125 16.0952 6.84518 16.375 6.5 16.375C6.15482 16.375 5.875 16.0952 5.875 15.75C5.875 15.4048 6.15482 15.125 6.5 15.125ZM6.5 7.625C6.84518 7.625 7.125 7.90482 7.125 8.25C7.125 8.59518 6.84518 8.875 6.5 8.875C6.15482 8.875 5.875 8.59518 5.875 8.25C5.875 7.90482 6.15482 7.625 6.5 7.625Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"})),P=a;export{a as IconServer,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconServer/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconServer/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 IconServer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V12M21.5 12H2.5M21.5 12V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V12\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5
|
|
1
|
+
{"version":3,"sources":["../src/IconServer/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 IconServer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V12M21.5 12H2.5M21.5 12V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V12\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 15.125C6.84518 15.125 7.125 15.4048 7.125 15.75C7.125 16.0952 6.84518 16.375 6.5 16.375C6.15482 16.375 5.875 16.0952 5.875 15.75C5.875 15.4048 6.15482 15.125 6.5 15.125ZM6.5 7.625C6.84518 7.625 7.125 7.90482 7.125 8.25C7.125 8.59518 6.84518 8.875 6.5 8.875C6.15482 8.875 5.875 8.59518 5.875 8.25C5.875 7.90482 6.15482 7.625 6.5 7.625Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.25\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconServer;\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,8LACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sVACF,KAAK,eACL,OAAO,eACP,YAAY,OACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconServer","props","React","CentralIconBase","IconServer_default"]}
|
package/README.md
CHANGED
|
@@ -1529,6 +1529,7 @@ Below is a complete list of available icons:
|
|
|
1529
1529
|
### Things
|
|
1530
1530
|
|
|
1531
1531
|
- IconAlien
|
|
1532
|
+
- IconAnvil
|
|
1532
1533
|
- IconBackpack
|
|
1533
1534
|
- IconBag
|
|
1534
1535
|
- IconBag2
|
|
@@ -1603,6 +1604,7 @@ Below is a complete list of available icons:
|
|
|
1603
1604
|
- IconPillow
|
|
1604
1605
|
- IconPillowZz
|
|
1605
1606
|
- IconPilone
|
|
1607
|
+
- IconPlan
|
|
1606
1608
|
- IconPlayground
|
|
1607
1609
|
- IconPlugin1
|
|
1608
1610
|
- IconPlugin2
|