@central-icons-react-native/round-filled-radius-2-stroke-2 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:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM12 17C11.4477 17 11 17.4477 11 18V19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19V18C13 17.4477 12.5523 17 12 17ZM12 9C11.4477 9 11 9.44772 11 10V11H10C9.44772 11 9 11.4477 9 12C9 12.5523 9.44772 13 10 13H11V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H13V10C13 9.44772 12.5523 9 12 9ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H6C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11H5ZM18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H18ZM12 4C11.4477 4 11 4.44772 11 5V6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6V5C13 4.44772 12.5523 4 12 4Z",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=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM12 17C11.4477 17 11 17.4477 11 18V19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19V18C13 17.4477 12.5523 17 12 17ZM12 9C11.4477 9 11 9.44772 11 10V11H10C9.44772 11 9 11.4477 9 12C9 12.5523 9.44772 13 10 13H11V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H13V10C13 9.44772 12.5523 9 12 9ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H6C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11H5ZM18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H18ZM12 4C11.4477 4 11 4.44772 11 5V6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6V5C13 4.44772 12.5523 4 12 4Z\"\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,i1BACF,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:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM12 17C11.4477 17 11 17.4477 11 18V19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19V18C13 17.4477 12.5523 17 12 17ZM12 9C11.4477 9 11 9.44772 11 10V11H10C9.44772 11 9 11.4477 9 12C9 12.5523 9.44772 13 10 13H11V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H13V10C13 9.44772 12.5523 9 12 9ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H6C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11H5ZM18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H18ZM12 4C11.4477 4 11 4.44772 11 5V6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6V5C13 4.44772 12.5523 4 12 4Z",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=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM12 17C11.4477 17 11 17.4477 11 18V19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19V18C13 17.4477 12.5523 17 12 17ZM12 9C11.4477 9 11 9.44772 11 10V11H10C9.44772 11 9 11.4477 9 12C9 12.5523 9.44772 13 10 13H11V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H13V10C13 9.44772 12.5523 9 12 9ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H6C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11H5ZM18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H18ZM12 4C11.4477 4 11 4.44772 11 5V6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6V5C13 4.44772 12.5523 4 12 4Z\"\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,i1BACF,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.8948 13.0525C21.6478 12.5586 21.0469 12.3584 20.553 12.6052L16.0002 14.8816C15.5164 15.1235 15.124 15.5159 14.8821 15.9998L12.6057 20.5525C12.3588 21.0465 12.559 21.6473 13.053 21.8943C13.5469 22.141 14.1478 21.9408 14.3948 21.447L16.6711 16.8943C16.7195 16.7975 16.798 16.719 16.8948 16.6707L21.4475 14.3943C21.9413 14.1473 22.1415 13.5464 21.8948 13.0525Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M6.16236 2.99975C4.20807 2.34846 2.34894 4.20757 3.00025 6.16186L6.9065 17.8806C7.61107 19.9931 10.5179 20.1997 11.5139 18.2078L13.6711 13.8943C13.7195 13.7975 13.798 13.719 13.8948 13.6707L18.2083 11.5134C20.2001 10.5174 19.9936 7.61059 17.8811 6.906L6.16236 2.99975Z",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.8948 13.0525C21.6478 12.5586 21.0469 12.3584 20.553 12.6052L16.0002 14.8816C15.5164 15.1235 15.124 15.5159 14.8821 15.9998L12.6057 20.5525C12.3588 21.0465 12.559 21.6473 13.053 21.8943C13.5469 22.141 14.1478 21.9408 14.3948 21.447L16.6711 16.8943C16.7195 16.7975 16.798 16.719 16.8948 16.6707L21.4475 14.3943C21.9413 14.1473 22.1415 13.5464 21.8948 13.0525Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.16236 2.99975C4.20807 2.34846 2.34894 4.20757 3.00025 6.16186L6.9065 17.8806C7.61107 19.9931 10.5179 20.1997 11.5139 18.2078L13.6711 13.8943C13.7195 13.7975 13.798 13.719 13.8948 13.6707L18.2083 11.5134C20.2001 10.5174 19.9936 7.61059 17.8811 6.906L6.16236 2.99975Z\"\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,+QACF,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.8948 13.0525C21.6478 12.5586 21.0469 12.3584 20.553 12.6052L16.0002 14.8816C15.5164 15.1235 15.124 15.5159 14.8821 15.9998L12.6057 20.5525C12.3588 21.0465 12.559 21.6473 13.053 21.8943C13.5469 22.141 14.1478 21.9408 14.3948 21.447L16.6711 16.8943C16.7195 16.7975 16.798 16.719 16.8948 16.6707L21.4475 14.3943C21.9413 14.1473 22.1415 13.5464 21.8948 13.0525Z",fill:"currentColor"}),t.createElement(n,{d:"M6.16236 2.99975C4.20807 2.34846 2.34894 4.20757 3.00025 6.16186L6.9065 17.8806C7.61107 19.9931 10.5179 20.1997 11.5139 18.2078L13.6711 13.8943C13.7195 13.7975 13.798 13.719 13.8948 13.6707L18.2083 11.5134C20.2001 10.5174 19.9936 7.61059 17.8811 6.906L6.16236 2.99975Z",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.8948 13.0525C21.6478 12.5586 21.0469 12.3584 20.553 12.6052L16.0002 14.8816C15.5164 15.1235 15.124 15.5159 14.8821 15.9998L12.6057 20.5525C12.3588 21.0465 12.559 21.6473 13.053 21.8943C13.5469 22.141 14.1478 21.9408 14.3948 21.447L16.6711 16.8943C16.7195 16.7975 16.798 16.719 16.8948 16.6707L21.4475 14.3943C21.9413 14.1473 22.1415 13.5464 21.8948 13.0525Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.16236 2.99975C4.20807 2.34846 2.34894 4.20757 3.00025 6.16186L6.9065 17.8806C7.61107 19.9931 10.5179 20.1997 11.5139 18.2078L13.6711 13.8943C13.7195 13.7975 13.798 13.719 13.8948 13.6707L18.2083 11.5134C20.2001 10.5174 19.9936 7.61059 17.8811 6.906L6.16236 2.99975Z\"\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,+QACF,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.10513 13.0535C2.3521 12.5595 2.95298 12.3593 3.44693 12.6062L7.99967 14.8826C8.48348 15.1245 8.87592 15.5169 9.11783 16.0007L11.3942 20.5535C11.6411 21.0474 11.4409 21.6483 10.9469 21.8953C10.453 22.142 9.85209 21.9418 9.60513 21.448L7.32877 16.8953C7.28039 16.7985 7.2019 16.72 7.10513 16.6716L2.5524 14.3953C2.05864 14.1483 1.85842 13.5473 2.10513 13.0535Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M17.8376 3.00073C19.7918 2.34943 21.651 4.20854 20.9997 6.16284L17.0934 17.8816C16.3888 19.9941 13.482 20.2006 12.486 18.2087L10.3288 13.8953C10.2804 13.7985 10.2019 13.72 10.1051 13.6716L5.79166 11.5144C3.79985 10.5183 4.00634 7.61157 6.11881 6.90698L17.8376 3.00073Z",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.10513 13.0535C2.3521 12.5595 2.95298 12.3593 3.44693 12.6062L7.99967 14.8826C8.48348 15.1245 8.87592 15.5169 9.11783 16.0007L11.3942 20.5535C11.6411 21.0474 11.4409 21.6483 10.9469 21.8953C10.453 22.142 9.85209 21.9418 9.60513 21.448L7.32877 16.8953C7.28039 16.7985 7.2019 16.72 7.10513 16.6716L2.5524 14.3953C2.05864 14.1483 1.85842 13.5473 2.10513 13.0535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.8376 3.00073C19.7918 2.34943 21.651 4.20854 20.9997 6.16284L17.0934 17.8816C16.3888 19.9941 13.482 20.2006 12.486 18.2087L10.3288 13.8953C10.2804 13.7985 10.2019 13.72 10.1051 13.6716L5.79166 11.5144C3.79985 10.5183 4.00634 7.61157 6.11881 6.90698L17.8376 3.00073Z\"\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,4WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+QACF,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.10513 13.0535C2.3521 12.5595 2.95298 12.3593 3.44693 12.6062L7.99967 14.8826C8.48348 15.1245 8.87592 15.5169 9.11783 16.0007L11.3942 20.5535C11.6411 21.0474 11.4409 21.6483 10.9469 21.8953C10.453 22.142 9.85209 21.9418 9.60513 21.448L7.32877 16.8953C7.28039 16.7985 7.2019 16.72 7.10513 16.6716L2.5524 14.3953C2.05864 14.1483 1.85842 13.5473 2.10513 13.0535Z",fill:"currentColor"}),t.createElement(e,{d:"M17.8376 3.00073C19.7918 2.34943 21.651 4.20854 20.9997 6.16284L17.0934 17.8816C16.3888 19.9941 13.482 20.2006 12.486 18.2087L10.3288 13.8953C10.2804 13.7985 10.2019 13.72 10.1051 13.6716L5.79166 11.5144C3.79985 10.5183 4.00634 7.61157 6.11881 6.90698L17.8376 3.00073Z",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.10513 13.0535C2.3521 12.5595 2.95298 12.3593 3.44693 12.6062L7.99967 14.8826C8.48348 15.1245 8.87592 15.5169 9.11783 16.0007L11.3942 20.5535C11.6411 21.0474 11.4409 21.6483 10.9469 21.8953C10.453 22.142 9.85209 21.9418 9.60513 21.448L7.32877 16.8953C7.28039 16.7985 7.2019 16.72 7.10513 16.6716L2.5524 14.3953C2.05864 14.1483 1.85842 13.5473 2.10513 13.0535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.8376 3.00073C19.7918 2.34943 21.651 4.20854 20.9997 6.16284L17.0934 17.8816C16.3888 19.9941 13.482 20.2006 12.486 18.2087L10.3288 13.8953C10.2804 13.7985 10.2019 13.72 10.1051 13.6716L5.79166 11.5144C3.79985 10.5183 4.00634 7.61157 6.11881 6.90698L17.8376 3.00073Z\"\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,4WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+QACF,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-2-stroke-2",
5321
5321
  "componentName": "IconCandy"
5322
5322
  },
5323
+ {
5324
+ "category": "Layout",
5325
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM12 17C11.4477 17 11 17.4477 11 18V19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19V18C13 17.4477 12.5523 17 12 17ZM12 9C11.4477 9 11 9.44772 11 10V11H10C9.44772 11 9 11.4477 9 12C9 12.5523 9.44772 13 10 13H11V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H13V10C13 9.44772 12.5523 9 12 9ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H6C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11H5ZM18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H18ZM12 4C11.4477 4 11 4.44772 11 5V6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6V5C13 4.44772 12.5523 4 12 4Z\" fill=\"currentColor\"/>",
5326
+ "iconName": "canvas-grid, design, app-icon, blueprint",
5327
+ "variant": {
5328
+ "join": "round",
5329
+ "filled": "on",
5330
+ "radius": "2",
5331
+ "stroke": "2"
5332
+ },
5333
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
5334
+ "packageName": "round-filled-radius-2-stroke-2",
5335
+ "componentName": "IconCanvasGrid"
5336
+ },
5323
5337
  {
5324
5338
  "category": "Things",
5325
5339
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.51614 5.39309C6.31384 6.43805 4 9.44881 4 13V13.4734C5.26992 12.9598 6.51693 12.5654 7.75166 12.2901C7.79408 9.59647 8.64432 7.07939 9.51614 5.39309ZM11.75 5.51658C10.9713 6.71102 9.89509 9.19649 9.76338 11.9458C11.09 11.7884 12.409 11.7707 13.734 11.8928C13.5911 9.16457 12.5237 6.70334 11.75 5.51658ZM15.7463 12.1846C17.145 12.4606 18.5577 12.8901 20 13.4734V13C20 9.23495 17.3991 6.07739 13.896 5.22601C14.7862 6.8892 15.6816 9.44051 15.7463 12.1846ZM2 13C2 7.47715 6.47715 3 12 3C17.5228 3 22 7.47715 22 13V18.4292C22 19.9144 20.4793 20.8206 19.186 20.3016C14.2394 18.3165 9.76064 18.3165 4.81403 20.3016C3.52069 20.8206 2 19.9144 2 18.4292V13Z\" fill=\"currentColor\"/>",
@@ -7588,6 +7602,34 @@
7588
7602
  "packageName": "round-filled-radius-2-stroke-2",
7589
7603
  "componentName": "IconCoinWon"
7590
7604
  },
7605
+ {
7606
+ "category": "Arrows",
7607
+ "svg": "<path d=\"M21.8948 13.0525C21.6478 12.5586 21.0469 12.3584 20.553 12.6052L16.0002 14.8816C15.5164 15.1235 15.124 15.5159 14.8821 15.9998L12.6057 20.5525C12.3588 21.0465 12.559 21.6473 13.053 21.8943C13.5469 22.141 14.1478 21.9408 14.3948 21.447L16.6711 16.8943C16.7195 16.7975 16.798 16.719 16.8948 16.6707L21.4475 14.3943C21.9413 14.1473 22.1415 13.5464 21.8948 13.0525Z\" fill=\"currentColor\"/><path d=\"M6.16236 2.99975C4.20807 2.34846 2.34894 4.20757 3.00025 6.16186L6.9065 17.8806C7.61107 19.9931 10.5179 20.1997 11.5139 18.2078L13.6711 13.8943C13.7195 13.7975 13.798 13.719 13.8948 13.6707L18.2083 11.5134C20.2001 10.5174 19.9936 7.61059 17.8811 6.906L6.16236 2.99975Z\" fill=\"currentColor\"/>",
7608
+ "iconName": "collaboration-pointer-left, cursor, agents",
7609
+ "variant": {
7610
+ "join": "round",
7611
+ "filled": "on",
7612
+ "radius": "2",
7613
+ "stroke": "2"
7614
+ },
7615
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7616
+ "packageName": "round-filled-radius-2-stroke-2",
7617
+ "componentName": "IconCollaborationPointerLeft"
7618
+ },
7619
+ {
7620
+ "category": "Arrows",
7621
+ "svg": "<path d=\"M2.10513 13.0535C2.3521 12.5595 2.95298 12.3593 3.44693 12.6062L7.99967 14.8826C8.48348 15.1245 8.87592 15.5169 9.11783 16.0007L11.3942 20.5535C11.6411 21.0474 11.4409 21.6483 10.9469 21.8953C10.453 22.142 9.85209 21.9418 9.60513 21.448L7.32877 16.8953C7.28039 16.7985 7.2019 16.72 7.10513 16.6716L2.5524 14.3953C2.05864 14.1483 1.85842 13.5473 2.10513 13.0535Z\" fill=\"currentColor\"/><path d=\"M17.8376 3.00073C19.7918 2.34943 21.651 4.20854 20.9997 6.16284L17.0934 17.8816C16.3888 19.9941 13.482 20.2006 12.486 18.2087L10.3288 13.8953C10.2804 13.7985 10.2019 13.72 10.1051 13.6716L5.79166 11.5144C3.79985 10.5183 4.00634 7.61157 6.11881 6.90698L17.8376 3.00073Z\" fill=\"currentColor\"/>",
7622
+ "iconName": "collaboration-pointer-right, cursor, agents",
7623
+ "variant": {
7624
+ "join": "round",
7625
+ "filled": "on",
7626
+ "radius": "2",
7627
+ "stroke": "2"
7628
+ },
7629
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7630
+ "packageName": "round-filled-radius-2-stroke-2",
7631
+ "componentName": "IconCollaborationPointerRight"
7632
+ },
7591
7633
  {
7592
7634
  "category": "Edit",
7593
7635
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.70021 6.53177 2.5 12 2.5C17.4682 2.5 22 6.70021 22 12C22 13.8745 21.4956 15.2203 20.3489 15.934C19.3012 16.5862 17.9971 16.505 16.9757 16.3722C16.6127 16.325 16.2303 16.2618 15.8716 16.2026C15.7085 16.1756 15.5503 16.1495 15.401 16.126C14.8971 16.0469 14.457 15.9912 14.0719 15.9856C13.2977 15.9743 13.04 16.156 12.8944 16.4472C12.8115 16.6132 12.7927 16.8404 12.9232 17.2271C13.0404 17.5743 13.2277 17.9133 13.444 18.3048C13.4827 18.3748 13.5223 18.4465 13.5626 18.5203C13.6825 18.7396 13.8185 18.9967 13.9142 19.2501C14.0021 19.4825 14.117 19.8626 14.0318 20.2788C13.9272 20.7897 13.576 21.1307 13.1661 21.3072C12.8121 21.4596 12.4013 21.5 12 21.5C6.53177 21.5 2 17.2998 2 12ZM10.5 9.5C11.3284 9.5 12 8.82843 12 8C12 7.17157 11.3284 6.5 10.5 6.5C9.67157 6.5 9 7.17157 9 8C9 8.82843 9.67157 9.5 10.5 9.5ZM8.75 12.25C8.75 13.0784 8.07843 13.75 7.25 13.75C6.42157 13.75 5.75 13.0784 5.75 12.25C5.75 11.4216 6.42157 10.75 7.25 10.75C8.07843 10.75 8.75 11.4216 8.75 12.25ZM15.5 11C16.3284 11 17 10.3284 17 9.5C17 8.67157 16.3284 8 15.5 8C14.6716 8 14 8.67157 14 9.5C14 10.3284 14.6716 11 15.5 11Z\" 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-2-stroke-2",
3
- "version": "1.1.173",
3
+ "version": "1.1.174",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/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";