@central-icons-react-native/round-filled-radius-0-stroke-1 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 f=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of u(o))!v.call(r,C)&&C!==e&&n(r,C,{get:()=>o[C],enumerable:!(p=i(o,C))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?f(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>l(n({},"__esModule",{value:!0}),r);var P={};B(P,{IconCanvasGrid:()=>c,default:()=>x});module.exports=I(P);var t=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),H=({children:r,size:o=24,...e})=>m.default.createElement(s.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 V=require("react-native-svg"),c=r=>t.default.createElement(H,{...r},t.default.createElement(V.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 5.5C11.5 5.77614 11.7239 6 12 6C12.2761 6 12.5 5.77614 12.5 5.5V3H20.5C20.7761 3 21 3.22386 21 3.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V20.5C21 20.7761 20.7761 21 20.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H3.5C3.22386 21 3 20.7761 3 20.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V3.5C3 3.22386 3.22386 3 3.5 3H11.5V5.5ZM12 9C11.7239 9 11.5 9.22386 11.5 9.5V11.5H9.5C9.22386 11.5 9 11.7239 9 12C9 12.2761 9.22386 12.5 9.5 12.5H11.5V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12.5H14.5C14.7761 12.5 15 12.2761 15 12C15 11.7239 14.7761 11.5 14.5 11.5H12.5V9.5C12.5 9.22386 12.2761 9 12 9Z",fill:"currentColor"})),x=c;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.5 5.5C11.5 5.77614 11.7239 6 12 6C12.2761 6 12.5 5.77614 12.5 5.5V3H20.5C20.7761 3 21 3.22386 21 3.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V20.5C21 20.7761 20.7761 21 20.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H3.5C3.22386 21 3 20.7761 3 20.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V3.5C3 3.22386 3.22386 3 3.5 3H11.5V5.5ZM12 9C11.7239 9 11.5 9.22386 11.5 9.5V11.5H9.5C9.22386 11.5 9 11.7239 9 12C9 12.2761 9.22386 12.5 9.5 12.5H11.5V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12.5H14.5C14.7761 12.5 15 12.2761 15 12C15 11.7239 14.7761 11.5 14.5 11.5H12.5V9.5C12.5 9.22386 12.2761 9 12 9Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,2tBACF,KAAK,eACP,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 C from"react";import t from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>t.createElement(p,{...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 l}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 5.5C11.5 5.77614 11.7239 6 12 6C12.2761 6 12.5 5.77614 12.5 5.5V3H20.5C20.7761 3 21 3.22386 21 3.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V20.5C21 20.7761 20.7761 21 20.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H3.5C3.22386 21 3 20.7761 3 20.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V3.5C3 3.22386 3.22386 3 3.5 3H11.5V5.5ZM12 9C11.7239 9 11.5 9.22386 11.5 9.5V11.5H9.5C9.22386 11.5 9 11.7239 9 12C9 12.2761 9.22386 12.5 9.5 12.5H11.5V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12.5H14.5C14.7761 12.5 15 12.2761 15 12C15 11.7239 14.7761 11.5 14.5 11.5H12.5V9.5C12.5 9.22386 12.2761 9 12 9Z",fill:"currentColor"})),v=a;export{a as IconCanvasGrid,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.5 5.5C11.5 5.77614 11.7239 6 12 6C12.2761 6 12.5 5.77614 12.5 5.5V3H20.5C20.7761 3 21 3.22386 21 3.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V20.5C21 20.7761 20.7761 21 20.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H3.5C3.22386 21 3 20.7761 3 20.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V3.5C3 3.22386 3.22386 3 3.5 3H11.5V5.5ZM12 9C11.7239 9 11.5 9.22386 11.5 9.5V11.5H9.5C9.22386 11.5 9 11.7239 9 12C9 12.2761 9.22386 12.5 9.5 12.5H11.5V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12.5H14.5C14.7761 12.5 15 12.2761 15 12C15 11.7239 14.7761 11.5 14.5 11.5H12.5V9.5C12.5 9.22386 12.2761 9 12 9Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,2tBACF,KAAK,eACP,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 u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?L(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var b={};x(b,{IconCollaborationPointerLeft:()=>i,default:()=>v});module.exports=g(b);var C=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M20.9641 13.3147C20.8615 13.0585 20.5709 12.934 20.3147 13.0363L15.3147 15.0354C15.1877 15.0861 15.0872 15.1877 15.0363 15.3147L13.0363 20.3147C12.9338 20.5711 13.0583 20.8615 13.3147 20.9641C13.571 21.0666 13.8615 20.9421 13.9641 20.6858L15.885 15.884L20.6858 13.9641C20.942 13.8614 21.0666 13.571 20.9641 13.3147Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M4.64962 4.02267C4.47219 3.96722 4.2782 4.01534 4.14669 4.14669C4.01522 4.27817 3.96727 4.47214 4.02267 4.64962L9.02267 20.6496C9.08641 20.8534 9.27313 20.9942 9.48653 21.0002C9.69969 21.006 9.89297 20.8756 9.96798 20.676L12.8889 12.8879L20.676 9.96798C20.8755 9.89288 21.006 9.69968 21.0002 9.48654C20.9941 9.27327 20.8532 9.08642 20.6496 9.02267L4.64962 4.02267Z",fill:"currentColor"})),v=i;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=\"M20.9641 13.3147C20.8615 13.0585 20.5709 12.934 20.3147 13.0363L15.3147 15.0354C15.1877 15.0861 15.0872 15.1877 15.0363 15.3147L13.0363 20.3147C12.9338 20.5711 13.0583 20.8615 13.3147 20.9641C13.571 21.0666 13.8615 20.9421 13.9641 20.6858L15.885 15.884L20.6858 13.9641C20.942 13.8614 21.0666 13.571 20.9641 13.3147Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.64962 4.02267C4.47219 3.96722 4.2782 4.01534 4.14669 4.14669C4.01522 4.27817 3.96727 4.47214 4.02267 4.64962L9.02267 20.6496C9.08641 20.8534 9.27313 20.9942 9.48653 21.0002C9.69969 21.006 9.89297 20.8756 9.96798 20.676L12.8889 12.8879L20.676 9.96798C20.8755 9.89288 21.006 9.69968 21.0002 9.48654C20.9941 9.27327 20.8532 9.08642 20.6496 9.02267L4.64962 4.02267Z\"\n fill=\"currentColor\"\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,8TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+WACF,KAAK,eACP,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 p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...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=>t.createElement(e,{...o},t.createElement(n,{d:"M20.9641 13.3147C20.8615 13.0585 20.5709 12.934 20.3147 13.0363L15.3147 15.0354C15.1877 15.0861 15.0872 15.1877 15.0363 15.3147L13.0363 20.3147C12.9338 20.5711 13.0583 20.8615 13.3147 20.9641C13.571 21.0666 13.8615 20.9421 13.9641 20.6858L15.885 15.884L20.6858 13.9641C20.942 13.8614 21.0666 13.571 20.9641 13.3147Z",fill:"currentColor"}),t.createElement(n,{d:"M4.64962 4.02267C4.47219 3.96722 4.2782 4.01534 4.14669 4.14669C4.01522 4.27817 3.96727 4.47214 4.02267 4.64962L9.02267 20.6496C9.08641 20.8534 9.27313 20.9942 9.48653 21.0002C9.69969 21.006 9.89297 20.8756 9.96798 20.676L12.8889 12.8879L20.676 9.96798C20.8755 9.89288 21.006 9.69968 21.0002 9.48654C20.9941 9.27327 20.8532 9.08642 20.6496 9.02267L4.64962 4.02267Z",fill:"currentColor"})),P=a;export{a as IconCollaborationPointerLeft,P 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=\"M20.9641 13.3147C20.8615 13.0585 20.5709 12.934 20.3147 13.0363L15.3147 15.0354C15.1877 15.0861 15.0872 15.1877 15.0363 15.3147L13.0363 20.3147C12.9338 20.5711 13.0583 20.8615 13.3147 20.9641C13.571 21.0666 13.8615 20.9421 13.9641 20.6858L15.885 15.884L20.6858 13.9641C20.942 13.8614 21.0666 13.571 20.9641 13.3147Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.64962 4.02267C4.47219 3.96722 4.2782 4.01534 4.14669 4.14669C4.01522 4.27817 3.96727 4.47214 4.02267 4.64962L9.02267 20.6496C9.08641 20.8534 9.27313 20.9942 9.48653 21.0002C9.69969 21.006 9.89297 20.8756 9.96798 20.676L12.8889 12.8879L20.676 9.96798C20.8755 9.89288 21.006 9.69968 21.0002 9.48654C20.9941 9.27327 20.8532 9.08642 20.6496 9.02267L4.64962 4.02267Z\"\n fill=\"currentColor\"\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,8TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+WACF,KAAK,eACP,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 u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(e({},"__esModule",{value:!0}),r);var v={};g(v,{IconCollaborationPointerRight:()=>c,default:()=>h});module.exports=x(v);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),i=({children:r,size:o=24,...t})=>s.default.createElement(f.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 p=require("react-native-svg"),c=r=>C.default.createElement(i,{...r},C.default.createElement(p.Path,{d:"M3.03583 13.3147C3.13841 13.0585 3.42897 12.934 3.68525 13.0363L8.68525 15.0354C8.81221 15.0861 8.91271 15.1877 8.96357 15.3147L10.9636 20.3147C11.0661 20.5711 10.9416 20.8615 10.6852 20.9641C10.4289 21.0666 10.1384 20.9421 10.0358 20.6858L8.11493 15.884L3.31415 13.9641C3.05794 13.8614 2.93332 13.571 3.03583 13.3147Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M19.3503 4.02267C19.5277 3.96722 19.7217 4.01534 19.8532 4.14669C19.9847 4.27817 20.0326 4.47214 19.9772 4.64962L14.9772 20.6496C14.9135 20.8534 14.7268 20.9942 14.5134 21.0002C14.3002 21.006 14.1069 20.8756 14.0319 20.676L11.111 12.8879L3.32392 9.96798C3.12438 9.89288 2.99387 9.69968 2.9997 9.48654C3.00576 9.27327 3.14668 9.08642 3.35029 9.02267L19.3503 4.02267Z",fill:"currentColor"})),h=c;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=\"M3.03583 13.3147C3.13841 13.0585 3.42897 12.934 3.68525 13.0363L8.68525 15.0354C8.81221 15.0861 8.91271 15.1877 8.96357 15.3147L10.9636 20.3147C11.0661 20.5711 10.9416 20.8615 10.6852 20.9641C10.4289 21.0666 10.1384 20.9421 10.0358 20.6858L8.11493 15.884L3.31415 13.9641C3.05794 13.8614 2.93332 13.571 3.03583 13.3147Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.3503 4.02267C19.5277 3.96722 19.7217 4.01534 19.8532 4.14669C19.9847 4.27817 20.0326 4.47214 19.9772 4.64962L14.9772 20.6496C14.9135 20.8534 14.7268 20.9942 14.5134 21.0002C14.3002 21.006 14.1069 20.8756 14.0319 20.676L11.111 12.8879L3.32392 9.96798C3.12438 9.89288 2.99387 9.69968 2.9997 9.48654C3.00576 9.27327 3.14668 9.08642 3.35029 9.02267L19.3503 4.02267Z\"\n fill=\"currentColor\"\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,iUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gXACF,KAAK,eACP,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 p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(l,{...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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M3.03583 13.3147C3.13841 13.0585 3.42897 12.934 3.68525 13.0363L8.68525 15.0354C8.81221 15.0861 8.91271 15.1877 8.96357 15.3147L10.9636 20.3147C11.0661 20.5711 10.9416 20.8615 10.6852 20.9641C10.4289 21.0666 10.1384 20.9421 10.0358 20.6858L8.11493 15.884L3.31415 13.9641C3.05794 13.8614 2.93332 13.571 3.03583 13.3147Z",fill:"currentColor"}),t.createElement(e,{d:"M19.3503 4.02267C19.5277 3.96722 19.7217 4.01534 19.8532 4.14669C19.9847 4.27817 20.0326 4.47214 19.9772 4.64962L14.9772 20.6496C14.9135 20.8534 14.7268 20.9942 14.5134 21.0002C14.3002 21.006 14.1069 20.8756 14.0319 20.676L11.111 12.8879L3.32392 9.96798C3.12438 9.89288 2.99387 9.69968 2.9997 9.48654C3.00576 9.27327 3.14668 9.08642 3.35029 9.02267L19.3503 4.02267Z",fill:"currentColor"})),P=a;export{a as IconCollaborationPointerRight,P 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=\"M3.03583 13.3147C3.13841 13.0585 3.42897 12.934 3.68525 13.0363L8.68525 15.0354C8.81221 15.0861 8.91271 15.1877 8.96357 15.3147L10.9636 20.3147C11.0661 20.5711 10.9416 20.8615 10.6852 20.9641C10.4289 21.0666 10.1384 20.9421 10.0358 20.6858L8.11493 15.884L3.31415 13.9641C3.05794 13.8614 2.93332 13.571 3.03583 13.3147Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.3503 4.02267C19.5277 3.96722 19.7217 4.01534 19.8532 4.14669C19.9847 4.27817 20.0326 4.47214 19.9772 4.64962L14.9772 20.6496C14.9135 20.8534 14.7268 20.9942 14.5134 21.0002C14.3002 21.006 14.1069 20.8756 14.0319 20.676L11.111 12.8879L3.32392 9.96798C3.12438 9.89288 2.99387 9.69968 2.9997 9.48654C3.00576 9.27327 3.14668 9.08642 3.35029 9.02267L19.3503 4.02267Z\"\n fill=\"currentColor\"\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,iUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gXACF,KAAK,eACP,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 u=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!d.call(r,C)&&C!==e&&t(r,C,{get:()=>o[C],enumerable:!(p=L(o,C))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(t({},"__esModule",{value:!0}),r);var g={};v(g,{IconEarth:()=>i,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!d.call(r,C)&&C!==e&&t(r,C,{get:()=>o[C],enumerable:!(p=L(o,C))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(t({},"__esModule",{value:!0}),r);var g={};v(g,{IconEarth:()=>i,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.9725 16.9666C15.9234 17.0699 15.823 17.1352 15.7132 17.1352H12.4744C12.3775 17.1352 12.287 17.0842 12.2332 16.9993L10.0693 13.5848C9.99251 13.4636 10.0078 13.3023 10.1059 13.1995L11.1654 12.0889C11.2243 12.0272 11.3056 11.9951 11.3885 12.0006L13.494 12.142C13.5452 12.1454 13.5947 12.1631 13.6373 12.1932L16.8717 14.4797C16.9928 14.5652 17.0346 14.732 16.9694 14.8692L15.9725 16.9666Z",fill:"currentColor"})),P=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.
|
|
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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.9725 16.9666C15.9234 17.0699 15.823 17.1352 15.7132 17.1352H12.4744C12.3775 17.1352 12.287 17.0842 12.2332 16.9993L10.0693 13.5848C9.99251 13.4636 10.0078 13.3023 10.1059 13.1995L11.1654 12.0889C11.2243 12.0272 11.3056 11.9951 11.3885 12.0006L13.494 12.142C13.5452 12.1454 13.5947 12.1631 13.6373 12.1932L16.8717 14.4797C16.9928 14.5652 17.0346 14.732 16.9694 14.8692L15.9725 16.9666Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,6+BACF,KAAK,eACP,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 C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...t})=>n.createElement(p,{...t,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 l}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.
|
|
1
|
+
import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...t})=>n.createElement(p,{...t,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 l}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.9725 16.9666C15.9234 17.0699 15.823 17.1352 15.7132 17.1352H12.4744C12.3775 17.1352 12.287 17.0842 12.2332 16.9993L10.0693 13.5848C9.99251 13.4636 10.0078 13.3023 10.1059 13.1995L11.1654 12.0889C11.2243 12.0272 11.3056 11.9951 11.3885 12.0006L13.494 12.142C13.5452 12.1454 13.5947 12.1631 13.6373 12.1932L16.8717 14.4797C16.9928 14.5652 17.0346 14.732 16.9694 14.8692L15.9725 16.9666Z",fill:"currentColor"})),d=a;export{a as IconEarth,d 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.
|
|
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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.9725 16.9666C15.9234 17.0699 15.823 17.1352 15.7132 17.1352H12.4744C12.3775 17.1352 12.287 17.0842 12.2332 16.9993L10.0693 13.5848C9.99251 13.4636 10.0078 13.3023 10.1059 13.1995L11.1654 12.0889C11.2243 12.0272 11.3056 11.9951 11.3885 12.0006L13.494 12.142C13.5452 12.1454 13.5947 12.1631 13.6373 12.1932L16.8717 14.4797C16.9928 14.5652 17.0346 14.732 16.9694 14.8692L15.9725 16.9666Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,6+BACF,KAAK,eACP,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 u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!v.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=d(r,n))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>C(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconMinusMedium:()=>i,default:()=>g});module.exports=P(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 12C4.5 11.7239 4.68655 11.5 4.91667 11.5H19.0833C19.3135 11.5 19.5 11.7239 19.5 12C19.5 12.2761 19.3135 12.5 19.0833 12.5H4.91667C4.68655 12.5 4.5 12.2761 4.5 12Z",fill:"currentColor"})),g=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.5 12C4.5 11.7239 4.68655 11.5 4.91667 11.5H19.0833C19.3135 11.5 19.5 11.7239 19.5 12C19.5 12.2761 19.3135 12.5 19.0833 12.5H4.91667C4.68655 12.5 4.5 12.2761 4.5 12Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,0KACF,KAAK,eACP,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 n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,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 C}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 12C4.5 11.7239 4.68655 11.5 4.91667 11.5H19.0833C19.3135 11.5 19.5 11.7239 19.5 12C19.5 12.2761 19.3135 12.5 19.0833 12.5H4.91667C4.68655 12.5 4.5 12.2761 4.5 12Z",fill:"currentColor"})),v=a;export{a as IconMinusMedium,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.5 12C4.5 11.7239 4.68655 11.5 4.91667 11.5H19.0833C19.3135 11.5 19.5 11.7239 19.5 12C19.5 12.2761 19.3135 12.5 19.0833 12.5H4.91667C4.68655 12.5 4.5 12.2761 4.5 12Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,0KACF,KAAK,eACP,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 g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{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:!(C=B(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(P(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconPlusMedium:()=>u,default:()=>d});module.exports=v(h);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M11.25 18.75V12.75H5.25C4.83579 12.75 4.5 12.4142 4.5 12C4.5 11.5858 4.83579 11.25 5.25 11.25H11.25V5.25C11.25 4.83579 11.5858 4.5 12 4.5C12.4142 4.5 12.75 4.83579 12.75 5.25V11.25H18.75C19.1642 11.25 19.5 11.5858 19.5 12C19.5 12.4142 19.1642 12.75 18.75 12.75H12.75V18.75C12.75 19.1642 12.4142 19.5 12 19.5C11.5858 19.5 11.25 19.1642 11.25 18.75Z",fill:"currentColor"})),d=u;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=\"M11.25 18.75V12.75H5.25C4.83579 12.75 4.5 12.4142 4.5 12C4.5 11.5858 4.83579 11.25 5.25 11.25H11.25V5.25C11.25 4.83579 11.5858 4.5 12 4.5C12.4142 4.5 12.75 4.83579 12.75 5.25V11.25H18.75C19.1642 11.25 19.5 11.5858 19.5 12C19.5 12.4142 19.1642 12.75 18.75 12.75H12.75V18.75C12.75 19.1642 12.4142 19.5 12 19.5C11.5858 19.5 11.25 19.1642 11.25 18.75Z\"\n fill=\"currentColor\"\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,8VACF,KAAK,eACP,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 C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M11.25 18.75V12.75H5.25C4.83579 12.75 4.5 12.4142 4.5 12C4.5 11.5858 4.83579 11.25 5.25 11.25H11.25V5.25C11.25 4.83579 11.5858 4.5 12 4.5C12.4142 4.5 12.75 4.83579 12.75 5.25V11.25H18.75C19.1642 11.25 19.5 11.5858 19.5 12C19.5 12.4142 19.1642 12.75 18.75 12.75H12.75V18.75C12.75 19.1642 12.4142 19.5 12 19.5C11.5858 19.5 11.25 19.1642 11.25 18.75Z",fill:"currentColor"})),x=l;export{l 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=\"M11.25 18.75V12.75H5.25C4.83579 12.75 4.5 12.4142 4.5 12C4.5 11.5858 4.83579 11.25 5.25 11.25H11.25V5.25C11.25 4.83579 11.5858 4.5 12 4.5C12.4142 4.5 12.75 4.83579 12.75 5.25V11.25H18.75C19.1642 11.25 19.5 11.5858 19.5 12C19.5 12.4142 19.1642 12.75 18.75 12.75H12.75V18.75C12.75 19.1642 12.4142 19.5 12 19.5C11.5858 19.5 11.25 19.1642 11.25 18.75Z\"\n fill=\"currentColor\"\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,8VACF,KAAK,eACP,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 i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconTower:()=>H,default:()=>d});module.exports=g(v);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),H=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M14.4968 21.5C14.4968 21.7761 14.2729 22 13.9968 22H9.99677C9.72063 22 9.49677 21.7761 9.49677 21.5V15.5H14.4968V21.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M20.2272 10C20.5891 10 20.8312 10.3725 20.6843 10.7031L19.1286 14.2031C19.0483 14.3836 18.8691 14.5 18.6716 14.5H5.32196C5.1244 14.5 4.9452 14.3836 4.86493 14.2031L3.30927 10.7031C3.16232 10.3725 3.40447 10 3.7663 10H20.2272Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15.4968 2C15.7729 2 15.9968 2.22386 15.9968 2.5C15.9968 2.77614 15.7729 3 15.4968 3H12.4968V5H18.1882C18.5596 5.0003 18.8014 5.39135 18.6354 5.72363L16.9968 9H6.99677L5.3581 5.72363C5.1921 5.39135 5.43397 5.0003 5.80536 5H11.4968V3H8.49677C8.22063 3 7.99677 2.77614 7.99677 2.5C7.99677 2.22386 8.22063 2 8.49677 2H15.4968Z",fill:"currentColor"})),d=H;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=\"M14.4968 21.5C14.4968 21.7761 14.2729 22 13.9968 22H9.99677C9.72063 22 9.49677 21.7761 9.49677 21.5V15.5H14.4968V21.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.2272 10C20.5891 10 20.8312 10.3725 20.6843 10.7031L19.1286 14.2031C19.0483 14.3836 18.8691 14.5 18.6716 14.5H5.32196C5.1244 14.5 4.9452 14.3836 4.86493 14.2031L3.30927 10.7031C3.16232 10.3725 3.40447 10 3.7663 10H20.2272Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4968 2C15.7729 2 15.9968 2.22386 15.9968 2.5C15.9968 2.77614 15.7729 3 15.4968 3H12.4968V5H18.1882C18.5596 5.0003 18.8014 5.39135 18.6354 5.72363L16.9968 9H6.99677L5.3581 5.72363C5.1921 5.39135 5.43397 5.0003 5.80536 5H11.4968V3H8.49677C8.22063 3 7.99677 2.77614 7.99677 2.5C7.99677 2.22386 8.22063 2 8.49677 2H15.4968Z\"\n fill=\"currentColor\"\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,yHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sUACF,KAAK,eACP,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 p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M14.4968 21.5C14.4968 21.7761 14.2729 22 13.9968 22H9.99677C9.72063 22 9.49677 21.7761 9.49677 21.5V15.5H14.4968V21.5Z",fill:"currentColor"}),o.createElement(e,{d:"M20.2272 10C20.5891 10 20.8312 10.3725 20.6843 10.7031L19.1286 14.2031C19.0483 14.3836 18.8691 14.5 18.6716 14.5H5.32196C5.1244 14.5 4.9452 14.3836 4.86493 14.2031L3.30927 10.7031C3.16232 10.3725 3.40447 10 3.7663 10H20.2272Z",fill:"currentColor"}),o.createElement(e,{d:"M15.4968 2C15.7729 2 15.9968 2.22386 15.9968 2.5C15.9968 2.77614 15.7729 3 15.4968 3H12.4968V5H18.1882C18.5596 5.0003 18.8014 5.39135 18.6354 5.72363L16.9968 9H6.99677L5.3581 5.72363C5.1921 5.39135 5.43397 5.0003 5.80536 5H11.4968V3H8.49677C8.22063 3 7.99677 2.77614 7.99677 2.5C7.99677 2.22386 8.22063 2 8.49677 2H15.4968Z",fill:"currentColor"})),x=a;export{a as IconTower,x 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=\"M14.4968 21.5C14.4968 21.7761 14.2729 22 13.9968 22H9.99677C9.72063 22 9.49677 21.7761 9.49677 21.5V15.5H14.4968V21.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.2272 10C20.5891 10 20.8312 10.3725 20.6843 10.7031L19.1286 14.2031C19.0483 14.3836 18.8691 14.5 18.6716 14.5H5.32196C5.1244 14.5 4.9452 14.3836 4.86493 14.2031L3.30927 10.7031C3.16232 10.3725 3.40447 10 3.7663 10H20.2272Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4968 2C15.7729 2 15.9968 2.22386 15.9968 2.5C15.9968 2.77614 15.7729 3 15.4968 3H12.4968V5H18.1882C18.5596 5.0003 18.8014 5.39135 18.6354 5.72363L16.9968 9H6.99677L5.3581 5.72363C5.1921 5.39135 5.43397 5.0003 5.80536 5H11.4968V3H8.49677C8.22063 3 7.99677 2.77614 7.99677 2.5C7.99677 2.22386 8.22063 2 8.49677 2H15.4968Z\"\n fill=\"currentColor\"\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,yHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sUACF,KAAK,eACP,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-filled-radius-0-stroke-1",
|
|
5321
5321
|
"componentName": "IconCandy"
|
|
5322
5322
|
},
|
|
5323
|
+
{
|
|
5324
|
+
"category": "Layout",
|
|
5325
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 5.5C11.5 5.77614 11.7239 6 12 6C12.2761 6 12.5 5.77614 12.5 5.5V3H20.5C20.7761 3 21 3.22386 21 3.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V20.5C21 20.7761 20.7761 21 20.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H3.5C3.22386 21 3 20.7761 3 20.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V3.5C3 3.22386 3.22386 3 3.5 3H11.5V5.5ZM12 9C11.7239 9 11.5 9.22386 11.5 9.5V11.5H9.5C9.22386 11.5 9 11.7239 9 12C9 12.2761 9.22386 12.5 9.5 12.5H11.5V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12.5H14.5C14.7761 12.5 15 12.2761 15 12C15 11.7239 14.7761 11.5 14.5 11.5H12.5V9.5C12.5 9.22386 12.2761 9 12 9Z\" fill=\"currentColor\"/>",
|
|
5326
|
+
"iconName": "canvas-grid, design, app-icon, blueprint",
|
|
5327
|
+
"variant": {
|
|
5328
|
+
"join": "round",
|
|
5329
|
+
"filled": "on",
|
|
5330
|
+
"radius": "0",
|
|
5331
|
+
"stroke": "1"
|
|
5332
|
+
},
|
|
5333
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
5334
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
5335
|
+
"componentName": "IconCanvasGrid"
|
|
5336
|
+
},
|
|
5323
5337
|
{
|
|
5324
5338
|
"category": "Things",
|
|
5325
5339
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6756 4.06513C6.35332 4.59614 3 8.30971 3 12.8191V14.2903C4.70574 13.5432 6.36377 13.0012 8.0003 12.6645C8.02438 9.24384 9.48621 5.91659 10.6756 4.06513ZM11.9374 4L11.9005 4.04932C10.7803 5.54828 9.08611 8.97397 9.00317 12.4834C11.0092 12.1722 12.9908 12.1722 14.9968 12.4834C14.9139 8.97396 13.2197 5.54828 12.0995 4.04932L12.0626 4H11.9374ZM13.3244 4.06513C14.5138 5.91659 15.9756 9.24384 15.9997 12.6645C17.6362 13.0012 19.2943 13.5432 21 14.2903V12.8191C21 8.30971 17.6467 4.59614 13.3244 4.06513ZM2 12.8191C2 7.40003 6.35835 3 11.7432 3H12.2568C17.6416 3 22 7.40003 22 12.8191V18.4408C22 19.5701 20.8429 20.2904 19.8326 19.8859C14.5586 17.7748 9.44135 17.7748 4.16737 19.8859C3.15706 20.2904 2 19.5701 2 18.4408V12.8191Z\" fill=\"currentColor\"/>",
|
|
@@ -7588,6 +7602,34 @@
|
|
|
7588
7602
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
7589
7603
|
"componentName": "IconCoinWon"
|
|
7590
7604
|
},
|
|
7605
|
+
{
|
|
7606
|
+
"category": "Arrows",
|
|
7607
|
+
"svg": "<path d=\"M20.9641 13.3147C20.8615 13.0585 20.5709 12.934 20.3147 13.0363L15.3147 15.0354C15.1877 15.0861 15.0872 15.1877 15.0363 15.3147L13.0363 20.3147C12.9338 20.5711 13.0583 20.8615 13.3147 20.9641C13.571 21.0666 13.8615 20.9421 13.9641 20.6858L15.885 15.884L20.6858 13.9641C20.942 13.8614 21.0666 13.571 20.9641 13.3147Z\" fill=\"currentColor\"/><path d=\"M4.64962 4.02267C4.47219 3.96722 4.2782 4.01534 4.14669 4.14669C4.01522 4.27817 3.96727 4.47214 4.02267 4.64962L9.02267 20.6496C9.08641 20.8534 9.27313 20.9942 9.48653 21.0002C9.69969 21.006 9.89297 20.8756 9.96798 20.676L12.8889 12.8879L20.676 9.96798C20.8755 9.89288 21.006 9.69968 21.0002 9.48654C20.9941 9.27327 20.8532 9.08642 20.6496 9.02267L4.64962 4.02267Z\" fill=\"currentColor\"/>",
|
|
7608
|
+
"iconName": "collaboration-pointer-left, cursor, agents",
|
|
7609
|
+
"variant": {
|
|
7610
|
+
"join": "round",
|
|
7611
|
+
"filled": "on",
|
|
7612
|
+
"radius": "0",
|
|
7613
|
+
"stroke": "1"
|
|
7614
|
+
},
|
|
7615
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
7616
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
7617
|
+
"componentName": "IconCollaborationPointerLeft"
|
|
7618
|
+
},
|
|
7619
|
+
{
|
|
7620
|
+
"category": "Arrows",
|
|
7621
|
+
"svg": "<path d=\"M3.03583 13.3147C3.13841 13.0585 3.42897 12.934 3.68525 13.0363L8.68525 15.0354C8.81221 15.0861 8.91271 15.1877 8.96357 15.3147L10.9636 20.3147C11.0661 20.5711 10.9416 20.8615 10.6852 20.9641C10.4289 21.0666 10.1384 20.9421 10.0358 20.6858L8.11493 15.884L3.31415 13.9641C3.05794 13.8614 2.93332 13.571 3.03583 13.3147Z\" fill=\"currentColor\"/><path d=\"M19.3503 4.02267C19.5277 3.96722 19.7217 4.01534 19.8532 4.14669C19.9847 4.27817 20.0326 4.47214 19.9772 4.64962L14.9772 20.6496C14.9135 20.8534 14.7268 20.9942 14.5134 21.0002C14.3002 21.006 14.1069 20.8756 14.0319 20.676L11.111 12.8879L3.32392 9.96798C3.12438 9.89288 2.99387 9.69968 2.9997 9.48654C3.00576 9.27327 3.14668 9.08642 3.35029 9.02267L19.3503 4.02267Z\" fill=\"currentColor\"/>",
|
|
7622
|
+
"iconName": "collaboration-pointer-right, cursor, agents",
|
|
7623
|
+
"variant": {
|
|
7624
|
+
"join": "round",
|
|
7625
|
+
"filled": "on",
|
|
7626
|
+
"radius": "0",
|
|
7627
|
+
"stroke": "1"
|
|
7628
|
+
},
|
|
7629
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
7630
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
7631
|
+
"componentName": "IconCollaborationPointerRight"
|
|
7632
|
+
},
|
|
7591
7633
|
{
|
|
7592
7634
|
"category": "Edit",
|
|
7593
7635
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.72817 6.50297 2.5 12 2.5C17.497 2.5 22 6.72817 22 12C22 13.9015 21.4916 15.0839 20.5198 15.6907C19.5969 16.2669 18.4033 16.216 17.3236 16.0752C16.9499 16.0264 16.5635 15.9624 16.1897 15.9004C16.0148 15.8715 15.8427 15.8429 15.676 15.8167C15.1398 15.7322 14.6429 15.6678 14.1951 15.6613C13.2979 15.6482 12.7446 15.8624 12.4475 16.4583C12.2667 16.8211 12.2862 17.2321 12.4483 17.7137C12.5894 18.1332 12.815 18.542 13.0428 18.955C13.0827 19.0273 13.1227 19.0998 13.1623 19.1725C13.2887 19.4044 13.4151 19.6464 13.5011 19.8745C13.5831 20.0923 13.658 20.3714 13.6005 20.6533C13.5333 20.9825 13.3103 21.2122 13.0117 21.3412C12.7413 21.458 12.3971 21.5 12 21.5C6.50297 21.5 2 17.2718 2 12ZM10.25 9C10.9404 9 11.5 8.44036 11.5 7.75C11.5 7.05964 10.9404 6.5 10.25 6.5C9.55964 6.5 9 7.05964 9 7.75C9 8.44036 9.55964 9 10.25 9ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM15.25 10.5C15.9404 10.5 16.5 9.94036 16.5 9.25C16.5 8.55964 15.9404 8 15.25 8C14.5596 8 14 8.55964 14 9.25C14 9.94036 14.5596 10.5 15.25 10.5Z\" fill=\"currentColor\"/>",
|
|
@@ -9578,7 +9620,7 @@
|
|
|
9578
9620
|
},
|
|
9579
9621
|
{
|
|
9580
9622
|
"category": "Location",
|
|
9581
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.
|
|
9623
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.08168 7.47185C4.73302 4.22562 8.10616 2 12 2C12.8363 2 13.6494 2.10278 14.4269 2.29664C18.7767 3.38124 22 7.31358 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.3712 2.38981 8.83193 3.08168 7.47185ZM8.02914 10.7063C7.95911 10.8453 7.78045 10.8872 7.65591 10.7938L4.10009 8.12813C4.00361 8.0558 3.97221 7.92467 4.02832 7.81794C5.53421 4.95347 8.53883 3 11.9997 3C12.6662 3 13.3158 3.07245 13.9411 3.20992C14.076 3.23957 14.1574 3.37565 14.124 3.50964L13.0662 7.74649C13.0439 7.83597 12.9741 7.90589 12.8847 7.92839L9.03782 8.89611C8.96743 8.91382 8.9082 8.96126 8.87554 9.02609L8.02914 10.7063ZM15.9725 16.9666C15.9234 17.0699 15.823 17.1352 15.7132 17.1352H12.4744C12.3775 17.1352 12.287 17.0842 12.2332 16.9993L10.0693 13.5848C9.99251 13.4636 10.0078 13.3023 10.1059 13.1995L11.1654 12.0889C11.2243 12.0272 11.3056 11.9951 11.3885 12.0006L13.494 12.142C13.5452 12.1454 13.5947 12.1631 13.6373 12.1932L16.8717 14.4797C16.9928 14.5652 17.0346 14.732 16.9694 14.8692L15.9725 16.9666Z\" fill=\"currentColor\"/>",
|
|
9582
9624
|
"iconName": "earth, globe, world",
|
|
9583
9625
|
"variant": {
|
|
9584
9626
|
"join": "round",
|
|
@@ -15876,6 +15918,20 @@
|
|
|
15876
15918
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
15877
15919
|
"componentName": "IconMinusLarge"
|
|
15878
15920
|
},
|
|
15921
|
+
{
|
|
15922
|
+
"category": "Interface General",
|
|
15923
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 12C4.5 11.7239 4.68655 11.5 4.91667 11.5H19.0833C19.3135 11.5 19.5 11.7239 19.5 12C19.5 12.2761 19.3135 12.5 19.0833 12.5H4.91667C4.68655 12.5 4.5 12.2761 4.5 12Z\" fill=\"currentColor\"/>",
|
|
15924
|
+
"iconName": "minus-medium, remove, delete",
|
|
15925
|
+
"variant": {
|
|
15926
|
+
"join": "round",
|
|
15927
|
+
"filled": "on",
|
|
15928
|
+
"radius": "0",
|
|
15929
|
+
"stroke": "1"
|
|
15930
|
+
},
|
|
15931
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
15932
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
15933
|
+
"componentName": "IconMinusMedium"
|
|
15934
|
+
},
|
|
15879
15935
|
{
|
|
15880
15936
|
"category": "Interface General",
|
|
15881
15937
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 12C6 11.7239 6.22386 11.5 6.5 11.5H17.5C17.7761 11.5 18 11.7239 18 12C18 12.2761 17.7761 12.5 17.5 12.5H6.5C6.22386 12.5 6 12.2761 6 12Z\" fill=\"currentColor\"/>",
|
|
@@ -18816,6 +18872,20 @@
|
|
|
18816
18872
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
18817
18873
|
"componentName": "IconPlusLarge"
|
|
18818
18874
|
},
|
|
18875
|
+
{
|
|
18876
|
+
"category": "Interface General",
|
|
18877
|
+
"svg": "<path d=\"M11.25 18.75V12.75H5.25C4.83579 12.75 4.5 12.4142 4.5 12C4.5 11.5858 4.83579 11.25 5.25 11.25H11.25V5.25C11.25 4.83579 11.5858 4.5 12 4.5C12.4142 4.5 12.75 4.83579 12.75 5.25V11.25H18.75C19.1642 11.25 19.5 11.5858 19.5 12C19.5 12.4142 19.1642 12.75 18.75 12.75H12.75V18.75C12.75 19.1642 12.4142 19.5 12 19.5C11.5858 19.5 11.25 19.1642 11.25 18.75Z\" fill=\"currentColor\"/>",
|
|
18878
|
+
"iconName": "plus-medium, add medium",
|
|
18879
|
+
"variant": {
|
|
18880
|
+
"join": "round",
|
|
18881
|
+
"filled": "on",
|
|
18882
|
+
"radius": "0",
|
|
18883
|
+
"stroke": "1"
|
|
18884
|
+
},
|
|
18885
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
18886
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
18887
|
+
"componentName": "IconPlusMedium"
|
|
18888
|
+
},
|
|
18819
18889
|
{
|
|
18820
18890
|
"category": "Interface General",
|
|
18821
18891
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 6C12.2761 6 12.5 6.22386 12.5 6.5V11.5H17.5C17.7761 11.5 18 11.7239 18 12C18 12.2761 17.7761 12.5 17.5 12.5H12.5V17.5C12.5 17.7761 12.2761 18 12 18C11.7239 18 11.5 17.7761 11.5 17.5V12.5H6.5C6.22386 12.5 6 12.2761 6 12C6 11.7239 6.22386 11.5 6.5 11.5H11.5V6.5C11.5 6.22386 11.7239 6 12 6Z\" fill=\"currentColor\"/>",
|
|
@@ -24528,6 +24598,20 @@
|
|
|
24528
24598
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
24529
24599
|
"componentName": "IconTouchGrass"
|
|
24530
24600
|
},
|
|
24601
|
+
{
|
|
24602
|
+
"category": "Things",
|
|
24603
|
+
"svg": "<path d=\"M14.4968 21.5C14.4968 21.7761 14.2729 22 13.9968 22H9.99677C9.72063 22 9.49677 21.7761 9.49677 21.5V15.5H14.4968V21.5Z\" fill=\"currentColor\"/><path d=\"M20.2272 10C20.5891 10 20.8312 10.3725 20.6843 10.7031L19.1286 14.2031C19.0483 14.3836 18.8691 14.5 18.6716 14.5H5.32196C5.1244 14.5 4.9452 14.3836 4.86493 14.2031L3.30927 10.7031C3.16232 10.3725 3.40447 10 3.7663 10H20.2272Z\" fill=\"currentColor\"/><path d=\"M15.4968 2C15.7729 2 15.9968 2.22386 15.9968 2.5C15.9968 2.77614 15.7729 3 15.4968 3H12.4968V5H18.1882C18.5596 5.0003 18.8014 5.39135 18.6354 5.72363L16.9968 9H6.99677L5.3581 5.72363C5.1921 5.39135 5.43397 5.0003 5.80536 5H11.4968V3H8.49677C8.22063 3 7.99677 2.77614 7.99677 2.5C7.99677 2.22386 8.22063 2 8.49677 2H15.4968Z\" fill=\"currentColor\"/>",
|
|
24604
|
+
"iconName": "tower, terminal",
|
|
24605
|
+
"variant": {
|
|
24606
|
+
"join": "round",
|
|
24607
|
+
"filled": "on",
|
|
24608
|
+
"radius": "0",
|
|
24609
|
+
"stroke": "1"
|
|
24610
|
+
},
|
|
24611
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
24612
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
24613
|
+
"componentName": "IconTower"
|
|
24614
|
+
},
|
|
24531
24615
|
{
|
|
24532
24616
|
"category": "Crypto",
|
|
24533
24617
|
"svg": "<path d=\"M7.5 2.5C7.5 2.22386 7.27614 2 7 2C6.72386 2 6.5 2.22386 6.5 2.5V10H3.5C3.22386 10 3 10.2239 3 10.5V18.5C3 18.7761 3.22386 19 3.5 19H6.5V21.5C6.5 21.7761 6.72386 22 7 22C7.27614 22 7.5 21.7761 7.5 21.5V19H10.5C10.7761 19 11 18.7761 11 18.5V10.5C11 10.2239 10.7761 10 10.5 10H7.5V2.5Z\" fill=\"currentColor\"/><path d=\"M17.5 2.5C17.5 2.22386 17.2761 2 17 2C16.7239 2 16.5 2.22386 16.5 2.5V5H13.5C13.2239 5 13 5.22386 13 5.5V18.5C13 18.7761 13.2239 19 13.5 19H16.5V21.5C16.5 21.7761 16.7239 22 17 22C17.2761 22 17.5 21.7761 17.5 21.5V19H20.5C20.7761 19 21 18.7761 21 18.5V5.5C21 5.22386 20.7761 5 20.5 5H17.5V2.5Z\" fill=\"currentColor\"/>",
|
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"
|