@central-icons-react-native/round-filled-radius-1-stroke-1.5 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 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:"M19.25 3C20.2165 3 21 3.7835 21 4.75V19.25C21 20.2165 20.2165 21 19.25 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.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=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V19.25C21 20.2165 20.2165 21 19.25 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.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,qmCACF,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:"M19.25 3C20.2165 3 21 3.7835 21 4.75V19.25C21 20.2165 20.2165 21 19.25 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.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=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V19.25C21 20.2165 20.2165 21 19.25 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.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,qmCACF,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.1839 13.6922C21.0142 13.3144 20.5696 13.1455 20.1918 13.3152L16.0531 15.1746C15.6627 15.3502 15.3497 15.663 15.1742 16.0535L13.3148 20.1922C13.1453 20.5698 13.3143 21.0145 13.6918 21.1844C14.0695 21.354 14.5141 21.185 14.6839 20.8074L16.5423 16.6687C16.5674 16.613 16.6127 16.5679 16.6683 16.5428L20.807 14.6844C21.1848 14.5146 21.3537 14.07 21.1839 13.6922Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M5.84215 3.63846C4.48376 3.19926 3.19859 4.48416 3.63805 5.84256L7.8861 18.9734C8.38187 20.5053 10.5091 20.6105 11.1547 19.1355L13.5443 13.6736C13.5695 13.6161 13.6158 13.57 13.6732 13.5447L19.1351 11.1551C20.6104 10.5096 20.5049 8.3823 18.973 7.88651L5.84215 3.63846Z",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.1839 13.6922C21.0142 13.3144 20.5696 13.1455 20.1918 13.3152L16.0531 15.1746C15.6627 15.3502 15.3497 15.663 15.1742 16.0535L13.3148 20.1922C13.1453 20.5698 13.3143 21.0145 13.6918 21.1844C14.0695 21.354 14.5141 21.185 14.6839 20.8074L16.5423 16.6687C16.5674 16.613 16.6127 16.5679 16.6683 16.5428L20.807 14.6844C21.1848 14.5146 21.3537 14.07 21.1839 13.6922Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.84215 3.63846C4.48376 3.19926 3.19859 4.48416 3.63805 5.84256L7.8861 18.9734C8.38187 20.5053 10.5091 20.6105 11.1547 19.1355L13.5443 13.6736C13.5695 13.6161 13.6158 13.57 13.6732 13.5447L19.1351 11.1551C20.6104 10.5096 20.5049 8.3823 18.973 7.88651L5.84215 3.63846Z\"\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,6WACF,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.1839 13.6922C21.0142 13.3144 20.5696 13.1455 20.1918 13.3152L16.0531 15.1746C15.6627 15.3502 15.3497 15.663 15.1742 16.0535L13.3148 20.1922C13.1453 20.5698 13.3143 21.0145 13.6918 21.1844C14.0695 21.354 14.5141 21.185 14.6839 20.8074L16.5423 16.6687C16.5674 16.613 16.6127 16.5679 16.6683 16.5428L20.807 14.6844C21.1848 14.5146 21.3537 14.07 21.1839 13.6922Z",fill:"currentColor"}),t.createElement(n,{d:"M5.84215 3.63846C4.48376 3.19926 3.19859 4.48416 3.63805 5.84256L7.8861 18.9734C8.38187 20.5053 10.5091 20.6105 11.1547 19.1355L13.5443 13.6736C13.5695 13.6161 13.6158 13.57 13.6732 13.5447L19.1351 11.1551C20.6104 10.5096 20.5049 8.3823 18.973 7.88651L5.84215 3.63846Z",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.1839 13.6922C21.0142 13.3144 20.5696 13.1455 20.1918 13.3152L16.0531 15.1746C15.6627 15.3502 15.3497 15.663 15.1742 16.0535L13.3148 20.1922C13.1453 20.5698 13.3143 21.0145 13.6918 21.1844C14.0695 21.354 14.5141 21.185 14.6839 20.8074L16.5423 16.6687C16.5674 16.613 16.6127 16.5679 16.6683 16.5428L20.807 14.6844C21.1848 14.5146 21.3537 14.07 21.1839 13.6922Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.84215 3.63846C4.48376 3.19926 3.19859 4.48416 3.63805 5.84256L7.8861 18.9734C8.38187 20.5053 10.5091 20.6105 11.1547 19.1355L13.5443 13.6736C13.5695 13.6161 13.6158 13.57 13.6732 13.5447L19.1351 11.1551C20.6104 10.5096 20.5049 8.3823 18.973 7.88651L5.84215 3.63846Z\"\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,6WACF,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.816 13.6922C2.98577 13.3144 3.43039 13.1455 3.80819 13.3152L7.94686 15.1746C8.33728 15.3502 8.65027 15.663 8.82576 16.0535L10.6851 20.1922C10.8546 20.5698 10.6857 21.0145 10.3082 21.1844C9.93045 21.354 9.48583 21.185 9.316 20.8074L7.4576 16.6687C7.43258 16.613 7.38729 16.5679 7.33162 16.5428L3.19295 14.6844C2.81518 14.5146 2.64629 14.07 2.816 13.6922Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M18.1578 3.63846C19.5162 3.19926 20.8014 4.48416 20.3619 5.84256L16.1138 18.9734C15.6181 20.5053 13.4908 20.6105 12.8453 19.1355L10.4556 13.6736C10.4305 13.6161 10.3842 13.57 10.3267 13.5447L4.86483 11.1551C3.3896 10.5096 3.49501 8.3823 5.02694 7.88651L18.1578 3.63846Z",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.816 13.6922C2.98577 13.3144 3.43039 13.1455 3.80819 13.3152L7.94686 15.1746C8.33728 15.3502 8.65027 15.663 8.82576 16.0535L10.6851 20.1922C10.8546 20.5698 10.6857 21.0145 10.3082 21.1844C9.93045 21.354 9.48583 21.185 9.316 20.8074L7.4576 16.6687C7.43258 16.613 7.38729 16.5679 7.33162 16.5428L3.19295 14.6844C2.81518 14.5146 2.64629 14.07 2.816 13.6922Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1578 3.63846C19.5162 3.19926 20.8014 4.48416 20.3619 5.84256L16.1138 18.9734C15.6181 20.5053 13.4908 20.6105 12.8453 19.1355L10.4556 13.6736C10.4305 13.6161 10.3842 13.57 10.3267 13.5447L4.86483 11.1551C3.3896 10.5096 3.49501 8.3823 5.02694 7.88651L18.1578 3.63846Z\"\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,uWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gRACF,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.816 13.6922C2.98577 13.3144 3.43039 13.1455 3.80819 13.3152L7.94686 15.1746C8.33728 15.3502 8.65027 15.663 8.82576 16.0535L10.6851 20.1922C10.8546 20.5698 10.6857 21.0145 10.3082 21.1844C9.93045 21.354 9.48583 21.185 9.316 20.8074L7.4576 16.6687C7.43258 16.613 7.38729 16.5679 7.33162 16.5428L3.19295 14.6844C2.81518 14.5146 2.64629 14.07 2.816 13.6922Z",fill:"currentColor"}),t.createElement(e,{d:"M18.1578 3.63846C19.5162 3.19926 20.8014 4.48416 20.3619 5.84256L16.1138 18.9734C15.6181 20.5053 13.4908 20.6105 12.8453 19.1355L10.4556 13.6736C10.4305 13.6161 10.3842 13.57 10.3267 13.5447L4.86483 11.1551C3.3896 10.5096 3.49501 8.3823 5.02694 7.88651L18.1578 3.63846Z",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.816 13.6922C2.98577 13.3144 3.43039 13.1455 3.80819 13.3152L7.94686 15.1746C8.33728 15.3502 8.65027 15.663 8.82576 16.0535L10.6851 20.1922C10.8546 20.5698 10.6857 21.0145 10.3082 21.1844C9.93045 21.354 9.48583 21.185 9.316 20.8074L7.4576 16.6687C7.43258 16.613 7.38729 16.5679 7.33162 16.5428L3.19295 14.6844C2.81518 14.5146 2.64629 14.07 2.816 13.6922Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1578 3.63846C19.5162 3.19926 20.8014 4.48416 20.3619 5.84256L16.1138 18.9734C15.6181 20.5053 13.4908 20.6105 12.8453 19.1355L10.4556 13.6736C10.4305 13.6161 10.3842 13.57 10.3267 13.5447L4.86483 11.1551C3.3896 10.5096 3.49501 8.3823 5.02694 7.88651L18.1578 3.63846Z\"\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,uWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gRACF,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 u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(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))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=x(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(n({},"__esModule",{value:!0}),r);var d={};h(d,{IconStudioDisplay1:()=>f,default:()=>y});module.exports=P(d);var p=m(require("react"));var s=m(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(i.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.Path,{d:"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z",fill:"currentColor"}),p.default.createElement(l.Rect,{x:"2",y:"3",width:"20",height:"13",rx:"1.75",fill:"currentColor"})),y=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 { Path, Rect } from \"react-native-svg\";\n\nexport const IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z\"\n fill=\"currentColor\"\n />\n <Rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" rx=\"1.75\" 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,EAA2B,4BAEdC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,OAAO,KAAK,eAAe,CACzE,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 p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a,Rect as C}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{d:"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z",fill:"currentColor"}),t.createElement(C,{x:"2",y:"3",width:"20",height:"13",rx:"1.75",fill:"currentColor"})),h=m;export{m as IconStudioDisplay1,h 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 { Path, Rect } from \"react-native-svg\";\n\nexport const IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z\"\n fill=\"currentColor\"\n />\n <Rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" rx=\"1.75\" 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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,EAAE,sFACF,KAAK,eACP,EACAI,EAAA,cAACH,EAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,OAAO,KAAK,eAAe,CACzE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","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": "round-filled-radius-1-stroke-1.5",
5321
5321
  "componentName": "IconCandy"
5322
5322
  },
5323
+ {
5324
+ "category": "Layout",
5325
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V19.25C21 20.2165 20.2165 21 19.25 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.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": "1",
5331
+ "stroke": "1.5"
5332
+ },
5333
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
5334
+ "packageName": "round-filled-radius-1-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-1-stroke-1.5",
7589
7603
  "componentName": "IconCoinWon"
7590
7604
  },
7605
+ {
7606
+ "category": "Arrows",
7607
+ "svg": "<path d=\"M21.1839 13.6922C21.0142 13.3144 20.5696 13.1455 20.1918 13.3152L16.0531 15.1746C15.6627 15.3502 15.3497 15.663 15.1742 16.0535L13.3148 20.1922C13.1453 20.5698 13.3143 21.0145 13.6918 21.1844C14.0695 21.354 14.5141 21.185 14.6839 20.8074L16.5423 16.6687C16.5674 16.613 16.6127 16.5679 16.6683 16.5428L20.807 14.6844C21.1848 14.5146 21.3537 14.07 21.1839 13.6922Z\" fill=\"currentColor\"/><path d=\"M5.84215 3.63846C4.48376 3.19926 3.19859 4.48416 3.63805 5.84256L7.8861 18.9734C8.38187 20.5053 10.5091 20.6105 11.1547 19.1355L13.5443 13.6736C13.5695 13.6161 13.6158 13.57 13.6732 13.5447L19.1351 11.1551C20.6104 10.5096 20.5049 8.3823 18.973 7.88651L5.84215 3.63846Z\" fill=\"currentColor\"/>",
7608
+ "iconName": "collaboration-pointer-left, cursor, agents",
7609
+ "variant": {
7610
+ "join": "round",
7611
+ "filled": "on",
7612
+ "radius": "1",
7613
+ "stroke": "1.5"
7614
+ },
7615
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7616
+ "packageName": "round-filled-radius-1-stroke-1.5",
7617
+ "componentName": "IconCollaborationPointerLeft"
7618
+ },
7619
+ {
7620
+ "category": "Arrows",
7621
+ "svg": "<path d=\"M2.816 13.6922C2.98577 13.3144 3.43039 13.1455 3.80819 13.3152L7.94686 15.1746C8.33728 15.3502 8.65027 15.663 8.82576 16.0535L10.6851 20.1922C10.8546 20.5698 10.6857 21.0145 10.3082 21.1844C9.93045 21.354 9.48583 21.185 9.316 20.8074L7.4576 16.6687C7.43258 16.613 7.38729 16.5679 7.33162 16.5428L3.19295 14.6844C2.81518 14.5146 2.64629 14.07 2.816 13.6922Z\" fill=\"currentColor\"/><path d=\"M18.1578 3.63846C19.5162 3.19926 20.8014 4.48416 20.3619 5.84256L16.1138 18.9734C15.6181 20.5053 13.4908 20.6105 12.8453 19.1355L10.4556 13.6736C10.4305 13.6161 10.3842 13.57 10.3267 13.5447L4.86483 11.1551C3.3896 10.5096 3.49501 8.3823 5.02694 7.88651L18.1578 3.63846Z\" fill=\"currentColor\"/>",
7622
+ "iconName": "collaboration-pointer-right, cursor, agents",
7623
+ "variant": {
7624
+ "join": "round",
7625
+ "filled": "on",
7626
+ "radius": "1",
7627
+ "stroke": "1.5"
7628
+ },
7629
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7630
+ "packageName": "round-filled-radius-1-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\"/>",
@@ -23268,6 +23310,20 @@
23268
23310
  "packageName": "round-filled-radius-1-stroke-1.5",
23269
23311
  "componentName": "IconStudioDisplay"
23270
23312
  },
23313
+ {
23314
+ "category": "Devices & Signals",
23315
+ "svg": "<path d=\"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z\" fill=\"currentColor\"/><rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" rx=\"1.75\" fill=\"currentColor\"/>",
23316
+ "iconName": "studio-display, xdr, imac",
23317
+ "variant": {
23318
+ "join": "round",
23319
+ "filled": "on",
23320
+ "radius": "1",
23321
+ "stroke": "1.5"
23322
+ },
23323
+ "createdAt": "2026-03-20T12:00:42.750372+00:00",
23324
+ "packageName": "round-filled-radius-1-stroke-1.5",
23325
+ "componentName": "IconStudioDisplay1"
23326
+ },
23271
23327
  {
23272
23328
  "category": "Typography",
23273
23329
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.26762 5.17574C2.58479 4.90932 3.05788 4.95046 3.3243 5.26762L8.00002 10.834L12.6757 5.26762C12.9422 4.95046 13.4152 4.90932 13.7324 5.17574C14.0496 5.44216 14.0907 5.91525 13.8243 6.23241L8.97951 12L13.8243 17.7676C14.0907 18.0848 14.0496 18.5579 13.7324 18.8243C13.4152 19.0907 12.9422 19.0496 12.6757 18.7324L8.00002 13.1661L3.3243 18.7324C3.05788 19.0496 2.58479 19.0907 2.26762 18.8243C1.95046 18.5579 1.90932 18.0848 2.17574 17.7676L7.02053 12L2.17574 6.23241C1.90932 5.91525 1.95046 5.44216 2.26762 5.17574ZM19.0058 13.5C18.2869 13.5 17.8139 13.9094 17.6108 14.4924C17.4744 14.8835 17.0469 15.0901 16.6557 14.9538C16.2646 14.8175 16.058 14.3899 16.1943 13.9988C16.584 12.8805 17.5803 12 19.0058 12C20.6225 12 22 13.1694 22 14.9459C22 15.8285 21.5895 16.4953 21.0752 17.0056C20.5938 17.4833 19.972 17.8714 19.4366 18.2056L19.3972 18.2301C18.8168 18.5925 18.3326 18.8994 17.9823 19.2481C17.8971 19.333 17.8237 19.4165 17.7617 19.5H21.25C21.6642 19.5 22 19.8358 22 20.25C22 20.6642 21.6642 21 21.25 21H16.75C16.3358 21 16 20.6642 16 20.25C16 19.366 16.4094 18.6973 16.924 18.1851C17.4073 17.704 18.032 17.314 18.5692 16.9787L18.6028 16.9577C19.1837 16.5951 19.668 16.2888 20.0186 15.9409C20.348 15.614 20.5 15.308 20.5 14.9459C20.5 14.076 19.8745 13.5 19.0058 13.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -379,6 +379,7 @@ export type CentralIconName =
379
379
  | "IconCameraOff1"
380
380
  | "IconCameraSparkle"
381
381
  | "IconCandy"
382
+ | "IconCanvasGrid"
382
383
  | "IconCap"
383
384
  | "IconCapture"
384
385
  | "IconCar1"
@@ -541,6 +542,8 @@ export type CentralIconName =
541
542
  | "IconCoinsAdd"
542
543
  | "IconCoinStack"
543
544
  | "IconCoinWon"
545
+ | "IconCollaborationPointerLeft"
546
+ | "IconCollaborationPointerRight"
544
547
  | "IconColorPalette"
545
548
  | "IconColorPicker"
546
549
  | "IconColorRoll"
@@ -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/round-filled-radius-1-stroke-1.5",
3
- "version": "1.1.172",
3
+ "version": "1.1.174",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 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";