@central-icons-react-native/round-filled-radius-1-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.5V3H19.5C20.3284 3 21 3.67157 21 4.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V19.5C21 20.3284 20.3284 21 19.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H4.5C3.67157 21 3 20.3284 3 19.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V4.5C3 3.67157 3.67157 3 4.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.5V3H19.5C20.3284 3 21 3.67157 21 4.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V19.5C21 20.3284 20.3284 21 19.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H4.5C3.67157 21 3 20.3284 3 19.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V4.5C3 3.67157 3.67157 3 4.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.5V3H19.5C20.3284 3 21 3.67157 21 4.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V19.5C21 20.3284 20.3284 21 19.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H4.5C3.67157 21 3 20.3284 3 19.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V4.5C3 3.67157 3.67157 3 4.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.5V3H19.5C20.3284 3 21 3.67157 21 4.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V19.5C21 20.3284 20.3284 21 19.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H4.5C3.67157 21 3 20.3284 3 19.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V4.5C3 3.67157 3.67157 3 4.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.9561 13.795C20.8429 13.5433 20.5468 13.431 20.295 13.544L16.1563 15.4034C15.8217 15.5538 15.5538 15.8217 15.4034 16.1563L13.544 20.295C13.4309 20.5468 13.5432 20.8429 13.795 20.9561C14.0468 21.0692 14.3429 20.9569 14.4561 20.7052L16.3155 16.5665C16.3657 16.4549 16.4549 16.3656 16.5665 16.3155L20.7051 14.4561C20.9568 14.3429 21.0692 14.0468 20.9561 13.795Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M5.76569 3.87703C4.60125 3.5003 3.50033 4.60127 3.87701 5.7657L8.12506 18.8966C8.54998 20.2095 10.3724 20.3003 10.9258 19.0362L13.3165 13.5733C13.3669 13.4585 13.4585 13.3669 13.5733 13.3165L19.0362 10.9259C20.3002 10.3724 20.2094 8.55001 18.8965 8.12507L5.76569 3.87703Z",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.9561 13.795C20.8429 13.5433 20.5468 13.431 20.295 13.544L16.1563 15.4034C15.8217 15.5538 15.5538 15.8217 15.4034 16.1563L13.544 20.295C13.4309 20.5468 13.5432 20.8429 13.795 20.9561C14.0468 21.0692 14.3429 20.9569 14.4561 20.7052L16.3155 16.5665C16.3657 16.4549 16.4549 16.3656 16.5665 16.3155L20.7051 14.4561C20.9568 14.3429 21.0692 14.0468 20.9561 13.795Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.76569 3.87703C4.60125 3.5003 3.50033 4.60127 3.87701 5.7657L8.12506 18.8966C8.54998 20.2095 10.3724 20.3003 10.9258 19.0362L13.3165 13.5733C13.3669 13.4585 13.4585 13.3669 13.5733 13.3165L19.0362 10.9259C20.3002 10.3724 20.2094 8.55001 18.8965 8.12507L5.76569 3.87703Z\"\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,4WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kRACF,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.9561 13.795C20.8429 13.5433 20.5468 13.431 20.295 13.544L16.1563 15.4034C15.8217 15.5538 15.5538 15.8217 15.4034 16.1563L13.544 20.295C13.4309 20.5468 13.5432 20.8429 13.795 20.9561C14.0468 21.0692 14.3429 20.9569 14.4561 20.7052L16.3155 16.5665C16.3657 16.4549 16.4549 16.3656 16.5665 16.3155L20.7051 14.4561C20.9568 14.3429 21.0692 14.0468 20.9561 13.795Z",fill:"currentColor"}),t.createElement(n,{d:"M5.76569 3.87703C4.60125 3.5003 3.50033 4.60127 3.87701 5.7657L8.12506 18.8966C8.54998 20.2095 10.3724 20.3003 10.9258 19.0362L13.3165 13.5733C13.3669 13.4585 13.4585 13.3669 13.5733 13.3165L19.0362 10.9259C20.3002 10.3724 20.2094 8.55001 18.8965 8.12507L5.76569 3.87703Z",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.9561 13.795C20.8429 13.5433 20.5468 13.431 20.295 13.544L16.1563 15.4034C15.8217 15.5538 15.5538 15.8217 15.4034 16.1563L13.544 20.295C13.4309 20.5468 13.5432 20.8429 13.795 20.9561C14.0468 21.0692 14.3429 20.9569 14.4561 20.7052L16.3155 16.5665C16.3657 16.4549 16.4549 16.3656 16.5665 16.3155L20.7051 14.4561C20.9568 14.3429 21.0692 14.0468 20.9561 13.795Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.76569 3.87703C4.60125 3.5003 3.50033 4.60127 3.87701 5.7657L8.12506 18.8966C8.54998 20.2095 10.3724 20.3003 10.9258 19.0362L13.3165 13.5733C13.3669 13.4585 13.4585 13.3669 13.5733 13.3165L19.0362 10.9259C20.3002 10.3724 20.2094 8.55001 18.8965 8.12507L5.76569 3.87703Z\"\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,4WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kRACF,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.04402 13.795C3.15722 13.5433 3.45335 13.431 3.70515 13.544L7.84382 15.4034C8.17848 15.5538 8.44628 15.8217 8.59675 16.1563L10.4561 20.295C10.5692 20.5468 10.4569 20.8429 10.2051 20.9561C9.95332 21.0692 9.65722 20.9569 9.54402 20.7052L7.68464 16.5665C7.63447 16.4549 7.54527 16.3656 7.43366 16.3155L3.29499 14.4561C3.0433 14.3429 2.93091 14.0468 3.04402 13.795Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M18.2344 3.87703C19.3989 3.5003 20.4998 4.60127 20.1231 5.7657L15.8751 18.8966C15.4502 20.2095 13.6277 20.3003 13.0743 19.0362L10.6837 13.5733C10.6333 13.4585 10.5417 13.3669 10.4268 13.3165L4.96394 10.9259C3.69994 10.3724 3.7907 8.55001 5.10359 8.12507L18.2344 3.87703Z",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.04402 13.795C3.15722 13.5433 3.45335 13.431 3.70515 13.544L7.84382 15.4034C8.17848 15.5538 8.44628 15.8217 8.59675 16.1563L10.4561 20.295C10.5692 20.5468 10.4569 20.8429 10.2051 20.9561C9.95332 21.0692 9.65722 20.9569 9.54402 20.7052L7.68464 16.5665C7.63447 16.4549 7.54527 16.3656 7.43366 16.3155L3.29499 14.4561C3.0433 14.3429 2.93091 14.0468 3.04402 13.795Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2344 3.87703C19.3989 3.5003 20.4998 4.60127 20.1231 5.7657L15.8751 18.8966C15.4502 20.2095 13.6277 20.3003 13.0743 19.0362L10.6837 13.5733C10.6333 13.4585 10.5417 13.3669 10.4268 13.3165L4.96394 10.9259C3.69994 10.3724 3.7907 8.55001 5.10359 8.12507L18.2344 3.87703Z\"\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,8WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iRACF,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.04402 13.795C3.15722 13.5433 3.45335 13.431 3.70515 13.544L7.84382 15.4034C8.17848 15.5538 8.44628 15.8217 8.59675 16.1563L10.4561 20.295C10.5692 20.5468 10.4569 20.8429 10.2051 20.9561C9.95332 21.0692 9.65722 20.9569 9.54402 20.7052L7.68464 16.5665C7.63447 16.4549 7.54527 16.3656 7.43366 16.3155L3.29499 14.4561C3.0433 14.3429 2.93091 14.0468 3.04402 13.795Z",fill:"currentColor"}),t.createElement(e,{d:"M18.2344 3.87703C19.3989 3.5003 20.4998 4.60127 20.1231 5.7657L15.8751 18.8966C15.4502 20.2095 13.6277 20.3003 13.0743 19.0362L10.6837 13.5733C10.6333 13.4585 10.5417 13.3669 10.4268 13.3165L4.96394 10.9259C3.69994 10.3724 3.7907 8.55001 5.10359 8.12507L18.2344 3.87703Z",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.04402 13.795C3.15722 13.5433 3.45335 13.431 3.70515 13.544L7.84382 15.4034C8.17848 15.5538 8.44628 15.8217 8.59675 16.1563L10.4561 20.295C10.5692 20.5468 10.4569 20.8429 10.2051 20.9561C9.95332 21.0692 9.65722 20.9569 9.54402 20.7052L7.68464 16.5665C7.63447 16.4549 7.54527 16.3656 7.43366 16.3155L3.29499 14.4561C3.0433 14.3429 2.93091 14.0468 3.04402 13.795Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2344 3.87703C19.3989 3.5003 20.4998 4.60127 20.1231 5.7657L15.8751 18.8966C15.4502 20.2095 13.6277 20.3003 13.0743 19.0362L10.6837 13.5733C10.6333 13.4585 10.5417 13.3669 10.4268 13.3165L4.96394 10.9259C3.69994 10.3724 3.7907 8.55001 5.10359 8.12507L18.2344 3.87703Z\"\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,8WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iRACF,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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.
|
|
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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.4396ZM16.124 16.7974C16.0244 17.0044 15.8208 17.1352 15.5981 17.1352H12.6533C12.4567 17.1352 12.2731 17.0331 12.1641 16.8631L10.1912 13.7879C10.0356 13.5452 10.0666 13.2221 10.2654 13.0162L11.0748 12.1782C11.1942 12.0545 11.359 11.9901 11.5272 12.0012L13.4505 12.1288C13.5543 12.1357 13.6546 12.1711 13.7409 12.2314L16.7399 14.3256C16.9853 14.497 17.0701 14.8311 16.9379 15.1059L16.124 16.7974Z",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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.
|
|
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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.4396ZM16.124 16.7974C16.0244 17.0044 15.8208 17.1352 15.5981 17.1352H12.6533C12.4567 17.1352 12.2731 17.0331 12.1641 16.8631L10.1912 13.7879C10.0356 13.5452 10.0666 13.2221 10.2654 13.0162L11.0748 12.1782C11.1942 12.0545 11.359 11.9901 11.5272 12.0012L13.4505 12.1288C13.5543 12.1357 13.6546 12.1711 13.7409 12.2314L16.7399 14.3256C16.9853 14.497 17.0701 14.8311 16.9379 15.1059L16.124 16.7974Z\"\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,g/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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.
|
|
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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.4396ZM16.124 16.7974C16.0244 17.0044 15.8208 17.1352 15.5981 17.1352H12.6533C12.4567 17.1352 12.2731 17.0331 12.1641 16.8631L10.1912 13.7879C10.0356 13.5452 10.0666 13.2221 10.2654 13.0162L11.0748 12.1782C11.1942 12.0545 11.359 11.9901 11.5272 12.0012L13.4505 12.1288C13.5543 12.1357 13.6546 12.1711 13.7409 12.2314L16.7399 14.3256C16.9853 14.497 17.0701 14.8311 16.9379 15.1059L16.124 16.7974Z",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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.
|
|
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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.4396ZM16.124 16.7974C16.0244 17.0044 15.8208 17.1352 15.5981 17.1352H12.6533C12.4567 17.1352 12.2731 17.0331 12.1641 16.8631L10.1912 13.7879C10.0356 13.5452 10.0666 13.2221 10.2654 13.0162L11.0748 12.1782C11.1942 12.0545 11.359 11.9901 11.5272 12.0012L13.4505 12.1288C13.5543 12.1357 13.6546 12.1711 13.7409 12.2314L16.7399 14.3256C16.9853 14.497 17.0701 14.8311 16.9379 15.1059L16.124 16.7974Z\"\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,g/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 u=Object.create;var C=Object.defineProperty;var H=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=H(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(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:()=>i,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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M14.5014 21C14.5014 21.5522 14.0536 21.9998 13.5014 22H10.5014C9.94913 22 9.50141 21.5523 9.50141 21V15.5H14.5014V21Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M19.4624 10C20.186 10 20.6703 10.745 20.3764 11.4062L19.2651 13.9062C19.1046 14.2673 18.7462 14.5 18.351 14.5H5.65083C5.2557 14.4999 4.89725 14.2673 4.73677 13.9062L3.62641 11.4062C3.33256 10.7451 3.81605 10.0003 4.5395 10H19.4624Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15.5014 2C15.7774 2.00016 16.0014 2.22396 16.0014 2.5C16.0014 2.77604 15.7774 2.99984 15.5014 3H12.5014V5H17.3833C18.1265 5.00012 18.6101 5.78243 18.2778 6.44727L17.0014 9H7.00141L5.72505 6.44727C5.3926 5.78236 5.8762 5 6.61958 5H11.5014V3H8.50141C8.22527 3 8.00141 2.77614 8.00141 2.5C8.00141 2.22386 8.22527 2 8.50141 2L15.5014 2Z",fill:"currentColor"})),d=i;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.5014 21C14.5014 21.5522 14.0536 21.9998 13.5014 22H10.5014C9.94913 22 9.50141 21.5523 9.50141 21V15.5H14.5014V21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4624 10C20.186 10 20.6703 10.745 20.3764 11.4062L19.2651 13.9062C19.1046 14.2673 18.7462 14.5 18.351 14.5H5.65083C5.2557 14.4999 4.89725 14.2673 4.73677 13.9062L3.62641 11.4062C3.33256 10.7451 3.81605 10.0003 4.5395 10H19.4624Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5014 2C15.7774 2.00016 16.0014 2.22396 16.0014 2.5C16.0014 2.77604 15.7774 2.99984 15.5014 3H12.5014V5H17.3833C18.1265 5.00012 18.6101 5.78243 18.2778 6.44727L17.0014 9H7.00141L5.72505 6.44727C5.3926 5.78236 5.8762 5 6.61958 5H11.5014V3H8.50141C8.22527 3 8.00141 2.77614 8.00141 2.5C8.00141 2.22386 8.22527 2 8.50141 2L15.5014 2Z\"\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,wHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gVACF,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.5014 21C14.5014 21.5522 14.0536 21.9998 13.5014 22H10.5014C9.94913 22 9.50141 21.5523 9.50141 21V15.5H14.5014V21Z",fill:"currentColor"}),o.createElement(e,{d:"M19.4624 10C20.186 10 20.6703 10.745 20.3764 11.4062L19.2651 13.9062C19.1046 14.2673 18.7462 14.5 18.351 14.5H5.65083C5.2557 14.4999 4.89725 14.2673 4.73677 13.9062L3.62641 11.4062C3.33256 10.7451 3.81605 10.0003 4.5395 10H19.4624Z",fill:"currentColor"}),o.createElement(e,{d:"M15.5014 2C15.7774 2.00016 16.0014 2.22396 16.0014 2.5C16.0014 2.77604 15.7774 2.99984 15.5014 3H12.5014V5H17.3833C18.1265 5.00012 18.6101 5.78243 18.2778 6.44727L17.0014 9H7.00141L5.72505 6.44727C5.3926 5.78236 5.8762 5 6.61958 5H11.5014V3H8.50141C8.22527 3 8.00141 2.77614 8.00141 2.5C8.00141 2.22386 8.22527 2 8.50141 2L15.5014 2Z",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.5014 21C14.5014 21.5522 14.0536 21.9998 13.5014 22H10.5014C9.94913 22 9.50141 21.5523 9.50141 21V15.5H14.5014V21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4624 10C20.186 10 20.6703 10.745 20.3764 11.4062L19.2651 13.9062C19.1046 14.2673 18.7462 14.5 18.351 14.5H5.65083C5.2557 14.4999 4.89725 14.2673 4.73677 13.9062L3.62641 11.4062C3.33256 10.7451 3.81605 10.0003 4.5395 10H19.4624Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5014 2C15.7774 2.00016 16.0014 2.22396 16.0014 2.5C16.0014 2.77604 15.7774 2.99984 15.5014 3H12.5014V5H17.3833C18.1265 5.00012 18.6101 5.78243 18.2778 6.44727L17.0014 9H7.00141L5.72505 6.44727C5.3926 5.78236 5.8762 5 6.61958 5H11.5014V3H8.50141C8.22527 3 8.00141 2.77614 8.00141 2.5C8.00141 2.22386 8.22527 2 8.50141 2L15.5014 2Z\"\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,wHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gVACF,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-1-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.5V3H19.5C20.3284 3 21 3.67157 21 4.5V11.5H18.5C18.2239 11.5 18 11.7239 18 12C18 12.2761 18.2239 12.5 18.5 12.5H21V19.5C21 20.3284 20.3284 21 19.5 21H12.5V18.5C12.5 18.2239 12.2761 18 12 18C11.7239 18 11.5 18.2239 11.5 18.5V21H4.5C3.67157 21 3 20.3284 3 19.5V12.5H5.5C5.77614 12.5 6 12.2761 6 12C6 11.7239 5.77614 11.5 5.5 11.5H3V4.5C3 3.67157 3.67157 3 4.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": "1",
|
|
5331
|
+
"stroke": "1"
|
|
5332
|
+
},
|
|
5333
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
5334
|
+
"packageName": "round-filled-radius-1-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-1-stroke-1",
|
|
7589
7603
|
"componentName": "IconCoinWon"
|
|
7590
7604
|
},
|
|
7605
|
+
{
|
|
7606
|
+
"category": "Arrows",
|
|
7607
|
+
"svg": "<path d=\"M20.9561 13.795C20.8429 13.5433 20.5468 13.431 20.295 13.544L16.1563 15.4034C15.8217 15.5538 15.5538 15.8217 15.4034 16.1563L13.544 20.295C13.4309 20.5468 13.5432 20.8429 13.795 20.9561C14.0468 21.0692 14.3429 20.9569 14.4561 20.7052L16.3155 16.5665C16.3657 16.4549 16.4549 16.3656 16.5665 16.3155L20.7051 14.4561C20.9568 14.3429 21.0692 14.0468 20.9561 13.795Z\" fill=\"currentColor\"/><path d=\"M5.76569 3.87703C4.60125 3.5003 3.50033 4.60127 3.87701 5.7657L8.12506 18.8966C8.54998 20.2095 10.3724 20.3003 10.9258 19.0362L13.3165 13.5733C13.3669 13.4585 13.4585 13.3669 13.5733 13.3165L19.0362 10.9259C20.3002 10.3724 20.2094 8.55001 18.8965 8.12507L5.76569 3.87703Z\" fill=\"currentColor\"/>",
|
|
7608
|
+
"iconName": "collaboration-pointer-left, cursor, agents",
|
|
7609
|
+
"variant": {
|
|
7610
|
+
"join": "round",
|
|
7611
|
+
"filled": "on",
|
|
7612
|
+
"radius": "1",
|
|
7613
|
+
"stroke": "1"
|
|
7614
|
+
},
|
|
7615
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
7616
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
7617
|
+
"componentName": "IconCollaborationPointerLeft"
|
|
7618
|
+
},
|
|
7619
|
+
{
|
|
7620
|
+
"category": "Arrows",
|
|
7621
|
+
"svg": "<path d=\"M3.04402 13.795C3.15722 13.5433 3.45335 13.431 3.70515 13.544L7.84382 15.4034C8.17848 15.5538 8.44628 15.8217 8.59675 16.1563L10.4561 20.295C10.5692 20.5468 10.4569 20.8429 10.2051 20.9561C9.95332 21.0692 9.65722 20.9569 9.54402 20.7052L7.68464 16.5665C7.63447 16.4549 7.54527 16.3656 7.43366 16.3155L3.29499 14.4561C3.0433 14.3429 2.93091 14.0468 3.04402 13.795Z\" fill=\"currentColor\"/><path d=\"M18.2344 3.87703C19.3989 3.5003 20.4998 4.60127 20.1231 5.7657L15.8751 18.8966C15.4502 20.2095 13.6277 20.3003 13.0743 19.0362L10.6837 13.5733C10.6333 13.4585 10.5417 13.3669 10.4268 13.3165L4.96394 10.9259C3.69994 10.3724 3.7907 8.55001 5.10359 8.12507L18.2344 3.87703Z\" fill=\"currentColor\"/>",
|
|
7622
|
+
"iconName": "collaboration-pointer-right, cursor, agents",
|
|
7623
|
+
"variant": {
|
|
7624
|
+
"join": "round",
|
|
7625
|
+
"filled": "on",
|
|
7626
|
+
"radius": "1",
|
|
7627
|
+
"stroke": "1"
|
|
7628
|
+
},
|
|
7629
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
7630
|
+
"packageName": "round-filled-radius-1-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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.
|
|
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.16347 10.4396C8.02341 10.7176 7.66609 10.8015 7.41701 10.6147L4.26658 8.25294C4.07363 8.1083 4.01014 7.84569 4.12727 7.6349C5.66331 4.87057 8.61306 3 11.9997 3C12.5796 3 13.1467 3.05485 13.6961 3.15964C13.9674 3.21139 14.1303 3.48429 14.0634 3.75226L13.1025 7.60115C13.0578 7.78011 12.9183 7.91994 12.7394 7.96493L9.14868 8.86823C9.00788 8.90365 8.88943 8.99851 8.82412 9.12817L8.16347 10.4396ZM16.124 16.7974C16.0244 17.0044 15.8208 17.1352 15.5981 17.1352H12.6533C12.4567 17.1352 12.2731 17.0331 12.1641 16.8631L10.1912 13.7879C10.0356 13.5452 10.0666 13.2221 10.2654 13.0162L11.0748 12.1782C11.1942 12.0545 11.359 11.9901 11.5272 12.0012L13.4505 12.1288C13.5543 12.1357 13.6546 12.1711 13.7409 12.2314L16.7399 14.3256C16.9853 14.497 17.0701 14.8311 16.9379 15.1059L16.124 16.7974Z\" 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-1-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": "1",
|
|
15929
|
+
"stroke": "1"
|
|
15930
|
+
},
|
|
15931
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
15932
|
+
"packageName": "round-filled-radius-1-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-1-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": "1",
|
|
18883
|
+
"stroke": "1"
|
|
18884
|
+
},
|
|
18885
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
18886
|
+
"packageName": "round-filled-radius-1-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-1-stroke-1",
|
|
24529
24599
|
"componentName": "IconTouchGrass"
|
|
24530
24600
|
},
|
|
24601
|
+
{
|
|
24602
|
+
"category": "Things",
|
|
24603
|
+
"svg": "<path d=\"M14.5014 21C14.5014 21.5522 14.0536 21.9998 13.5014 22H10.5014C9.94913 22 9.50141 21.5523 9.50141 21V15.5H14.5014V21Z\" fill=\"currentColor\"/><path d=\"M19.4624 10C20.186 10 20.6703 10.745 20.3764 11.4062L19.2651 13.9062C19.1046 14.2673 18.7462 14.5 18.351 14.5H5.65083C5.2557 14.4999 4.89725 14.2673 4.73677 13.9062L3.62641 11.4062C3.33256 10.7451 3.81605 10.0003 4.5395 10H19.4624Z\" fill=\"currentColor\"/><path d=\"M15.5014 2C15.7774 2.00016 16.0014 2.22396 16.0014 2.5C16.0014 2.77604 15.7774 2.99984 15.5014 3H12.5014V5H17.3833C18.1265 5.00012 18.6101 5.78243 18.2778 6.44727L17.0014 9H7.00141L5.72505 6.44727C5.3926 5.78236 5.8762 5 6.61958 5H11.5014V3H8.50141C8.22527 3 8.00141 2.77614 8.00141 2.5C8.00141 2.22386 8.22527 2 8.50141 2L15.5014 2Z\" fill=\"currentColor\"/>",
|
|
24604
|
+
"iconName": "tower, terminal",
|
|
24605
|
+
"variant": {
|
|
24606
|
+
"join": "round",
|
|
24607
|
+
"filled": "on",
|
|
24608
|
+
"radius": "1",
|
|
24609
|
+
"stroke": "1"
|
|
24610
|
+
},
|
|
24611
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
24612
|
+
"packageName": "round-filled-radius-1-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.5V10H4.5C3.67157 10 3 10.6716 3 11.5V17.5C3 18.3284 3.67157 19 4.5 19H6.5V21.5C6.5 21.7761 6.72386 22 7 22C7.27614 22 7.5 21.7761 7.5 21.5V19H9.5C10.3284 19 11 18.3284 11 17.5V11.5C11 10.6716 10.3284 10 9.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.5V5H14.5C13.6716 5 13 5.67157 13 6.5V17.5C13 18.3284 13.6716 19 14.5 19H16.5V21.5C16.5 21.7761 16.7239 22 17 22C17.2761 22 17.5 21.7761 17.5 21.5V19H19.5C20.3284 19 21 18.3284 21 17.5V6.5C21 5.67157 20.3284 5 19.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"
|