@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.172 → 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 f=Object.create;var t=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)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of u(o))!v.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=i(o,n))||l.enumerable});return r};var H=(r,o,e)=>(e=r!=null?f(d(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>a(t({},"__esModule",{value:!0}),r);var P={};B(P,{IconCanvasGrid:()=>c,default:()=>x});module.exports=I(P);var p=H(require("react"));var V=H(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...e})=>V.default.createElement(m.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 C=require("react-native-svg"),c=r=>p.default.createElement(s,{...r},p.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM11 19.5H13V17H11V19.5ZM11 9V11H9V13H11V15H13V13H15V11H13V9H11ZM4.5 13H7V11H4.5V13ZM17 13H19.5V11H17V13ZM11 7H13V4.5H11V7Z",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=\"M21 21H3V3H21V21ZM11 19.5H13V17H11V19.5ZM11 9V11H9V13H11V15H13V13H15V11H13V9H11ZM4.5 13H7V11H4.5V13ZM17 13H19.5V11H17V13ZM11 7H13V4.5H11V7Z\"\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,8IACF,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 n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(l,{...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 a}from"react-native-svg";var H=o=>n.createElement(e,{...o},n.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM11 19.5H13V17H11V19.5ZM11 9V11H9V13H11V15H13V13H15V11H13V9H11ZM4.5 13H7V11H4.5V13ZM17 13H19.5V11H17V13ZM11 7H13V4.5H11V7Z",fill:"currentColor"})),v=H;export{H 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=\"M21 21H3V3H21V21ZM11 19.5H13V17H11V19.5ZM11 9V11H9V13H11V15H13V13H15V11H13V9H11ZM4.5 13H7V11H4.5V13ZM17 13H19.5V11H17V13ZM11 7H13V4.5H11V7Z\"\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,8IACF,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 i=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})},C=(r,o,t,a)=>{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:!(a=u(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>C(n({},"__esModule",{value:!0}),r);var b={};x(b,{IconCollaborationPointerLeft:()=>c,default:()=>v});module.exports=g(b);var p=m(require("react"));var L=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>L.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 l=require("react-native-svg"),c=r=>p.default.createElement(s,{...r},p.default.createElement(l.Path,{d:"M9.4502 22.1123L12.7822 12.7812L22.1123 9.4502L3.45215 3.45215L9.4502 22.1123Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M15.1836 14.5518L14.709 14.709L14.5518 15.1836L12.5518 21.1836L14.4482 21.8164L16.291 16.29L21.8164 14.4482L21.1836 12.5518L15.1836 14.5518Z",fill:"currentColor"})),v=c;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=\"M9.4502 22.1123L12.7822 12.7812L22.1123 9.4502L3.45215 3.45215L9.4502 22.1123Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1836 14.5518L14.709 14.709L14.5518 15.1836L12.5518 21.1836L14.4482 21.8164L16.291 16.29L21.8164 14.4482L21.1836 12.5518L15.1836 14.5518Z\"\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,iFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+IACF,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 l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...p,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 C=o=>t.createElement(e,{...o},t.createElement(n,{d:"M9.4502 22.1123L12.7822 12.7812L22.1123 9.4502L3.45215 3.45215L9.4502 22.1123Z",fill:"currentColor"}),t.createElement(n,{d:"M15.1836 14.5518L14.709 14.709L14.5518 15.1836L12.5518 21.1836L14.4482 21.8164L16.291 16.29L21.8164 14.4482L21.1836 12.5518L15.1836 14.5518Z",fill:"currentColor"})),P=C;export{C 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=\"M9.4502 22.1123L12.7822 12.7812L22.1123 9.4502L3.45215 3.45215L9.4502 22.1123Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1836 14.5518L14.709 14.709L14.5518 15.1836L12.5518 21.1836L14.4482 21.8164L16.291 16.29L21.8164 14.4482L21.1836 12.5518L15.1836 14.5518Z\"\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,iFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+IACF,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 c=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(a=u(o,n))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?c(I(r)):{},C(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>C(e({},"__esModule",{value:!0}),r);var v={};g(v,{IconCollaborationPointerRight:()=>i,default:()=>h});module.exports=x(v);var p=m(require("react"));var s=m(require("react")),L=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(L.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 l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M14.5498 22.1123L11.2178 12.7812L1.8877 9.4502L20.5479 3.45215L14.5498 22.1123Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M8.81641 14.5518L9.29102 14.709L9.44824 15.1836L11.4482 21.1836L9.55176 21.8164L7.70898 16.29L2.18359 14.4482L2.81641 12.5518L8.81641 14.5518Z",fill:"currentColor"})),h=i;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=\"M14.5498 22.1123L11.2178 12.7812L1.8877 9.4502L20.5479 3.45215L14.5498 22.1123Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.81641 14.5518L9.29102 14.709L9.44824 15.1836L11.4482 21.1836L9.55176 21.8164L7.70898 16.29L2.18359 14.4482L2.81641 12.5518L8.81641 14.5518Z\"\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,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,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 l from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.createElement(a,{...p,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 C=o=>t.createElement(n,{...o},t.createElement(e,{d:"M14.5498 22.1123L11.2178 12.7812L1.8877 9.4502L20.5479 3.45215L14.5498 22.1123Z",fill:"currentColor"}),t.createElement(e,{d:"M8.81641 14.5518L9.29102 14.709L9.44824 15.1836L11.4482 21.1836L9.55176 21.8164L7.70898 16.29L2.18359 14.4482L2.81641 12.5518L8.81641 14.5518Z",fill:"currentColor"})),P=C;export{C 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=\"M14.5498 22.1123L11.2178 12.7812L1.8877 9.4502L20.5479 3.45215L14.5498 22.1123Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.81641 14.5518L9.29102 14.709L9.44824 15.1836L11.4482 21.1836L9.55176 21.8164L7.70898 16.29L2.18359 14.4482L2.81641 12.5518L8.81641 14.5518Z\"\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,kFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCollaborationPointerRight","props","React","CentralIconBase","IconCollaborationPointerRight_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStudioDisplay1: FC<CentralIconBaseProps>;
4
+ export default IconStudioDisplay1;
@@ -0,0 +1,2 @@
1
+ "use strict";var h=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!B.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?h(g(r)):{},i(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>i(n({},"__esModule",{value:!0}),r);var d={};I(d,{IconStudioDisplay1:()=>f,default:()=>P});module.exports=y(d);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(C.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(l.Rect,{x:"9",y:"17",width:"6",height:"4",fill:"currentColor"}),p.default.createElement(l.Rect,{x:"2",y:"3",width:"20",height:"13",fill:"currentColor"})),P=f;0&&(module.exports={IconStudioDisplay1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStudioDisplay1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"9\" y=\"17\" width=\"6\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStudioDisplay1;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,KAAK,eAAe,CAC/D,EAIGE,EAAQJ","names":["IconStudioDisplay1_exports","__export","IconStudioDisplay1","IconStudioDisplay1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStudioDisplay1","props","React","CentralIconBase","IconStudioDisplay1_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Rect as n}from"react-native-svg";var i=o=>t.createElement(e,{...o},t.createElement(n,{x:"9",y:"17",width:"6",height:"4",fill:"currentColor"}),t.createElement(n,{x:"2",y:"3",width:"20",height:"13",fill:"currentColor"})),B=i;export{i as IconStudioDisplay1,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStudioDisplay1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"9\" y=\"17\" width=\"6\" height=\"4\" fill=\"currentColor\" />\n <Rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStudioDisplay1;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,IAAI,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,KAAK,eAAe,CAC/D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconStudioDisplay1","props","React","CentralIconBase","IconStudioDisplay1_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
@@ -635,6 +637,7 @@ Below is a complete list of available icons:
635
637
  - IconSpeaker
636
638
  - IconStorage
637
639
  - IconStudioDisplay
640
+ - IconStudioDisplay1
638
641
  - IconTablet
639
642
  - IconTape
640
643
  - IconTape2
@@ -1230,6 +1233,7 @@ Below is a complete list of available icons:
1230
1233
  - IconAlignVerticalCenter
1231
1234
  - IconBento
1232
1235
  - IconBoard
1236
+ - IconCanvasGrid
1233
1237
  - IconCarussel
1234
1238
  - IconColumns3
1235
1239
  - IconColumns3Wide
@@ -5320,6 +5320,20 @@
5320
5320
  "packageName": "square-filled-radius-0-stroke-2",
5321
5321
  "componentName": "IconCandy"
5322
5322
  },
5323
+ {
5324
+ "category": "Layout",
5325
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM11 19.5H13V17H11V19.5ZM11 9V11H9V13H11V15H13V13H15V11H13V9H11ZM4.5 13H7V11H4.5V13ZM17 13H19.5V11H17V13ZM11 7H13V4.5H11V7Z\" fill=\"currentColor\"/>",
5326
+ "iconName": "canvas-grid, design, app-icon, blueprint",
5327
+ "variant": {
5328
+ "join": "square",
5329
+ "filled": "on",
5330
+ "radius": "0",
5331
+ "stroke": "2"
5332
+ },
5333
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
5334
+ "packageName": "square-filled-radius-0-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": "square-filled-radius-0-stroke-2",
7589
7603
  "componentName": "IconCoinWon"
7590
7604
  },
7605
+ {
7606
+ "category": "Arrows",
7607
+ "svg": "<path d=\"M9.4502 22.1123L12.7822 12.7812L22.1123 9.4502L3.45215 3.45215L9.4502 22.1123Z\" fill=\"currentColor\"/><path d=\"M15.1836 14.5518L14.709 14.709L14.5518 15.1836L12.5518 21.1836L14.4482 21.8164L16.291 16.29L21.8164 14.4482L21.1836 12.5518L15.1836 14.5518Z\" fill=\"currentColor\"/>",
7608
+ "iconName": "collaboration-pointer-left, cursor, agents",
7609
+ "variant": {
7610
+ "join": "square",
7611
+ "filled": "on",
7612
+ "radius": "0",
7613
+ "stroke": "2"
7614
+ },
7615
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7616
+ "packageName": "square-filled-radius-0-stroke-2",
7617
+ "componentName": "IconCollaborationPointerLeft"
7618
+ },
7619
+ {
7620
+ "category": "Arrows",
7621
+ "svg": "<path d=\"M14.5498 22.1123L11.2178 12.7812L1.8877 9.4502L20.5479 3.45215L14.5498 22.1123Z\" fill=\"currentColor\"/><path d=\"M8.81641 14.5518L9.29102 14.709L9.44824 15.1836L11.4482 21.1836L9.55176 21.8164L7.70898 16.29L2.18359 14.4482L2.81641 12.5518L8.81641 14.5518Z\" fill=\"currentColor\"/>",
7622
+ "iconName": "collaboration-pointer-right, cursor, agents",
7623
+ "variant": {
7624
+ "join": "square",
7625
+ "filled": "on",
7626
+ "radius": "0",
7627
+ "stroke": "2"
7628
+ },
7629
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7630
+ "packageName": "square-filled-radius-0-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\"/>",
@@ -23268,6 +23310,20 @@
23268
23310
  "packageName": "square-filled-radius-0-stroke-2",
23269
23311
  "componentName": "IconStudioDisplay"
23270
23312
  },
23313
+ {
23314
+ "category": "Devices & Signals",
23315
+ "svg": "<rect x=\"9\" y=\"17\" width=\"6\" height=\"4\" fill=\"currentColor\"/><rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" fill=\"currentColor\"/>",
23316
+ "iconName": "studio-display, xdr, imac",
23317
+ "variant": {
23318
+ "join": "square",
23319
+ "filled": "on",
23320
+ "radius": "0",
23321
+ "stroke": "2"
23322
+ },
23323
+ "createdAt": "2026-03-20T12:00:42.750372+00:00",
23324
+ "packageName": "square-filled-radius-0-stroke-2",
23325
+ "componentName": "IconStudioDisplay1"
23326
+ },
23271
23327
  {
23272
23328
  "category": "Typography",
23273
23329
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.13019 4.5918L8.00216 10.4382L12.8741 4.5918L14.4106 5.87217L9.30386 12.0002L14.4106 18.1282L12.8741 19.4086L8.00216 13.5623L3.13019 19.4086L1.59375 18.1282L6.70045 12.0002L1.59375 5.87217L3.13019 4.5918ZM19.0073 14.0002C18.4813 14.0002 18.0696 14.3804 18.0129 15.0808L16.0194 14.9196C16.1361 13.4769 17.1662 12.0002 19.0073 12.0002C20.6574 12.0002 22.0022 13.2557 22.0022 15.0499C22.0022 15.9647 21.5919 16.6479 21.0868 17.1566C20.6434 17.6032 20.0779 17.9613 19.6217 18.2503C19.5933 18.2682 19.5655 18.2858 19.538 18.3032C19.1139 18.5725 18.7888 18.7945 18.5493 19.0008H22.0022V21.0008H16.0022V20.0008C16.0022 18.1738 17.4764 17.241 18.3837 16.6669C18.4118 16.6492 18.4394 16.6317 18.4663 16.6147C18.997 16.2778 19.3884 16.0286 19.6675 15.7475C19.9124 15.5008 20.0022 15.2969 20.0022 15.0499C20.0022 14.3739 19.5665 14.0002 19.0073 14.0002Z\" 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"
@@ -1661,6 +1664,7 @@ export type CentralIconName =
1661
1664
  | "IconStreaming"
1662
1665
  | "IconStrikeThrough"
1663
1666
  | "IconStudioDisplay"
1667
+ | "IconStudioDisplay1"
1664
1668
  | "IconSubscript"
1665
1669
  | "IconSubscriptionStar"
1666
1670
  | "IconSubscriptionTick1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.172",
3
+ "version": "1.1.174",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1904,
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",
@@ -456,7 +458,7 @@
456
458
  ]
457
459
  },
458
460
  "Devices & Signals": {
459
- "count": 77,
461
+ "count": 78,
460
462
  "icons": [
461
463
  "IconAgentNetwork",
462
464
  "IconAirdrop",
@@ -523,6 +525,7 @@
523
525
  "IconSpeaker",
524
526
  "IconStorage",
525
527
  "IconStudioDisplay",
528
+ "IconStudioDisplay1",
526
529
  "IconTablet",
527
530
  "IconTape",
528
531
  "IconTape2",
@@ -1136,12 +1139,13 @@
1136
1139
  ]
1137
1140
  },
1138
1141
  "Layout": {
1139
- "count": 52,
1142
+ "count": 53,
1140
1143
  "icons": [
1141
1144
  "IconAlignHorizontalCenter",
1142
1145
  "IconAlignVerticalCenter",
1143
1146
  "IconBento",
1144
1147
  "IconBoard",
1148
+ "IconCanvasGrid",
1145
1149
  "IconCarussel",
1146
1150
  "IconColumns3",
1147
1151
  "IconColumns3Wide",
@@ -2486,6 +2490,7 @@
2486
2490
  "IconCameraOff1": "camera-off-1, cam-off",
2487
2491
  "IconCameraSparkle": "camera-sparkle, picture, image, cam",
2488
2492
  "IconCandy": "candy, sweet",
2493
+ "IconCanvasGrid": "canvas-grid, design, app-icon, blueprint",
2489
2494
  "IconCap": "cap, fan",
2490
2495
  "IconCapture": "capture, screen",
2491
2496
  "IconCar1": "car-1",
@@ -2648,6 +2653,8 @@
2648
2653
  "IconCoinsAdd": "coins-add, money",
2649
2654
  "IconCoinStack": "coin-stack, tokens, data, money",
2650
2655
  "IconCoinWon": "coin-won, currency, money",
2656
+ "IconCollaborationPointerLeft": "collaboration-pointer-left, cursor, agents",
2657
+ "IconCollaborationPointerRight": "collaboration-pointer-right, cursor, agents",
2651
2658
  "IconColorPalette": "color-palette, colours",
2652
2659
  "IconColorPicker": "color-picker, color",
2653
2660
  "IconColorRoll": "color-roll, paint-roller",
@@ -3768,6 +3775,7 @@
3768
3775
  "IconStreaming": "streaming, live, stream",
3769
3776
  "IconStrikeThrough": "strike-through",
3770
3777
  "IconStudioDisplay": "studio-display, thunderbolt",
3778
+ "IconStudioDisplay1": "studio-display, xdr, imac",
3771
3779
  "IconSubscript": "subscript",
3772
3780
  "IconSubscriptionStar": "subscription-star, verify",
3773
3781
  "IconSubscriptionTick1": "subscription-tick-1, verify",
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";
@@ -1660,6 +1663,7 @@ export { IconStrawberry, default as IconStrawberryDefault, } from "./IconStrawbe
1660
1663
  export { IconStreaming, default as IconStreamingDefault, } from "./IconStreaming";
1661
1664
  export { IconStrikeThrough, default as IconStrikeThroughDefault, } from "./IconStrikeThrough";
1662
1665
  export { IconStudioDisplay, default as IconStudioDisplayDefault, } from "./IconStudioDisplay";
1666
+ export { IconStudioDisplay1, default as IconStudioDisplay1Default, } from "./IconStudioDisplay1";
1663
1667
  export { IconSubscript, default as IconSubscriptDefault, } from "./IconSubscript";
1664
1668
  export { IconSubscriptionStar, default as IconSubscriptionStarDefault, } from "./IconSubscriptionStar";
1665
1669
  export { IconSubscriptionTick1, default as IconSubscriptionTick1Default, } from "./IconSubscriptionTick1";