@central-icons-react-native/round-outlined-radius-1-stroke-1.5 1.1.173 → 1.1.174

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCanvasGrid: FC<CentralIconBaseProps>;
4
+ export default IconCanvasGrid;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!I.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(i=k(o,n))||i.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(B(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(s({},"__esModule",{value:!0}),r);var P={};h(P,{IconCanvasGrid:()=>l,default:()=>M});module.exports=x(P);var t=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>d.default.createElement(u.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 p=require("react-native-svg"),l=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M19.25 3.75H4.75C4.19772 3.75 3.75 4.19772 3.75 4.75V19.25C3.75 19.8023 4.19772 20.25 4.75 20.25H19.25C19.8023 20.25 20.25 19.8023 20.25 19.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M12 4V5.75M12 20V18.25M4 12H5.75M20 12H18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M9 12H15M12 9V15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),M=l;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 d=\"M19.25 3.75H4.75C4.19772 3.75 3.75 4.19772 3.75 4.75V19.25C3.75 19.8023 4.19772 20.25 4.75 20.25H19.25C19.8023 20.25 20.25 19.8023 20.25 19.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4V5.75M12 20V18.25M4 12H5.75M20 12H18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 12H15M12 9V15\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,6LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 o from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var C=e=>o.createElement(t,{...e},o.createElement(n,{d:"M19.25 3.75H4.75C4.19772 3.75 3.75 4.19772 3.75 4.75V19.25C3.75 19.8023 4.19772 20.25 4.75 20.25H19.25C19.8023 20.25 20.25 19.8023 20.25 19.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12 4V5.75M12 20V18.25M4 12H5.75M20 12H18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9 12H15M12 9V15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconCanvasGrid,I 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 d=\"M19.25 3.75H4.75C4.19772 3.75 3.75 4.19772 3.75 4.75V19.25C3.75 19.8023 4.19772 20.25 4.75 20.25H19.25C19.8023 20.25 20.25 19.8023 20.25 19.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4V5.75M12 20V18.25M4 12H5.75M20 12H18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 12H15M12 9V15\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,6LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of f(r))!B.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=d(r,e))||C.enumerable});return o};var i=(o,r,t)=>(t=o!=null?L(k(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var g={};I(g,{IconCollaborationPointerLeft:()=>u,default:()=>x});module.exports=P(g);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:o,size:r=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),u=o=>p.default.createElement(c,{...o},p.default.createElement(s.Path,{d:"M13.3734 12.8575L18.8357 10.4678C19.6787 10.099 19.6181 8.88343 18.7427 8.60018L5.61168 4.35193C4.83539 4.10078 4.10126 4.8349 4.35242 5.6112L8.60067 18.7422C8.88392 19.6177 10.0995 19.6782 10.4683 18.8352L12.858 13.3729C12.9589 13.1424 13.1429 12.9584 13.3734 12.8575Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M20.5 14L16.3614 15.859C16.1381 15.9593 15.9593 16.1381 15.859 16.3614L14 20.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=u;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=\"M13.3734 12.8575L18.8357 10.4678C19.6787 10.099 19.6181 8.88343 18.7427 8.60018L5.61168 4.35193C4.83539 4.10078 4.10126 4.8349 4.35242 5.6112L8.60067 18.7422C8.88392 19.6177 10.0995 19.6782 10.4683 18.8352L12.858 13.3729C12.9589 13.1424 13.1429 12.9584 13.3734 12.8575Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 14L16.3614 15.859C16.1381 15.9593 15.9593 16.1381 15.859 16.3614L14 20.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,gRACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 s from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(n,{d:"M13.3734 12.8575L18.8357 10.4678C19.6787 10.099 19.6181 8.88343 18.7427 8.60018L5.61168 4.35193C4.83539 4.10078 4.10126 4.8349 4.35242 5.6112L8.60067 18.7422C8.88392 19.6177 10.0995 19.6782 10.4683 18.8352L12.858 13.3729C12.9589 13.1424 13.1429 12.9584 13.3734 12.8575Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M20.5 14L16.3614 15.859C16.1381 15.9593 15.9593 16.1381 15.859 16.3614L14 20.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconCollaborationPointerLeft,B 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=\"M13.3734 12.8575L18.8357 10.4678C19.6787 10.099 19.6181 8.88343 18.7427 8.60018L5.61168 4.35193C4.83539 4.10078 4.10126 4.8349 4.35242 5.6112L8.60067 18.7422C8.88392 19.6177 10.0995 19.6782 10.4683 18.8352L12.858 13.3729C12.9589 13.1424 13.1429 12.9584 13.3734 12.8575Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 14L16.3614 15.859C16.1381 15.9593 15.9593 16.1381 15.859 16.3614L14 20.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,gRACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 d=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of f(r))!B.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=L(r,e))||C.enumerable});return o};var i=(o,r,t)=>(t=o!=null?d(k(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var h={};I(h,{IconCollaborationPointerRight:()=>u,default:()=>g});module.exports=P(h);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:o,size:r=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),u=o=>p.default.createElement(c,{...o},p.default.createElement(s.Path,{d:"M10.6269 12.8575L5.16466 10.4678C4.32164 10.099 4.38217 8.88343 5.25766 8.60018L18.3886 4.35193C19.1649 4.10078 19.899 4.8349 19.6479 5.6112L15.3996 18.7422C15.1164 19.6177 13.9009 19.6782 13.532 18.8352L11.1423 13.3729C11.0414 13.1424 10.8574 12.9584 10.6269 12.8575Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M3.5 14L7.63858 15.859C7.86193 15.9593 8.04071 16.1381 8.14103 16.3614L10 20.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;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=\"M10.6269 12.8575L5.16466 10.4678C4.32164 10.099 4.38217 8.88343 5.25766 8.60018L18.3886 4.35193C19.1649 4.10078 19.899 4.8349 19.6479 5.6112L15.3996 18.7422C15.1164 19.6177 13.9009 19.6782 13.532 18.8352L11.1423 13.3729C11.0414 13.1424 10.8574 12.9584 10.6269 12.8575Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 14L7.63858 15.859C7.86193 15.9593 8.04071 16.1381 8.14103 16.3614L10 20.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,+QACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 s from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(n,{d:"M10.6269 12.8575L5.16466 10.4678C4.32164 10.099 4.38217 8.88343 5.25766 8.60018L18.3886 4.35193C19.1649 4.10078 19.899 4.8349 19.6479 5.6112L15.3996 18.7422C15.1164 19.6177 13.9009 19.6782 13.532 18.8352L11.1423 13.3729C11.0414 13.1424 10.8574 12.9584 10.6269 12.8575Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M3.5 14L7.63858 15.859C7.86193 15.9593 8.04071 16.1381 8.14103 16.3614L10 20.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconCollaborationPointerRight,B 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=\"M10.6269 12.8575L5.16466 10.4678C4.32164 10.099 4.38217 8.88343 5.25766 8.60018L18.3886 4.35193C19.1649 4.10078 19.899 4.8349 19.6479 5.6112L15.3996 18.7422C15.1164 19.6177 13.9009 19.6782 13.532 18.8352L11.1423 13.3729C11.0414 13.1424 10.8574 12.9584 10.6269 12.8575Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 14L7.63858 15.859C7.86193 15.9593 8.04071 16.1381 8.14103 16.3614L10 20.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,+QACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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-outlined-radius-1-stroke-1.5",
5321
5321
  "componentName": "IconCandy"
5322
5322
  },
5323
+ {
5324
+ "category": "Layout",
5325
+ "svg": "<path d=\"M19.25 3.75H4.75C4.19772 3.75 3.75 4.19772 3.75 4.75V19.25C3.75 19.8023 4.19772 20.25 4.75 20.25H19.25C19.8023 20.25 20.25 19.8023 20.25 19.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 4V5.75M12 20V18.25M4 12H5.75M20 12H18.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 12H15M12 9V15\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
5326
+ "iconName": "canvas-grid, design, app-icon, blueprint",
5327
+ "variant": {
5328
+ "join": "round",
5329
+ "filled": "off",
5330
+ "radius": "1",
5331
+ "stroke": "1.5"
5332
+ },
5333
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
5334
+ "packageName": "round-outlined-radius-1-stroke-1.5",
5335
+ "componentName": "IconCanvasGrid"
5336
+ },
5323
5337
  {
5324
5338
  "category": "Things",
5325
5339
  "svg": "<path d=\"M2.75 12.75V18.1792C2.75 18.911 3.51244 19.3966 4.19257 19.1265C9.4439 17.0416 14.5561 17.0416 19.8074 19.1265C20.4876 19.3966 21.25 18.911 21.25 18.1792V12.75C21.25 7.77944 17.2206 3.75 12.25 3.75H11.75C6.77944 3.75 2.75 7.77944 2.75 12.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 14.837C9.23113 12.0543 14.7689 12.0543 21 14.837\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.3984 4.09717C13.593 5.65113 15.3984 9.21418 15.3984 12.8472\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.6016 4.09717C10.407 5.65113 8.60156 9.21418 8.60156 12.8472\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -7588,6 +7602,34 @@
7588
7602
  "packageName": "round-outlined-radius-1-stroke-1.5",
7589
7603
  "componentName": "IconCoinWon"
7590
7604
  },
7605
+ {
7606
+ "category": "Arrows",
7607
+ "svg": "<path d=\"M13.3734 12.8575L18.8357 10.4678C19.6787 10.099 19.6181 8.88343 18.7427 8.60018L5.61168 4.35193C4.83539 4.10078 4.10126 4.8349 4.35242 5.6112L8.60067 18.7422C8.88392 19.6177 10.0995 19.6782 10.4683 18.8352L12.858 13.3729C12.9589 13.1424 13.1429 12.9584 13.3734 12.8575Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 14L16.3614 15.859C16.1381 15.9593 15.9593 16.1381 15.859 16.3614L14 20.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7608
+ "iconName": "collaboration-pointer-left, cursor, agents",
7609
+ "variant": {
7610
+ "join": "round",
7611
+ "filled": "off",
7612
+ "radius": "1",
7613
+ "stroke": "1.5"
7614
+ },
7615
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7616
+ "packageName": "round-outlined-radius-1-stroke-1.5",
7617
+ "componentName": "IconCollaborationPointerLeft"
7618
+ },
7619
+ {
7620
+ "category": "Arrows",
7621
+ "svg": "<path d=\"M10.6269 12.8575L5.16466 10.4678C4.32164 10.099 4.38217 8.88343 5.25766 8.60018L18.3886 4.35193C19.1649 4.10078 19.899 4.8349 19.6479 5.6112L15.3996 18.7422C15.1164 19.6177 13.9009 19.6782 13.532 18.8352L11.1423 13.3729C11.0414 13.1424 10.8574 12.9584 10.6269 12.8575Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 14L7.63858 15.859C7.86193 15.9593 8.04071 16.1381 8.14103 16.3614L10 20.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7622
+ "iconName": "collaboration-pointer-right, cursor, agents",
7623
+ "variant": {
7624
+ "join": "round",
7625
+ "filled": "off",
7626
+ "radius": "1",
7627
+ "stroke": "1.5"
7628
+ },
7629
+ "createdAt": "2026-03-23T06:00:43.134372+00:00",
7630
+ "packageName": "round-outlined-radius-1-stroke-1.5",
7631
+ "componentName": "IconCollaborationPointerRight"
7632
+ },
7591
7633
  {
7592
7634
  "category": "Edit",
7593
7635
  "svg": "<path d=\"M21.25 12C21.25 19.1094 13.6572 12.7979 12 16.1176C10.9722 18.1765 14.9058 20.75 12 20.75C6.89137 20.75 2.75 16.8325 2.75 12C2.75 7.16751 6.89137 3.25 12 3.25C17.1086 3.25 21.25 7.16751 21.25 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M11.5 7.75C11.5 8.44036 10.9404 9 10.25 9C9.55964 9 9 8.44036 9 7.75C9 7.05964 9.55964 6.5 10.25 6.5C10.9404 6.5 11.5 7.05964 11.5 7.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M16.5 9.25C16.5 9.94036 15.9404 10.5 15.25 10.5C14.5596 10.5 14 9.94036 14 9.25C14 8.55964 14.5596 8 15.25 8C15.9404 8 16.5 8.55964 16.5 9.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
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-outlined-radius-1-stroke-1.5",
3
- "version": "1.1.173",
3
+ "version": "1.1.174",
4
4
  "style": "round-outlined-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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": 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";