@central-icons-react-native/round-filled-radius-0-stroke-1.5 1.1.173 → 1.1.174

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCanvasGrid: FC<CentralIconBaseProps>;
4
+ export default IconCanvasGrid;
@@ -0,0 +1,2 @@
1
+ "use strict";var H=Object.create;var n=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var B=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},l=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of u(r))!v.call(C,e)&&e!==o&&n(C,e,{get:()=>r[e],enumerable:!(p=V(r,e))||p.enumerable});return C};var a=(C,r,o)=>(o=C!=null?H(d(C)):{},l(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),I=C=>l(n({},"__esModule",{value:!0}),C);var P={};B(P,{IconCanvasGrid:()=>i,default:()=>x});module.exports=I(P);var t=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>m.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>t.default.createElement(c,{...C},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H20.25ZM12 17.5C11.5858 17.5 11.25 17.8358 11.25 18.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.25C12.75 17.8358 12.4142 17.5 12 17.5ZM12 8.25C11.5858 8.25 11.25 8.58579 11.25 9V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9C12.75 8.58579 12.4142 8.25 12 8.25ZM5 11.25C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75H5.75C6.16421 12.75 6.5 12.4142 6.5 12C6.5 11.5858 6.16421 11.25 5.75 11.25H5ZM18.25 11.25C17.8358 11.25 17.5 11.5858 17.5 12C17.5 12.4142 17.8358 12.75 18.25 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18.25ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.75C11.25 6.16421 11.5858 6.5 12 6.5C12.4142 6.5 12.75 6.16421 12.75 5.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z",fill:"currentColor"})),x=i;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=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H20.25ZM12 17.5C11.5858 17.5 11.25 17.8358 11.25 18.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.25C12.75 17.8358 12.4142 17.5 12 17.5ZM12 8.25C11.5858 8.25 11.25 8.58579 11.25 9V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9C12.75 8.58579 12.4142 8.25 12 8.25ZM5 11.25C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75H5.75C6.16421 12.75 6.5 12.4142 6.5 12C6.5 11.5858 6.16421 11.25 5.75 11.25H5ZM18.25 11.25C17.8358 11.25 17.5 11.5858 17.5 12C17.5 12.4142 17.8358 12.75 18.25 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18.25ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.75C11.25 6.16421 11.5858 6.5 12 6.5C12.4142 6.5 12.75 6.16421 12.75 5.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z\"\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,ymCACF,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 e from"react";import t from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...n})=>t.createElement(p,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(o,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H20.25ZM12 17.5C11.5858 17.5 11.25 17.8358 11.25 18.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.25C12.75 17.8358 12.4142 17.5 12 17.5ZM12 8.25C11.5858 8.25 11.25 8.58579 11.25 9V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9C12.75 8.58579 12.4142 8.25 12 8.25ZM5 11.25C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75H5.75C6.16421 12.75 6.5 12.4142 6.5 12C6.5 11.5858 6.16421 11.25 5.75 11.25H5ZM18.25 11.25C17.8358 11.25 17.5 11.5858 17.5 12C17.5 12.4142 17.8358 12.75 18.25 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18.25ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.75C11.25 6.16421 11.5858 6.5 12 6.5C12.4142 6.5 12.75 6.16421 12.75 5.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z",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=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H20.25ZM12 17.5C11.5858 17.5 11.25 17.8358 11.25 18.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.25C12.75 17.8358 12.4142 17.5 12 17.5ZM12 8.25C11.5858 8.25 11.25 8.58579 11.25 9V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9C12.75 8.58579 12.4142 8.25 12 8.25ZM5 11.25C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75H5.75C6.16421 12.75 6.5 12.4142 6.5 12C6.5 11.5858 6.16421 11.25 5.75 11.25H5ZM18.25 11.25C17.8358 11.25 17.5 11.5858 17.5 12C17.5 12.4142 17.8358 12.75 18.25 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18.25ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.75C11.25 6.16421 11.5858 6.5 12 6.5C12.4142 6.5 12.75 6.16421 12.75 5.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z\"\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,ymCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCanvasGrid","props","React","CentralIconBase","IconCanvasGrid_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCollaborationPointerLeft: FC<CentralIconBaseProps>;
4
+ export default IconCollaborationPointerLeft;
@@ -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:"M21.2055 12.744C21.064 12.3549 20.6336 12.1537 20.2445 12.2948L14.7445 14.2948C14.5361 14.3706 14.3712 14.5347 14.2953 14.743L12.2953 20.244C12.1541 20.6332 12.3554 21.0635 12.7445 21.205C13.1336 21.346 13.564 21.1448 13.7055 20.7557L15.5863 15.5848L20.7562 13.705C21.1452 13.5634 21.3465 13.1331 21.2055 12.744Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M4.97986 4.03601C4.7122 3.94997 4.41892 4.02082 4.2201 4.2196C4.02128 4.41842 3.95046 4.71168 4.03651 4.97937L8.69666 19.4794C8.79503 19.7851 9.07765 19.9946 9.39881 19.9999C9.72004 20.0049 10.0095 19.8044 10.1176 19.5018L12.5873 12.5858L19.5023 10.1171C19.8049 10.0089 20.0055 9.71954 20.0004 9.39831C19.9951 9.07717 19.7856 8.79455 19.4799 8.69616L4.97986 4.03601Z",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=\"M21.2055 12.744C21.064 12.3549 20.6336 12.1537 20.2445 12.2948L14.7445 14.2948C14.5361 14.3706 14.3712 14.5347 14.2953 14.743L12.2953 20.244C12.1541 20.6332 12.3554 21.0635 12.7445 21.205C13.1336 21.346 13.564 21.1448 13.7055 20.7557L15.5863 15.5848L20.7562 13.705C21.1452 13.5634 21.3465 13.1331 21.2055 12.744Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.97986 4.03601C4.7122 3.94997 4.41892 4.02082 4.2201 4.2196C4.02128 4.41842 3.95046 4.71168 4.03651 4.97937L8.69666 19.4794C8.79503 19.7851 9.07765 19.9946 9.39881 19.9999C9.72004 20.0049 10.0095 19.8044 10.1176 19.5018L12.5873 12.5858L19.5023 10.1171C19.8049 10.0089 20.0055 9.71954 20.0004 9.39831C19.9951 9.07717 19.7856 8.79455 19.4799 8.69616L4.97986 4.03601Z\"\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,2TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iXACF,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:"M21.2055 12.744C21.064 12.3549 20.6336 12.1537 20.2445 12.2948L14.7445 14.2948C14.5361 14.3706 14.3712 14.5347 14.2953 14.743L12.2953 20.244C12.1541 20.6332 12.3554 21.0635 12.7445 21.205C13.1336 21.346 13.564 21.1448 13.7055 20.7557L15.5863 15.5848L20.7562 13.705C21.1452 13.5634 21.3465 13.1331 21.2055 12.744Z",fill:"currentColor"}),t.createElement(n,{d:"M4.97986 4.03601C4.7122 3.94997 4.41892 4.02082 4.2201 4.2196C4.02128 4.41842 3.95046 4.71168 4.03651 4.97937L8.69666 19.4794C8.79503 19.7851 9.07765 19.9946 9.39881 19.9999C9.72004 20.0049 10.0095 19.8044 10.1176 19.5018L12.5873 12.5858L19.5023 10.1171C19.8049 10.0089 20.0055 9.71954 20.0004 9.39831C19.9951 9.07717 19.7856 8.79455 19.4799 8.69616L4.97986 4.03601Z",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=\"M21.2055 12.744C21.064 12.3549 20.6336 12.1537 20.2445 12.2948L14.7445 14.2948C14.5361 14.3706 14.3712 14.5347 14.2953 14.743L12.2953 20.244C12.1541 20.6332 12.3554 21.0635 12.7445 21.205C13.1336 21.346 13.564 21.1448 13.7055 20.7557L15.5863 15.5848L20.7562 13.705C21.1452 13.5634 21.3465 13.1331 21.2055 12.744Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.97986 4.03601C4.7122 3.94997 4.41892 4.02082 4.2201 4.2196C4.02128 4.41842 3.95046 4.71168 4.03651 4.97937L8.69666 19.4794C8.79503 19.7851 9.07765 19.9946 9.39881 19.9999C9.72004 20.0049 10.0095 19.8044 10.1176 19.5018L12.5873 12.5858L19.5023 10.1171C19.8049 10.0089 20.0055 9.71954 20.0004 9.39831C19.9951 9.07717 19.7856 8.79455 19.4799 8.69616L4.97986 4.03601Z\"\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,2TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iXACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCollaborationPointerLeft","props","React","CentralIconBase","IconCollaborationPointerLeft_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCollaborationPointerRight: FC<CentralIconBaseProps>;
4
+ export default IconCollaborationPointerRight;
@@ -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:"M2.79457 12.744C2.93604 12.3549 3.36639 12.1537 3.75551 12.2948L9.25551 14.2948C9.46389 14.3706 9.62885 14.5347 9.70472 14.743L11.7047 20.244C11.8459 20.6332 11.6446 21.0635 11.2555 21.205C10.8664 21.346 10.4361 21.1448 10.2946 20.7557L8.41371 15.5848L3.24379 13.705C2.85482 13.5634 2.65348 13.1331 2.79457 12.744Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M19.0202 4.03601C19.2878 3.94997 19.5811 4.02082 19.7799 4.2196C19.9787 4.41842 20.0496 4.71168 19.9635 4.97937L15.3034 19.4794C15.205 19.7851 14.9224 19.9946 14.6012 19.9999C14.28 20.0049 13.9905 19.8044 13.8825 19.5018L11.4127 12.5858L4.49769 10.1171C4.19516 10.0089 3.99455 9.71954 3.99965 9.39831C4.0049 9.07717 4.2144 8.79455 4.52015 8.69616L19.0202 4.03601Z",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=\"M2.79457 12.744C2.93604 12.3549 3.36639 12.1537 3.75551 12.2948L9.25551 14.2948C9.46389 14.3706 9.62885 14.5347 9.70472 14.743L11.7047 20.244C11.8459 20.6332 11.6446 21.0635 11.2555 21.205C10.8664 21.346 10.4361 21.1448 10.2946 20.7557L8.41371 15.5848L3.24379 13.705C2.85482 13.5634 2.65348 13.1331 2.79457 12.744Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0202 4.03601C19.2878 3.94997 19.5811 4.02082 19.7799 4.2196C19.9787 4.41842 20.0496 4.71168 19.9635 4.97937L15.3034 19.4794C15.205 19.7851 14.9224 19.9946 14.6012 19.9999C14.28 20.0049 13.9905 19.8044 13.8825 19.5018L11.4127 12.5858L4.49769 10.1171C4.19516 10.0089 3.99455 9.71954 3.99965 9.39831C4.0049 9.07717 4.2144 8.79455 4.52015 8.69616L19.0202 4.03601Z\"\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,6TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8WACF,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:"M2.79457 12.744C2.93604 12.3549 3.36639 12.1537 3.75551 12.2948L9.25551 14.2948C9.46389 14.3706 9.62885 14.5347 9.70472 14.743L11.7047 20.244C11.8459 20.6332 11.6446 21.0635 11.2555 21.205C10.8664 21.346 10.4361 21.1448 10.2946 20.7557L8.41371 15.5848L3.24379 13.705C2.85482 13.5634 2.65348 13.1331 2.79457 12.744Z",fill:"currentColor"}),t.createElement(e,{d:"M19.0202 4.03601C19.2878 3.94997 19.5811 4.02082 19.7799 4.2196C19.9787 4.41842 20.0496 4.71168 19.9635 4.97937L15.3034 19.4794C15.205 19.7851 14.9224 19.9946 14.6012 19.9999C14.28 20.0049 13.9905 19.8044 13.8825 19.5018L11.4127 12.5858L4.49769 10.1171C4.19516 10.0089 3.99455 9.71954 3.99965 9.39831C4.0049 9.07717 4.2144 8.79455 4.52015 8.69616L19.0202 4.03601Z",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=\"M2.79457 12.744C2.93604 12.3549 3.36639 12.1537 3.75551 12.2948L9.25551 14.2948C9.46389 14.3706 9.62885 14.5347 9.70472 14.743L11.7047 20.244C11.8459 20.6332 11.6446 21.0635 11.2555 21.205C10.8664 21.346 10.4361 21.1448 10.2946 20.7557L8.41371 15.5848L3.24379 13.705C2.85482 13.5634 2.65348 13.1331 2.79457 12.744Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0202 4.03601C19.2878 3.94997 19.5811 4.02082 19.7799 4.2196C19.9787 4.41842 20.0496 4.71168 19.9635 4.97937L15.3034 19.4794C15.205 19.7851 14.9224 19.9946 14.6012 19.9999C14.28 20.0049 13.9905 19.8044 13.8825 19.5018L11.4127 12.5858L4.49769 10.1171C4.19516 10.0089 3.99455 9.71954 3.99965 9.39831C4.0049 9.07717 4.2144 8.79455 4.52015 8.69616L19.0202 4.03601Z\"\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,6TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8WACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCollaborationPointerRight","props","React","CentralIconBase","IconCollaborationPointerRight_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
@@ -1231,6 +1233,7 @@ Below is a complete list of available icons:
1231
1233
  - IconAlignVerticalCenter
1232
1234
  - IconBento
1233
1235
  - IconBoard
1236
+ - IconCanvasGrid
1234
1237
  - IconCarussel
1235
1238
  - IconColumns3
1236
1239
  - IconColumns3Wide
@@ -5320,6 +5320,20 @@
5320
5320
  "packageName": "round-filled-radius-0-stroke-1.5",
5321
5321
  "componentName": "IconCandy"
5322
5322
  },
5323
+ {
5324
+ "category": "Layout",
5325
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H20.25ZM12 17.5C11.5858 17.5 11.25 17.8358 11.25 18.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.25C12.75 17.8358 12.4142 17.5 12 17.5ZM12 8.25C11.5858 8.25 11.25 8.58579 11.25 9V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9C12.75 8.58579 12.4142 8.25 12 8.25ZM5 11.25C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75H5.75C6.16421 12.75 6.5 12.4142 6.5 12C6.5 11.5858 6.16421 11.25 5.75 11.25H5ZM18.25 11.25C17.8358 11.25 17.5 11.5858 17.5 12C17.5 12.4142 17.8358 12.75 18.25 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18.25ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.75C11.25 6.16421 11.5858 6.5 12 6.5C12.4142 6.5 12.75 6.16421 12.75 5.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z\" fill=\"currentColor\"/>",
5326
+ "iconName": "canvas-grid, design, app-icon, blueprint",
5327
+ "variant": {
5328
+ "join": "round",
5329
+ "filled": "on",
5330
+ "radius": "0",
5331
+ "stroke": "1.5"
5332
+ },
5333
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
5334
+ "packageName": "round-filled-radius-0-stroke-1.5",
5335
+ "componentName": "IconCanvasGrid"
5336
+ },
5323
5337
  {
5324
5338
  "category": "Things",
5325
5339
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.336 4.62071C6.45334 5.29133 3.5 8.67577 3.5 12.75V13.806C4.97965 13.1956 6.42642 12.7399 7.85699 12.439C7.96151 9.37908 9.21524 6.44152 10.336 4.62071ZM12 4.8185C10.9599 6.28992 9.55991 9.17852 9.37131 12.1775C11.129 11.9408 12.871 11.9408 14.6287 12.1775C14.4401 9.17852 13.0401 6.28992 12 4.8185ZM16.143 12.439C17.5736 12.7399 19.0204 13.1956 20.5 13.806V12.75C20.5 8.67577 17.5467 5.29133 13.664 4.62071C14.7848 6.44152 16.0385 9.37908 16.143 12.439ZM2 12.75C2 7.36522 6.36522 3 11.75 3H12.25C17.6348 3 22 7.36522 22 12.75V18.1792C22 19.4764 20.6696 20.2758 19.5307 19.8236C14.4571 17.8092 9.5429 17.8092 4.46933 19.8236C3.33038 20.2758 2 19.4764 2 18.1792V12.75Z\" fill=\"currentColor\"/>",
@@ -7588,6 +7602,34 @@
7588
7602
  "packageName": "round-filled-radius-0-stroke-1.5",
7589
7603
  "componentName": "IconCoinWon"
7590
7604
  },
7605
+ {
7606
+ "category": "Arrows",
7607
+ "svg": "<path d=\"M21.2055 12.744C21.064 12.3549 20.6336 12.1537 20.2445 12.2948L14.7445 14.2948C14.5361 14.3706 14.3712 14.5347 14.2953 14.743L12.2953 20.244C12.1541 20.6332 12.3554 21.0635 12.7445 21.205C13.1336 21.346 13.564 21.1448 13.7055 20.7557L15.5863 15.5848L20.7562 13.705C21.1452 13.5634 21.3465 13.1331 21.2055 12.744Z\" fill=\"currentColor\"/><path d=\"M4.97986 4.03601C4.7122 3.94997 4.41892 4.02082 4.2201 4.2196C4.02128 4.41842 3.95046 4.71168 4.03651 4.97937L8.69666 19.4794C8.79503 19.7851 9.07765 19.9946 9.39881 19.9999C9.72004 20.0049 10.0095 19.8044 10.1176 19.5018L12.5873 12.5858L19.5023 10.1171C19.8049 10.0089 20.0055 9.71954 20.0004 9.39831C19.9951 9.07717 19.7856 8.79455 19.4799 8.69616L4.97986 4.03601Z\" fill=\"currentColor\"/>",
7608
+ "iconName": "collaboration-pointer-left, cursor, agents",
7609
+ "variant": {
7610
+ "join": "round",
7611
+ "filled": "on",
7612
+ "radius": "0",
7613
+ "stroke": "1.5"
7614
+ },
7615
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7616
+ "packageName": "round-filled-radius-0-stroke-1.5",
7617
+ "componentName": "IconCollaborationPointerLeft"
7618
+ },
7619
+ {
7620
+ "category": "Arrows",
7621
+ "svg": "<path d=\"M2.79457 12.744C2.93604 12.3549 3.36639 12.1537 3.75551 12.2948L9.25551 14.2948C9.46389 14.3706 9.62885 14.5347 9.70472 14.743L11.7047 20.244C11.8459 20.6332 11.6446 21.0635 11.2555 21.205C10.8664 21.346 10.4361 21.1448 10.2946 20.7557L8.41371 15.5848L3.24379 13.705C2.85482 13.5634 2.65348 13.1331 2.79457 12.744Z\" fill=\"currentColor\"/><path d=\"M19.0202 4.03601C19.2878 3.94997 19.5811 4.02082 19.7799 4.2196C19.9787 4.41842 20.0496 4.71168 19.9635 4.97937L15.3034 19.4794C15.205 19.7851 14.9224 19.9946 14.6012 19.9999C14.28 20.0049 13.9905 19.8044 13.8825 19.5018L11.4127 12.5858L4.49769 10.1171C4.19516 10.0089 3.99455 9.71954 3.99965 9.39831C4.0049 9.07717 4.2144 8.79455 4.52015 8.69616L19.0202 4.03601Z\" fill=\"currentColor\"/>",
7622
+ "iconName": "collaboration-pointer-right, cursor, agents",
7623
+ "variant": {
7624
+ "join": "round",
7625
+ "filled": "on",
7626
+ "radius": "0",
7627
+ "stroke": "1.5"
7628
+ },
7629
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7630
+ "packageName": "round-filled-radius-0-stroke-1.5",
7631
+ "componentName": "IconCollaborationPointerRight"
7632
+ },
7591
7633
  {
7592
7634
  "category": "Edit",
7593
7635
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.71457 6.51697 2.5 12 2.5C17.483 2.5 22 6.71457 22 12C22 13.8878 21.4937 15.1519 20.4345 15.8123C19.4491 16.4266 18.2002 16.3605 17.1496 16.2236C16.7813 16.1757 16.397 16.1121 16.0307 16.0515C15.8617 16.0235 15.6965 15.9962 15.5384 15.9713C15.0184 15.8895 14.5499 15.8295 14.1335 15.8234C13.298 15.8112 12.8925 16.0091 12.671 16.4526C12.539 16.7171 12.5395 17.0363 12.6858 17.4705C12.8149 17.8538 13.0214 18.2277 13.2435 18.63C13.2828 18.7012 13.3226 18.7734 13.3626 18.8465C13.4857 19.0721 13.6169 19.3217 13.7077 19.5624C13.7926 19.7875 13.8875 20.117 13.8161 20.466C13.7303 20.8858 13.4434 21.1713 13.0891 21.3241C12.7768 21.4588 12.3992 21.5 12 21.5C6.51697 21.5 2 17.2854 2 12ZM10.25 6.25C9.42157 6.25 8.75 6.92157 8.75 7.75C8.75 8.57843 9.42157 9.25 10.25 9.25C11.0784 9.25 11.75 8.57843 11.75 7.75C11.75 6.92157 11.0784 6.25 10.25 6.25ZM7.25 10.5C6.42157 10.5 5.75 11.1716 5.75 12C5.75 12.8284 6.42157 13.5 7.25 13.5C8.07843 13.5 8.75 12.8284 8.75 12C8.75 11.1716 8.07843 10.5 7.25 10.5ZM15.25 7.75C14.4216 7.75 13.75 8.42157 13.75 9.25C13.75 10.0784 14.4216 10.75 15.25 10.75C16.0784 10.75 16.75 10.0784 16.75 9.25C16.75 8.42157 16.0784 7.75 15.25 7.75Z\" 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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-1.5",
3
- "version": "1.1.173",
3
+ "version": "1.1.174",
4
4
  "style": "round-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1.5/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1905,
14
+ "totalIcons": 1908,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 74,
@@ -107,7 +107,7 @@
107
107
  ]
108
108
  },
109
109
  "Arrows": {
110
- "count": 132,
110
+ "count": 134,
111
111
  "icons": [
112
112
  "IconArrow",
113
113
  "IconArrowBottomTop",
@@ -206,6 +206,8 @@
206
206
  "IconChevronTopSmall",
207
207
  "IconChevronTriangleDownSmall",
208
208
  "IconChevronTriangleUpSmall",
209
+ "IconCollaborationPointerLeft",
210
+ "IconCollaborationPointerRight",
209
211
  "IconCursor1",
210
212
  "IconCursor3",
211
213
  "IconCursorClick",
@@ -1137,12 +1139,13 @@
1137
1139
  ]
1138
1140
  },
1139
1141
  "Layout": {
1140
- "count": 52,
1142
+ "count": 53,
1141
1143
  "icons": [
1142
1144
  "IconAlignHorizontalCenter",
1143
1145
  "IconAlignVerticalCenter",
1144
1146
  "IconBento",
1145
1147
  "IconBoard",
1148
+ "IconCanvasGrid",
1146
1149
  "IconCarussel",
1147
1150
  "IconColumns3",
1148
1151
  "IconColumns3Wide",
@@ -2487,6 +2490,7 @@
2487
2490
  "IconCameraOff1": "camera-off-1, cam-off",
2488
2491
  "IconCameraSparkle": "camera-sparkle, picture, image, cam",
2489
2492
  "IconCandy": "candy, sweet",
2493
+ "IconCanvasGrid": "canvas-grid, design, app-icon, blueprint",
2490
2494
  "IconCap": "cap, fan",
2491
2495
  "IconCapture": "capture, screen",
2492
2496
  "IconCar1": "car-1",
@@ -2649,6 +2653,8 @@
2649
2653
  "IconCoinsAdd": "coins-add, money",
2650
2654
  "IconCoinStack": "coin-stack, tokens, data, money",
2651
2655
  "IconCoinWon": "coin-won, currency, money",
2656
+ "IconCollaborationPointerLeft": "collaboration-pointer-left, cursor, agents",
2657
+ "IconCollaborationPointerRight": "collaboration-pointer-right, cursor, agents",
2652
2658
  "IconColorPalette": "color-palette, colours",
2653
2659
  "IconColorPicker": "color-picker, color",
2654
2660
  "IconColorRoll": "color-roll, paint-roller",
package/index.d.ts CHANGED
@@ -378,6 +378,7 @@ export { IconCameraOff, default as IconCameraOffDefault, } from "./IconCameraOff
378
378
  export { IconCameraOff1, default as IconCameraOff1Default, } from "./IconCameraOff1";
379
379
  export { IconCameraSparkle, default as IconCameraSparkleDefault, } from "./IconCameraSparkle";
380
380
  export { IconCandy, default as IconCandyDefault } from "./IconCandy";
381
+ export { IconCanvasGrid, default as IconCanvasGridDefault, } from "./IconCanvasGrid";
381
382
  export { IconCap, default as IconCapDefault } from "./IconCap";
382
383
  export { IconCapture, default as IconCaptureDefault } from "./IconCapture";
383
384
  export { IconCar1, default as IconCar1Default } from "./IconCar1";
@@ -540,6 +541,8 @@ export { IconCoinStack, default as IconCoinStackDefault, } from "./IconCoinStack
540
541
  export { IconCoinWon, default as IconCoinWonDefault } from "./IconCoinWon";
541
542
  export { IconCoins, default as IconCoinsDefault } from "./IconCoins";
542
543
  export { IconCoinsAdd, default as IconCoinsAddDefault } from "./IconCoinsAdd";
544
+ export { IconCollaborationPointerLeft, default as IconCollaborationPointerLeftDefault, } from "./IconCollaborationPointerLeft";
545
+ export { IconCollaborationPointerRight, default as IconCollaborationPointerRightDefault, } from "./IconCollaborationPointerRight";
543
546
  export { IconColorPalette, default as IconColorPaletteDefault, } from "./IconColorPalette";
544
547
  export { IconColorPicker, default as IconColorPickerDefault, } from "./IconColorPicker";
545
548
  export { IconColorRoll, default as IconColorRollDefault, } from "./IconColorRoll";