@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.173 → 1.1.175
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/IconCanvasGrid/index.d.ts +4 -0
- package/IconCanvasGrid/index.js +2 -0
- package/IconCanvasGrid/index.js.map +1 -0
- package/IconCanvasGrid/index.mjs +2 -0
- package/IconCanvasGrid/index.mjs.map +1 -0
- package/IconCollaborationPointerLeft/index.d.ts +4 -0
- package/IconCollaborationPointerLeft/index.js +2 -0
- package/IconCollaborationPointerLeft/index.js.map +1 -0
- package/IconCollaborationPointerLeft/index.mjs +2 -0
- package/IconCollaborationPointerLeft/index.mjs.map +1 -0
- package/IconCollaborationPointerRight/index.d.ts +4 -0
- package/IconCollaborationPointerRight/index.js +2 -0
- package/IconCollaborationPointerRight/index.js.map +1 -0
- package/IconCollaborationPointerRight/index.mjs +2 -0
- package/IconCollaborationPointerRight/index.mjs.map +1 -0
- package/IconEarth/index.js +1 -1
- package/IconEarth/index.js.map +1 -1
- package/IconEarth/index.mjs +1 -1
- package/IconEarth/index.mjs.map +1 -1
- package/IconMinusMedium/index.d.ts +4 -0
- package/IconMinusMedium/index.js +2 -0
- package/IconMinusMedium/index.js.map +1 -0
- package/IconMinusMedium/index.mjs +2 -0
- package/IconMinusMedium/index.mjs.map +1 -0
- package/IconPlusMedium/index.d.ts +4 -0
- package/IconPlusMedium/index.js +2 -0
- package/IconPlusMedium/index.js.map +1 -0
- package/IconPlusMedium/index.mjs +2 -0
- package/IconPlusMedium/index.mjs.map +1 -0
- package/IconTower/index.d.ts +4 -0
- package/IconTower/index.js +2 -0
- package/IconTower/index.js.map +1 -0
- package/IconTower/index.mjs +2 -0
- package/IconTower/index.mjs.map +1 -0
- package/README.md +6 -0
- package/filtered-icons.json +85 -1
- package/icons/index.d.ts +6 -0
- package/icons-index.json +18 -6
- package/index.d.ts +6 -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 +43 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!I.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(i=k(o,n))||i.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(B(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(s({},"__esModule",{value:!0}),r);var P={};h(P,{IconCanvasGrid:()=>l,default:()=>M});module.exports=x(P);var t=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>d.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),l=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M12 4V6M12 20V18M4 12H6M20 12H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M10 12H14M12 10V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),M=l;0&&(module.exports={IconCanvasGrid});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCanvasGrid/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 IconCanvasGrid: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4V6M12 20V18M4 12H6M20 12H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 12H14M12 10V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCanvasGrid;\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,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCanvasGrid_exports","__export","IconCanvasGrid","IconCanvasGrid_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCanvasGrid","props","React","CentralIconBase","IconCanvasGrid_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var C=e=>o.createElement(t,{...e},o.createElement(n,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12 4V6M12 20V18M4 12H6M20 12H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M10 12H14M12 10V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconCanvasGrid,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCanvasGrid/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 IconCanvasGrid: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4V6M12 20V18M4 12H6M20 12H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 12H14M12 10V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCanvasGrid;\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,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCanvasGrid","props","React","CentralIconBase","IconCanvasGrid_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of f(r))!B.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=d(r,e))||C.enumerable});return o};var i=(o,r,t)=>(t=o!=null?L(k(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var g={};I(g,{IconCollaborationPointerLeft:()=>u,default:()=>x});module.exports=P(g);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:o,size:r=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),u=o=>p.default.createElement(c,{...o},p.default.createElement(s.Path,{d:"M13.4472 12.7764L17.761 10.6195C18.9563 10.0219 18.8323 8.27746 17.5645 7.85487L5.84608 3.94871C4.67344 3.55783 3.55783 4.67343 3.94871 5.84607L7.85486 17.5645C8.27746 18.8323 10.0219 18.9563 10.6195 17.761L12.7764 13.4472C12.9216 13.1569 13.1569 12.9216 13.4472 12.7764Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M21 13.5L16.4472 15.7764C16.1569 15.9215 15.9215 16.1569 15.7764 16.4472L13.5 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=u;0&&(module.exports={IconCollaborationPointerLeft});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCollaborationPointerLeft/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 IconCollaborationPointerLeft: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.4472 12.7764L17.761 10.6195C18.9563 10.0219 18.8323 8.27746 17.5645 7.85487L5.84608 3.94871C4.67344 3.55783 3.55783 4.67343 3.94871 5.84607L7.85486 17.5645C8.27746 18.8323 10.0219 18.9563 10.6195 17.761L12.7764 13.4472C12.9216 13.1569 13.1569 12.9216 13.4472 12.7764Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 13.5L16.4472 15.7764C16.1569 15.9215 15.9215 16.1569 15.7764 16.4472L13.5 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCollaborationPointerLeft;\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,kCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCollaborationPointerLeft_exports","__export","IconCollaborationPointerLeft","IconCollaborationPointerLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCollaborationPointerLeft","props","React","CentralIconBase","IconCollaborationPointerLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import s from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...p})=>s.createElement(C,{...p,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 n}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(n,{d:"M13.4472 12.7764L17.761 10.6195C18.9563 10.0219 18.8323 8.27746 17.5645 7.85487L5.84608 3.94871C4.67344 3.55783 3.55783 4.67343 3.94871 5.84607L7.85486 17.5645C8.27746 18.8323 10.0219 18.9563 10.6195 17.761L12.7764 13.4472C12.9216 13.1569 13.1569 12.9216 13.4472 12.7764Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M21 13.5L16.4472 15.7764C16.1569 15.9215 15.9215 16.1569 15.7764 16.4472L13.5 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconCollaborationPointerLeft,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCollaborationPointerLeft/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 IconCollaborationPointerLeft: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.4472 12.7764L17.761 10.6195C18.9563 10.0219 18.8323 8.27746 17.5645 7.85487L5.84608 3.94871C4.67344 3.55783 3.55783 4.67343 3.94871 5.84607L7.85486 17.5645C8.27746 18.8323 10.0219 18.9563 10.6195 17.761L12.7764 13.4472C12.9216 13.1569 13.1569 12.9216 13.4472 12.7764Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 13.5L16.4472 15.7764C16.1569 15.9215 15.9215 16.1569 15.7764 16.4472L13.5 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCollaborationPointerLeft;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCollaborationPointerLeft","props","React","CentralIconBase","IconCollaborationPointerLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of f(r))!B.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=L(r,e))||C.enumerable});return o};var i=(o,r,t)=>(t=o!=null?d(k(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var h={};I(h,{IconCollaborationPointerRight:()=>u,default:()=>g});module.exports=P(h);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:o,size:r=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),u=o=>p.default.createElement(c,{...o},p.default.createElement(s.Path,{d:"M10.5528 12.7764L6.23898 10.6195C5.0437 10.0219 5.16767 8.27746 6.43545 7.85487L18.1539 3.94871C19.3266 3.55783 20.4422 4.67343 20.0513 5.84607L16.1451 17.5645C15.7225 18.8323 13.9781 18.9563 13.3805 17.761L11.2236 13.4472C11.0784 13.1569 10.843 12.9216 10.5528 12.7764Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M3 13.5L7.55279 15.7764C7.84308 15.9215 8.07846 16.1569 8.22361 16.4472L10.5 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconCollaborationPointerRight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCollaborationPointerRight/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 IconCollaborationPointerRight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5528 12.7764L6.23898 10.6195C5.0437 10.0219 5.16767 8.27746 6.43545 7.85487L18.1539 3.94871C19.3266 3.55783 20.4422 4.67343 20.0513 5.84607L16.1451 17.5645C15.7225 18.8323 13.9781 18.9563 13.3805 17.761L11.2236 13.4472C11.0784 13.1569 10.843 12.9216 10.5528 12.7764Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 13.5L7.55279 15.7764C7.84308 15.9215 8.07846 16.1569 8.22361 16.4472L10.5 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCollaborationPointerRight;\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,mCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCollaborationPointerRight_exports","__export","IconCollaborationPointerRight","IconCollaborationPointerRight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCollaborationPointerRight","props","React","CentralIconBase","IconCollaborationPointerRight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import s from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...p})=>s.createElement(C,{...p,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 n}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(n,{d:"M10.5528 12.7764L6.23898 10.6195C5.0437 10.0219 5.16767 8.27746 6.43545 7.85487L18.1539 3.94871C19.3266 3.55783 20.4422 4.67343 20.0513 5.84607L16.1451 17.5645C15.7225 18.8323 13.9781 18.9563 13.3805 17.761L11.2236 13.4472C11.0784 13.1569 10.843 12.9216 10.5528 12.7764Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M3 13.5L7.55279 15.7764C7.84308 15.9215 8.07846 16.1569 8.22361 16.4472L10.5 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconCollaborationPointerRight,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCollaborationPointerRight/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 IconCollaborationPointerRight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5528 12.7764L6.23898 10.6195C5.0437 10.0219 5.16767 8.27746 6.43545 7.85487L18.1539 3.94871C19.3266 3.55783 20.4422 4.67343 20.0513 5.84607L16.1451 17.5645C15.7225 18.8323 13.9781 18.9563 13.3805 17.761L11.2236 13.4472C11.0784 13.1569 10.843 12.9216 10.5528 12.7764Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 13.5L7.55279 15.7764C7.84308 15.9215 8.07846 16.1569 8.22361 16.4472L10.5 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCollaborationPointerRight;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCollaborationPointerRight","props","React","CentralIconBase","IconCollaborationPointerRight_default"]}
|
package/IconEarth/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!h.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(s=k(o,t))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(f(r)):{},i(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(C({},"__esModule",{value:!0}),r);var P={};B(P,{IconEarth:()=>l,default:()=>x});module.exports=I(P);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(d.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),l=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M14.025 16.8649C14.5753 16.8649 15.0783 16.554 15.3244 16.0618C15.6512 15.4083 15.4417 14.6138 14.8353 14.2063L13.4641 13.2848C13.1782 13.0927 12.8464 12.9799 12.5026 12.958L11.6758 12.9052C11.3332 12.8833 10.9977 13.0096 10.7546 13.2519C10.3497 13.6553 10.2864 14.2886 10.6034 14.7641L11.4263 15.9983C11.7872 16.5397 12.3948 16.8649 13.0454 16.8649H14.025Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M4.17188 8.07009L6.85418 10.0833C7.50947 10.5751 8.45007 10.3548 8.81868 9.62304C8.99052 9.28191 9.30216 9.03232 9.67258 8.93913L11.846 8.39239C12.5419 8.21732 13.085 7.67346 13.2591 6.97729L14.1264 3.50879",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;0&&(module.exports={IconEarth});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconEarth/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEarth/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 IconEarth: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconEarth/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 IconEarth: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.025 16.8649C14.5753 16.8649 15.0783 16.554 15.3244 16.0618C15.6512 15.4083 15.4417 14.6138 14.8353 14.2063L13.4641 13.2848C13.1782 13.0927 12.8464 12.9799 12.5026 12.958L11.6758 12.9052C11.3332 12.8833 10.9977 13.0096 10.7546 13.2519C10.3497 13.6553 10.2864 14.2886 10.6034 14.7641L11.4263 15.9983C11.7872 16.5397 12.3948 16.8649 13.0454 16.8649H14.025Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.17188 8.07009L6.85418 10.0833C7.50947 10.5751 8.45007 10.3548 8.81868 9.62304C8.99052 9.28191 9.30216 9.03232 9.67258 8.93913L11.846 8.39239C12.5419 8.21732 13.085 7.67346 13.2591 6.97729L14.1264 3.50879\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEarth;\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,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wWACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconEarth_exports","__export","IconEarth","IconEarth_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEarth","props","React","CentralIconBase","IconEarth_default"]}
|
package/IconEarth/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,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"},e);import{Path as t}from"react-native-svg";var i=e=>o.createElement(n,{...e},o.createElement(t,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M14.025 16.8649C14.5753 16.8649 15.0783 16.554 15.3244 16.0618C15.6512 15.4083 15.4417 14.6138 14.8353 14.2063L13.4641 13.2848C13.1782 13.0927 12.8464 12.9799 12.5026 12.958L11.6758 12.9052C11.3332 12.8833 10.9977 13.0096 10.7546 13.2519C10.3497 13.6553 10.2864 14.2886 10.6034 14.7641L11.4263 15.9983C11.7872 16.5397 12.3948 16.8649 13.0454 16.8649H14.025Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M4.17188 8.07009L6.85418 10.0833C7.50947 10.5751 8.45007 10.3548 8.81868 9.62304C8.99052 9.28191 9.30216 9.03232 9.67258 8.93913L11.846 8.39239C12.5419 8.21732 13.085 7.67346 13.2591 6.97729L14.1264 3.50879",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=i;export{i as IconEarth,h as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconEarth/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEarth/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 IconEarth: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconEarth/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 IconEarth: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.025 16.8649C14.5753 16.8649 15.0783 16.554 15.3244 16.0618C15.6512 15.4083 15.4417 14.6138 14.8353 14.2063L13.4641 13.2848C13.1782 13.0927 12.8464 12.9799 12.5026 12.958L11.6758 12.9052C11.3332 12.8833 10.9977 13.0096 10.7546 13.2519C10.3497 13.6553 10.2864 14.2886 10.6034 14.7641L11.4263 15.9983C11.7872 16.5397 12.3948 16.8649 13.0454 16.8649H14.025Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.17188 8.07009L6.85418 10.0833C7.50947 10.5751 8.45007 10.3548 8.81868 9.62304C8.99052 9.28191 9.30216 9.03232 9.67258 8.93913L11.846 8.39239C12.5419 8.21732 13.085 7.67346 13.2591 6.97729L14.1264 3.50879\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEarth;\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,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wWACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEarth","props","React","CentralIconBase","IconEarth_default"]}
|
|
@@ -0,0 +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 t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?f(x(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconMinusMedium:()=>u,default:()=>h});module.exports=g(v);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>C.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M5.5 12H18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),h=u;0&&(module.exports={IconMinusMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMinusMedium/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 IconMinusMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 12H18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMinusMedium;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconMinusMedium_exports","__export","IconMinusMedium","IconMinusMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMinusMedium","props","React","CentralIconBase","IconMinusMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M5.5 12H18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),P=m;export{m as IconMinusMedium,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMinusMedium/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 IconMinusMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 12H18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMinusMedium;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMinusMedium","props","React","CentralIconBase","IconMinusMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(P(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconPlusMedium:()=>f,default:()=>h});module.exports=g(v);var p=m(require("react"));var l=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(C.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var u=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(u.Path,{d:"M12 5.5V12M12 12V18.5M12 12H5.5M12 12H18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),h=f;0&&(module.exports={IconPlusMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlusMedium/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 IconPlusMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5.5V12M12 12V18.5M12 12H5.5M12 12H18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlusMedium;\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,6CACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconPlusMedium_exports","__export","IconPlusMedium","IconPlusMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPlusMedium","props","React","CentralIconBase","IconPlusMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M12 5.5V12M12 12V18.5M12 12H5.5M12 12H18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),x=m;export{m as IconPlusMedium,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlusMedium/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 IconPlusMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5.5V12M12 12V18.5M12 12H5.5M12 12H18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlusMedium;\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,6CACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPlusMedium","props","React","CentralIconBase","IconPlusMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=L(o,s))||p.enumerable});return r};var C=(r,o,e)=>(e=r!=null?l(f(r)):{},d(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>d(i({},"__esModule",{value:!0}),r);var P={};B(P,{IconTower:()=>c,default:()=>x});module.exports=I(P);var n=C(require("react"));var u=C(require("react")),k=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.default.createElement(k.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M9 3L15 3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 3V5.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M17.5 10.5L18.4933 7.85112C18.7385 7.19737 18.2552 6.5 17.557 6.5H6.443C5.74479 6.5 5.26151 7.19737 5.50667 7.85112L6.5 10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.4612 10.5H4.53876C3.8151 10.5 3.33105 11.2449 3.62495 11.9061L4.73606 14.4061C4.89656 14.7673 5.25468 15 5.64987 15H18.3501C18.7453 15 19.1034 14.7673 19.2639 14.4061L20.375 11.9061C20.669 11.2449 20.1849 10.5 19.4612 10.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10 15V21H14V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconTower});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTower/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 IconTower: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 3L15 3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 3V5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 10.5L18.4933 7.85112C18.7385 7.19737 18.2552 6.5 17.557 6.5H6.443C5.74479 6.5 5.26151 7.19737 5.50667 7.85112L6.5 10.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.4612 10.5H4.53876C3.8151 10.5 3.33105 11.2449 3.62495 11.9061L4.73606 14.4061C4.89656 14.7673 5.25468 15 5.64987 15H18.3501C18.7453 15 19.1034 14.7673 19.2639 14.4061L20.375 11.9061C20.669 11.2449 20.1849 10.5 19.4612 10.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 15V21H14V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTower;\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,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sOACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconTower_exports","__export","IconTower","IconTower_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTower","props","React","CentralIconBase","IconTower_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...s})=>i.createElement(p,{...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 d=n=>o.createElement(t,{...n},o.createElement(e,{d:"M9 3L15 3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 3V5.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17.5 10.5L18.4933 7.85112C18.7385 7.19737 18.2552 6.5 17.557 6.5H6.443C5.74479 6.5 5.26151 7.19737 5.50667 7.85112L6.5 10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19.4612 10.5H4.53876C3.8151 10.5 3.33105 11.2449 3.62495 11.9061L4.73606 14.4061C4.89656 14.7673 5.25468 15 5.64987 15H18.3501C18.7453 15 19.1034 14.7673 19.2639 14.4061L20.375 11.9061C20.669 11.2449 20.1849 10.5 19.4612 10.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10 15V21H14V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=d;export{d as IconTower,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTower/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 IconTower: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 3L15 3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 3V5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 10.5L18.4933 7.85112C18.7385 7.19737 18.2552 6.5 17.557 6.5H6.443C5.74479 6.5 5.26151 7.19737 5.50667 7.85112L6.5 10.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.4612 10.5H4.53876C3.8151 10.5 3.33105 11.2449 3.62495 11.9061L4.73606 14.4061C4.89656 14.7673 5.25468 15 5.64987 15H18.3501C18.7453 15 19.1034 14.7673 19.2639 14.4061L20.375 11.9061C20.669 11.2449 20.1849 10.5 19.4612 10.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 15V21H14V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTower;\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,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sOACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTower","props","React","CentralIconBase","IconTower_default"]}
|
package/README.md
CHANGED
|
@@ -332,6 +332,8 @@ Below is a complete list of available icons:
|
|
|
332
332
|
- IconChevronTopSmall
|
|
333
333
|
- IconChevronTriangleDownSmall
|
|
334
334
|
- IconChevronTriangleUpSmall
|
|
335
|
+
- IconCollaborationPointerLeft
|
|
336
|
+
- IconCollaborationPointerRight
|
|
335
337
|
- IconCursor1
|
|
336
338
|
- IconCursor3
|
|
337
339
|
- IconCursorClick
|
|
@@ -1134,6 +1136,7 @@ Below is a complete list of available icons:
|
|
|
1134
1136
|
- IconMathNotes
|
|
1135
1137
|
- IconMathScientific
|
|
1136
1138
|
- IconMinusLarge
|
|
1139
|
+
- IconMinusMedium
|
|
1137
1140
|
- IconMinusSmall
|
|
1138
1141
|
- IconMorningBrief
|
|
1139
1142
|
- IconPaperclip1
|
|
@@ -1143,6 +1146,7 @@ Below is a complete list of available icons:
|
|
|
1143
1146
|
- IconPin2
|
|
1144
1147
|
- IconPlanning
|
|
1145
1148
|
- IconPlusLarge
|
|
1149
|
+
- IconPlusMedium
|
|
1146
1150
|
- IconPlusSmall
|
|
1147
1151
|
- IconPreview
|
|
1148
1152
|
- IconProgress100
|
|
@@ -1231,6 +1235,7 @@ Below is a complete list of available icons:
|
|
|
1231
1235
|
- IconAlignVerticalCenter
|
|
1232
1236
|
- IconBento
|
|
1233
1237
|
- IconBoard
|
|
1238
|
+
- IconCanvasGrid
|
|
1234
1239
|
- IconCarussel
|
|
1235
1240
|
- IconColumns3
|
|
1236
1241
|
- IconColumns3Wide
|
|
@@ -1961,6 +1966,7 @@ Below is a complete list of available icons:
|
|
|
1961
1966
|
- IconThread
|
|
1962
1967
|
- IconTicket
|
|
1963
1968
|
- IconToiletPaper
|
|
1969
|
+
- IconTower
|
|
1964
1970
|
- IconTreasure
|
|
1965
1971
|
- IconTrophy
|
|
1966
1972
|
- IconUnicorn
|
package/filtered-icons.json
CHANGED
|
@@ -5320,6 +5320,20 @@
|
|
|
5320
5320
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
5321
5321
|
"componentName": "IconCandy"
|
|
5322
5322
|
},
|
|
5323
|
+
{
|
|
5324
|
+
"category": "Layout",
|
|
5325
|
+
"svg": "<path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 4V6M12 20V18M4 12H6M20 12H18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 12H14M12 10V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
5326
|
+
"iconName": "canvas-grid, design, app-icon, blueprint",
|
|
5327
|
+
"variant": {
|
|
5328
|
+
"join": "round",
|
|
5329
|
+
"filled": "off",
|
|
5330
|
+
"radius": "2",
|
|
5331
|
+
"stroke": "2"
|
|
5332
|
+
},
|
|
5333
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
5334
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
5335
|
+
"componentName": "IconCanvasGrid"
|
|
5336
|
+
},
|
|
5323
5337
|
{
|
|
5324
5338
|
"category": "Things",
|
|
5325
5339
|
"svg": "<path d=\"M3 13V18.4292C3 19.161 3.76248 19.646 4.44161 19.3735C9.62724 17.2926 14.3728 17.2926 19.5584 19.3735C20.2375 19.646 21 19.161 21 18.4292V13C21 8.02944 16.9706 4 12 4C7.02944 4 3 8.02944 3 13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 14.7722C9.373 12.1599 14.627 12.1599 20.5 14.7722\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.25 4.5C10.2976 5.68519 8.75 8.94444 8.75 12.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.25 4.5C13.2024 5.68519 14.75 8.94444 14.75 12.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -7588,6 +7602,34 @@
|
|
|
7588
7602
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
7589
7603
|
"componentName": "IconCoinWon"
|
|
7590
7604
|
},
|
|
7605
|
+
{
|
|
7606
|
+
"category": "Arrows",
|
|
7607
|
+
"svg": "<path d=\"M13.4472 12.7764L17.761 10.6195C18.9563 10.0219 18.8323 8.27746 17.5645 7.85487L5.84608 3.94871C4.67344 3.55783 3.55783 4.67343 3.94871 5.84607L7.85486 17.5645C8.27746 18.8323 10.0219 18.9563 10.6195 17.761L12.7764 13.4472C12.9216 13.1569 13.1569 12.9216 13.4472 12.7764Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 13.5L16.4472 15.7764C16.1569 15.9215 15.9215 16.1569 15.7764 16.4472L13.5 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
7608
|
+
"iconName": "collaboration-pointer-left, cursor, agents",
|
|
7609
|
+
"variant": {
|
|
7610
|
+
"join": "round",
|
|
7611
|
+
"filled": "off",
|
|
7612
|
+
"radius": "2",
|
|
7613
|
+
"stroke": "2"
|
|
7614
|
+
},
|
|
7615
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
7616
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
7617
|
+
"componentName": "IconCollaborationPointerLeft"
|
|
7618
|
+
},
|
|
7619
|
+
{
|
|
7620
|
+
"category": "Arrows",
|
|
7621
|
+
"svg": "<path d=\"M10.5528 12.7764L6.23898 10.6195C5.0437 10.0219 5.16767 8.27746 6.43545 7.85487L18.1539 3.94871C19.3266 3.55783 20.4422 4.67343 20.0513 5.84607L16.1451 17.5645C15.7225 18.8323 13.9781 18.9563 13.3805 17.761L11.2236 13.4472C11.0784 13.1569 10.843 12.9216 10.5528 12.7764Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 13.5L7.55279 15.7764C7.84308 15.9215 8.07846 16.1569 8.22361 16.4472L10.5 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
7622
|
+
"iconName": "collaboration-pointer-right, cursor, agents",
|
|
7623
|
+
"variant": {
|
|
7624
|
+
"join": "round",
|
|
7625
|
+
"filled": "off",
|
|
7626
|
+
"radius": "2",
|
|
7627
|
+
"stroke": "2"
|
|
7628
|
+
},
|
|
7629
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
7630
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
7631
|
+
"componentName": "IconCollaborationPointerRight"
|
|
7632
|
+
},
|
|
7591
7633
|
{
|
|
7592
7634
|
"category": "Edit",
|
|
7593
7635
|
"svg": "<path d=\"M3 12C3 16.6944 7.02944 20.5 12 20.5C14.8273 20.5 11 18 12 16C13.6125 12.7751 21 18.9062 21 12C21 7.30558 16.9706 3.5 12 3.5C7.02944 3.5 3 7.30558 3 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M7.5 10.75C8.32843 10.75 9 11.4216 9 12.25C9 13.0784 8.32843 13.75 7.5 13.75C6.67157 13.75 6 13.0784 6 12.25C6 11.4216 6.67157 10.75 7.5 10.75Z\" fill=\"currentColor\"/><path d=\"M15.5 8C16.3284 8 17 8.67157 17 9.5C17 10.3284 16.3284 11 15.5 11C14.6716 11 14 10.3284 14 9.5C14 8.67157 14.6716 8 15.5 8Z\" fill=\"currentColor\"/><path d=\"M10.5 6.5C11.3284 6.5 12 7.17157 12 8C12 8.82843 11.3284 9.5 10.5 9.5C9.67157 9.5 9 8.82843 9 8C9 7.17157 9.67157 6.5 10.5 6.5Z\" fill=\"currentColor\"/>",
|
|
@@ -9578,7 +9620,7 @@
|
|
|
9578
9620
|
},
|
|
9579
9621
|
{
|
|
9580
9622
|
"category": "Location",
|
|
9581
|
-
"svg": "<path d=\"
|
|
9623
|
+
"svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.025 16.8649C14.5753 16.8649 15.0783 16.554 15.3244 16.0618C15.6512 15.4083 15.4417 14.6138 14.8353 14.2063L13.4641 13.2848C13.1782 13.0927 12.8464 12.9799 12.5026 12.958L11.6758 12.9052C11.3332 12.8833 10.9977 13.0096 10.7546 13.2519C10.3497 13.6553 10.2864 14.2886 10.6034 14.7641L11.4263 15.9983C11.7872 16.5397 12.3948 16.8649 13.0454 16.8649H14.025Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.17188 8.07009L6.85418 10.0833C7.50947 10.5751 8.45007 10.3548 8.81868 9.62304C8.99052 9.28191 9.30216 9.03232 9.67258 8.93913L11.846 8.39239C12.5419 8.21732 13.085 7.67346 13.2591 6.97729L14.1264 3.50879\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
9582
9624
|
"iconName": "earth, globe, world",
|
|
9583
9625
|
"variant": {
|
|
9584
9626
|
"join": "round",
|
|
@@ -15876,6 +15918,20 @@
|
|
|
15876
15918
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
15877
15919
|
"componentName": "IconMinusLarge"
|
|
15878
15920
|
},
|
|
15921
|
+
{
|
|
15922
|
+
"category": "Interface General",
|
|
15923
|
+
"svg": "<path d=\"M5.5 12H18.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
15924
|
+
"iconName": "minus-medium, remove, delete",
|
|
15925
|
+
"variant": {
|
|
15926
|
+
"join": "round",
|
|
15927
|
+
"filled": "off",
|
|
15928
|
+
"radius": "2",
|
|
15929
|
+
"stroke": "2"
|
|
15930
|
+
},
|
|
15931
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
15932
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
15933
|
+
"componentName": "IconMinusMedium"
|
|
15934
|
+
},
|
|
15879
15935
|
{
|
|
15880
15936
|
"category": "Interface General",
|
|
15881
15937
|
"svg": "<path d=\"M7 12H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
@@ -18816,6 +18872,20 @@
|
|
|
18816
18872
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
18817
18873
|
"componentName": "IconPlusLarge"
|
|
18818
18874
|
},
|
|
18875
|
+
{
|
|
18876
|
+
"category": "Interface General",
|
|
18877
|
+
"svg": "<path d=\"M12 5.5V12M12 12V18.5M12 12H5.5M12 12H18.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
18878
|
+
"iconName": "plus-medium, add medium",
|
|
18879
|
+
"variant": {
|
|
18880
|
+
"join": "round",
|
|
18881
|
+
"filled": "off",
|
|
18882
|
+
"radius": "2",
|
|
18883
|
+
"stroke": "2"
|
|
18884
|
+
},
|
|
18885
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
18886
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
18887
|
+
"componentName": "IconPlusMedium"
|
|
18888
|
+
},
|
|
18819
18889
|
{
|
|
18820
18890
|
"category": "Interface General",
|
|
18821
18891
|
"svg": "<path d=\"M12 7V12M12 12V17M12 12H7M12 12H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
@@ -24528,6 +24598,20 @@
|
|
|
24528
24598
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
24529
24599
|
"componentName": "IconTouchGrass"
|
|
24530
24600
|
},
|
|
24601
|
+
{
|
|
24602
|
+
"category": "Things",
|
|
24603
|
+
"svg": "<path d=\"M9 3L15 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 3V5.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 10.5L18.4933 7.85112C18.7385 7.19737 18.2552 6.5 17.557 6.5H6.443C5.74479 6.5 5.26151 7.19737 5.50667 7.85112L6.5 10.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.4612 10.5H4.53876C3.8151 10.5 3.33105 11.2449 3.62495 11.9061L4.73606 14.4061C4.89656 14.7673 5.25468 15 5.64987 15H18.3501C18.7453 15 19.1034 14.7673 19.2639 14.4061L20.375 11.9061C20.669 11.2449 20.1849 10.5 19.4612 10.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 15V21H14V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24604
|
+
"iconName": "tower, terminal",
|
|
24605
|
+
"variant": {
|
|
24606
|
+
"join": "round",
|
|
24607
|
+
"filled": "off",
|
|
24608
|
+
"radius": "2",
|
|
24609
|
+
"stroke": "2"
|
|
24610
|
+
},
|
|
24611
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
24612
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
24613
|
+
"componentName": "IconTower"
|
|
24614
|
+
},
|
|
24531
24615
|
{
|
|
24532
24616
|
"category": "Crypto",
|
|
24533
24617
|
"svg": "<path d=\"M7 3V10M7 10H6C4.89543 10 4 10.8954 4 12V16C4 17.1046 4.89543 18 6 18H7M7 10H8C9.10457 10 10 10.8954 10 12V16C10 17.1046 9.10457 18 8 18H7M7 18V21M17 3V6M17 6H16C14.8954 6 14 6.89543 14 8V16C14 17.1046 14.8954 18 16 18H17M17 6H18C19.1046 6 20 6.89543 20 8V16C20 17.1046 19.1046 18 18 18H17M17 18V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -379,6 +379,7 @@ export type CentralIconName =
|
|
|
379
379
|
| "IconCameraOff1"
|
|
380
380
|
| "IconCameraSparkle"
|
|
381
381
|
| "IconCandy"
|
|
382
|
+
| "IconCanvasGrid"
|
|
382
383
|
| "IconCap"
|
|
383
384
|
| "IconCapture"
|
|
384
385
|
| "IconCar1"
|
|
@@ -541,6 +542,8 @@ export type CentralIconName =
|
|
|
541
542
|
| "IconCoinsAdd"
|
|
542
543
|
| "IconCoinStack"
|
|
543
544
|
| "IconCoinWon"
|
|
545
|
+
| "IconCollaborationPointerLeft"
|
|
546
|
+
| "IconCollaborationPointerRight"
|
|
544
547
|
| "IconColorPalette"
|
|
545
548
|
| "IconColorPicker"
|
|
546
549
|
| "IconColorRoll"
|
|
@@ -1133,6 +1136,7 @@ export type CentralIconName =
|
|
|
1133
1136
|
| "IconMinimize315"
|
|
1134
1137
|
| "IconMinimize45"
|
|
1135
1138
|
| "IconMinusLarge"
|
|
1139
|
+
| "IconMinusMedium"
|
|
1136
1140
|
| "IconMinusSmall"
|
|
1137
1141
|
| "IconMistral"
|
|
1138
1142
|
| "IconModelcontextprotocol"
|
|
@@ -1343,6 +1347,7 @@ export type CentralIconName =
|
|
|
1343
1347
|
| "IconPlugin1"
|
|
1344
1348
|
| "IconPlugin2"
|
|
1345
1349
|
| "IconPlusLarge"
|
|
1350
|
+
| "IconPlusMedium"
|
|
1346
1351
|
| "IconPlusSmall"
|
|
1347
1352
|
| "IconPodcast1"
|
|
1348
1353
|
| "IconPodcast2"
|
|
@@ -1751,6 +1756,7 @@ export type CentralIconName =
|
|
|
1751
1756
|
| "IconToque"
|
|
1752
1757
|
| "IconTouch"
|
|
1753
1758
|
| "IconTouchGrass"
|
|
1759
|
+
| "IconTower"
|
|
1754
1760
|
| "IconTradingViewCandles"
|
|
1755
1761
|
| "IconTradingViewLine"
|
|
1756
1762
|
| "IconTradingViewSteps"
|