@central-icons-react-native/round-filled-radius-3-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.
- package/IconCanvasGrid/index.d.ts +4 -0
- package/IconCanvasGrid/index.js +2 -0
- package/IconCanvasGrid/index.js.map +1 -0
- package/IconCanvasGrid/index.mjs +2 -0
- package/IconCanvasGrid/index.mjs.map +1 -0
- package/IconCollaborationPointerLeft/index.d.ts +4 -0
- package/IconCollaborationPointerLeft/index.js +2 -0
- package/IconCollaborationPointerLeft/index.js.map +1 -0
- package/IconCollaborationPointerLeft/index.mjs +2 -0
- package/IconCollaborationPointerLeft/index.mjs.map +1 -0
- package/IconCollaborationPointerRight/index.d.ts +4 -0
- package/IconCollaborationPointerRight/index.js +2 -0
- package/IconCollaborationPointerRight/index.js.map +1 -0
- package/IconCollaborationPointerRight/index.mjs +2 -0
- package/IconCollaborationPointerRight/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -0
|
@@ -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:"M17.25 3C19.3211 3 21 4.67893 21 6.75V17.25C21 19.3211 19.3211 21 17.25 21H6.75C4.67893 21 3 19.3211 3 17.25V6.75C3 4.67893 4.67893 3 6.75 3H17.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=\"M17.25 3C19.3211 3 21 4.67893 21 6.75V17.25C21 19.3211 19.3211 21 17.25 21H6.75C4.67893 21 3 19.3211 3 17.25V6.75C3 4.67893 4.67893 3 6.75 3H17.25ZM12 17.5C11.5858 17.5 11.25 17.8358 11.25 18.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.25C12.75 17.8358 12.4142 17.5 12 17.5ZM12 8.25C11.5858 8.25 11.25 8.58579 11.25 9V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9C12.75 8.58579 12.4142 8.25 12 8.25ZM5 11.25C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75H5.75C6.16421 12.75 6.5 12.4142 6.5 12C6.5 11.5858 6.16421 11.25 5.75 11.25H5ZM18.25 11.25C17.8358 11.25 17.5 11.5858 17.5 12C17.5 12.4142 17.8358 12.75 18.25 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18.25ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.75C11.25 6.16421 11.5858 6.5 12 6.5C12.4142 6.5 12.75 6.16421 12.75 5.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCanvasGrid;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ymCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCanvasGrid_exports","__export","IconCanvasGrid","IconCanvasGrid_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCanvasGrid","props","React","CentralIconBase","IconCanvasGrid_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import t from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...n})=>t.createElement(p,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(o,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.25 3C19.3211 3 21 4.67893 21 6.75V17.25C21 19.3211 19.3211 21 17.25 21H6.75C4.67893 21 3 19.3211 3 17.25V6.75C3 4.67893 4.67893 3 6.75 3H17.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=\"M17.25 3C19.3211 3 21 4.67893 21 6.75V17.25C21 19.3211 19.3211 21 17.25 21H6.75C4.67893 21 3 19.3211 3 17.25V6.75C3 4.67893 4.67893 3 6.75 3H17.25ZM12 17.5C11.5858 17.5 11.25 17.8358 11.25 18.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.25C12.75 17.8358 12.4142 17.5 12 17.5ZM12 8.25C11.5858 8.25 11.25 8.58579 11.25 9V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9C12.75 8.58579 12.4142 8.25 12 8.25ZM5 11.25C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75H5.75C6.16421 12.75 6.5 12.4142 6.5 12C6.5 11.5858 6.16421 11.25 5.75 11.25H5ZM18.25 11.25C17.8358 11.25 17.5 11.5858 17.5 12C17.5 12.4142 17.8358 12.75 18.25 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18.25ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.75C11.25 6.16421 11.5858 6.5 12 6.5C12.4142 6.5 12.75 6.16421 12.75 5.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCanvasGrid;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ymCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCanvasGrid","props","React","CentralIconBase","IconCanvasGrid_default"]}
|
|
@@ -0,0 +1,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.6959 13.7188C21.5406 13.335 21.1032 13.1497 20.7193 13.3048L16.3248 15.0812C15.7591 15.3098 15.3103 15.7586 15.0816 16.3243L13.3053 20.7188C13.1501 21.1028 13.3354 21.5401 13.7193 21.6954C14.1033 21.8505 14.5406 21.6652 14.6959 21.2813L16.4723 16.8858C16.5485 16.6974 16.6979 16.548 16.8863 16.4718L21.2818 14.6954C21.6656 14.5401 21.851 14.1028 21.6959 13.7188Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M6.52889 3.69345C4.78124 3.12665 3.12716 4.78075 3.69393 6.52842L7.49276 18.2394C8.14506 20.2496 10.9582 20.3327 11.7281 18.3644L13.4742 13.8995C13.5505 13.7047 13.7052 13.5499 13.9 13.4737L18.3648 11.7276C20.3329 10.9576 20.2499 8.14463 18.2398 7.49228L6.52889 3.69345Z",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.6959 13.7188C21.5406 13.335 21.1032 13.1497 20.7193 13.3048L16.3248 15.0812C15.7591 15.3098 15.3103 15.7586 15.0816 16.3243L13.3053 20.7188C13.1501 21.1028 13.3354 21.5401 13.7193 21.6954C14.1033 21.8505 14.5406 21.6652 14.6959 21.2813L16.4723 16.8858C16.5485 16.6974 16.6979 16.548 16.8863 16.4718L21.2818 14.6954C21.6656 14.5401 21.851 14.1028 21.6959 13.7188Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.52889 3.69345C4.78124 3.12665 3.12716 4.78075 3.69393 6.52842L7.49276 18.2394C8.14506 20.2496 10.9582 20.3327 11.7281 18.3644L13.4742 13.8995C13.5505 13.7047 13.7052 13.5499 13.9 13.4737L18.3648 11.7276C20.3329 10.9576 20.2499 8.14463 18.2398 7.49228L6.52889 3.69345Z\"\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,iXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iRACF,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.6959 13.7188C21.5406 13.335 21.1032 13.1497 20.7193 13.3048L16.3248 15.0812C15.7591 15.3098 15.3103 15.7586 15.0816 16.3243L13.3053 20.7188C13.1501 21.1028 13.3354 21.5401 13.7193 21.6954C14.1033 21.8505 14.5406 21.6652 14.6959 21.2813L16.4723 16.8858C16.5485 16.6974 16.6979 16.548 16.8863 16.4718L21.2818 14.6954C21.6656 14.5401 21.851 14.1028 21.6959 13.7188Z",fill:"currentColor"}),t.createElement(n,{d:"M6.52889 3.69345C4.78124 3.12665 3.12716 4.78075 3.69393 6.52842L7.49276 18.2394C8.14506 20.2496 10.9582 20.3327 11.7281 18.3644L13.4742 13.8995C13.5505 13.7047 13.7052 13.5499 13.9 13.4737L18.3648 11.7276C20.3329 10.9576 20.2499 8.14463 18.2398 7.49228L6.52889 3.69345Z",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.6959 13.7188C21.5406 13.335 21.1032 13.1497 20.7193 13.3048L16.3248 15.0812C15.7591 15.3098 15.3103 15.7586 15.0816 16.3243L13.3053 20.7188C13.1501 21.1028 13.3354 21.5401 13.7193 21.6954C14.1033 21.8505 14.5406 21.6652 14.6959 21.2813L16.4723 16.8858C16.5485 16.6974 16.6979 16.548 16.8863 16.4718L21.2818 14.6954C21.6656 14.5401 21.851 14.1028 21.6959 13.7188Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.52889 3.69345C4.78124 3.12665 3.12716 4.78075 3.69393 6.52842L7.49276 18.2394C8.14506 20.2496 10.9582 20.3327 11.7281 18.3644L13.4742 13.8995C13.5505 13.7047 13.7052 13.5499 13.9 13.4737L18.3648 11.7276C20.3329 10.9576 20.2499 8.14463 18.2398 7.49228L6.52889 3.69345Z\"\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,iXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iRACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCollaborationPointerLeft","props","React","CentralIconBase","IconCollaborationPointerLeft_default"]}
|
|
@@ -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.30433 13.7188C2.4596 13.335 2.89698 13.1497 3.28089 13.3048L7.67542 15.0812C8.24115 15.3098 8.68993 15.7586 8.91859 16.3243L10.695 20.7188C10.8501 21.1028 10.6648 21.5401 10.2809 21.6954C9.89695 21.8505 9.45959 21.6652 9.30433 21.2813L7.52796 16.8858C7.45173 16.6974 7.30231 16.548 7.1139 16.4718L2.71839 14.6954C2.33462 14.5401 2.14918 14.1028 2.30433 13.7188Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M17.4713 3.69345C19.219 3.12665 20.8731 4.78075 20.3063 6.52842L16.5075 18.2394C15.8552 20.2496 13.042 20.3327 12.2721 18.3644L10.526 13.8995C10.4498 13.7047 10.295 13.5499 10.1002 13.4737L5.63539 11.7276C3.66728 10.9576 3.75033 8.14463 5.76039 7.49228L17.4713 3.69345Z",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.30433 13.7188C2.4596 13.335 2.89698 13.1497 3.28089 13.3048L7.67542 15.0812C8.24115 15.3098 8.68993 15.7586 8.91859 16.3243L10.695 20.7188C10.8501 21.1028 10.6648 21.5401 10.2809 21.6954C9.89695 21.8505 9.45959 21.6652 9.30433 21.2813L7.52796 16.8858C7.45173 16.6974 7.30231 16.548 7.1139 16.4718L2.71839 14.6954C2.33462 14.5401 2.14918 14.1028 2.30433 13.7188Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.4713 3.69345C19.219 3.12665 20.8731 4.78075 20.3063 6.52842L16.5075 18.2394C15.8552 20.2496 13.042 20.3327 12.2721 18.3644L10.526 13.8995C10.4498 13.7047 10.295 13.5499 10.1002 13.4737L5.63539 11.7276C3.66728 10.9576 3.75033 8.14463 5.76039 7.49228L17.4713 3.69345Z\"\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,+WACF,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.30433 13.7188C2.4596 13.335 2.89698 13.1497 3.28089 13.3048L7.67542 15.0812C8.24115 15.3098 8.68993 15.7586 8.91859 16.3243L10.695 20.7188C10.8501 21.1028 10.6648 21.5401 10.2809 21.6954C9.89695 21.8505 9.45959 21.6652 9.30433 21.2813L7.52796 16.8858C7.45173 16.6974 7.30231 16.548 7.1139 16.4718L2.71839 14.6954C2.33462 14.5401 2.14918 14.1028 2.30433 13.7188Z",fill:"currentColor"}),t.createElement(e,{d:"M17.4713 3.69345C19.219 3.12665 20.8731 4.78075 20.3063 6.52842L16.5075 18.2394C15.8552 20.2496 13.042 20.3327 12.2721 18.3644L10.526 13.8995C10.4498 13.7047 10.295 13.5499 10.1002 13.4737L5.63539 11.7276C3.66728 10.9576 3.75033 8.14463 5.76039 7.49228L17.4713 3.69345Z",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.30433 13.7188C2.4596 13.335 2.89698 13.1497 3.28089 13.3048L7.67542 15.0812C8.24115 15.3098 8.68993 15.7586 8.91859 16.3243L10.695 20.7188C10.8501 21.1028 10.6648 21.5401 10.2809 21.6954C9.89695 21.8505 9.45959 21.6652 9.30433 21.2813L7.52796 16.8858C7.45173 16.6974 7.30231 16.548 7.1139 16.4718L2.71839 14.6954C2.33462 14.5401 2.14918 14.1028 2.30433 13.7188Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.4713 3.69345C19.219 3.12665 20.8731 4.78075 20.3063 6.52842L16.5075 18.2394C15.8552 20.2496 13.042 20.3327 12.2721 18.3644L10.526 13.8995C10.4498 13.7047 10.295 13.5499 10.1002 13.4737L5.63539 11.7276C3.66728 10.9576 3.75033 8.14463 5.76039 7.49228L17.4713 3.69345Z\"\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,+WACF,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"]}
|
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
|
package/filtered-icons.json
CHANGED
|
@@ -5320,6 +5320,20 @@
|
|
|
5320
5320
|
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
5321
5321
|
"componentName": "IconCandy"
|
|
5322
5322
|
},
|
|
5323
|
+
{
|
|
5324
|
+
"category": "Layout",
|
|
5325
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75V17.25C21 19.3211 19.3211 21 17.25 21H6.75C4.67893 21 3 19.3211 3 17.25V6.75C3 4.67893 4.67893 3 6.75 3H17.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": "3",
|
|
5331
|
+
"stroke": "1.5"
|
|
5332
|
+
},
|
|
5333
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
5334
|
+
"packageName": "round-filled-radius-3-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-3-stroke-1.5",
|
|
7589
7603
|
"componentName": "IconCoinWon"
|
|
7590
7604
|
},
|
|
7605
|
+
{
|
|
7606
|
+
"category": "Arrows",
|
|
7607
|
+
"svg": "<path d=\"M21.6959 13.7188C21.5406 13.335 21.1032 13.1497 20.7193 13.3048L16.3248 15.0812C15.7591 15.3098 15.3103 15.7586 15.0816 16.3243L13.3053 20.7188C13.1501 21.1028 13.3354 21.5401 13.7193 21.6954C14.1033 21.8505 14.5406 21.6652 14.6959 21.2813L16.4723 16.8858C16.5485 16.6974 16.6979 16.548 16.8863 16.4718L21.2818 14.6954C21.6656 14.5401 21.851 14.1028 21.6959 13.7188Z\" fill=\"currentColor\"/><path d=\"M6.52889 3.69345C4.78124 3.12665 3.12716 4.78075 3.69393 6.52842L7.49276 18.2394C8.14506 20.2496 10.9582 20.3327 11.7281 18.3644L13.4742 13.8995C13.5505 13.7047 13.7052 13.5499 13.9 13.4737L18.3648 11.7276C20.3329 10.9576 20.2499 8.14463 18.2398 7.49228L6.52889 3.69345Z\" fill=\"currentColor\"/>",
|
|
7608
|
+
"iconName": "collaboration-pointer-left, cursor, agents",
|
|
7609
|
+
"variant": {
|
|
7610
|
+
"join": "round",
|
|
7611
|
+
"filled": "on",
|
|
7612
|
+
"radius": "3",
|
|
7613
|
+
"stroke": "1.5"
|
|
7614
|
+
},
|
|
7615
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
7616
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
7617
|
+
"componentName": "IconCollaborationPointerLeft"
|
|
7618
|
+
},
|
|
7619
|
+
{
|
|
7620
|
+
"category": "Arrows",
|
|
7621
|
+
"svg": "<path d=\"M2.30433 13.7188C2.4596 13.335 2.89698 13.1497 3.28089 13.3048L7.67542 15.0812C8.24115 15.3098 8.68993 15.7586 8.91859 16.3243L10.695 20.7188C10.8501 21.1028 10.6648 21.5401 10.2809 21.6954C9.89695 21.8505 9.45959 21.6652 9.30433 21.2813L7.52796 16.8858C7.45173 16.6974 7.30231 16.548 7.1139 16.4718L2.71839 14.6954C2.33462 14.5401 2.14918 14.1028 2.30433 13.7188Z\" fill=\"currentColor\"/><path d=\"M17.4713 3.69345C19.219 3.12665 20.8731 4.78075 20.3063 6.52842L16.5075 18.2394C15.8552 20.2496 13.042 20.3327 12.2721 18.3644L10.526 13.8995C10.4498 13.7047 10.295 13.5499 10.1002 13.4737L5.63539 11.7276C3.66728 10.9576 3.75033 8.14463 5.76039 7.49228L17.4713 3.69345Z\" fill=\"currentColor\"/>",
|
|
7622
|
+
"iconName": "collaboration-pointer-right, cursor, agents",
|
|
7623
|
+
"variant": {
|
|
7624
|
+
"join": "round",
|
|
7625
|
+
"filled": "on",
|
|
7626
|
+
"radius": "3",
|
|
7627
|
+
"stroke": "1.5"
|
|
7628
|
+
},
|
|
7629
|
+
"createdAt": "2026-03-23T06:00:43.134372+00:00",
|
|
7630
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
7631
|
+
"componentName": "IconCollaborationPointerRight"
|
|
7632
|
+
},
|
|
7591
7633
|
{
|
|
7592
7634
|
"category": "Edit",
|
|
7593
7635
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.71457 6.51697 2.5 12 2.5C17.483 2.5 22 6.71457 22 12C22 13.8878 21.4937 15.1519 20.4345 15.8123C19.4491 16.4266 18.2002 16.3605 17.1496 16.2236C16.7813 16.1757 16.397 16.1121 16.0307 16.0515C15.8617 16.0235 15.6965 15.9962 15.5384 15.9713C15.0184 15.8895 14.5499 15.8295 14.1335 15.8234C13.298 15.8112 12.8925 16.0091 12.671 16.4526C12.539 16.7171 12.5395 17.0363 12.6858 17.4705C12.8149 17.8538 13.0214 18.2277 13.2435 18.63C13.2828 18.7012 13.3226 18.7734 13.3626 18.8465C13.4857 19.0721 13.6169 19.3217 13.7077 19.5624C13.7926 19.7875 13.8875 20.117 13.8161 20.466C13.7303 20.8858 13.4434 21.1713 13.0891 21.3241C12.7768 21.4588 12.3992 21.5 12 21.5C6.51697 21.5 2 17.2854 2 12ZM10.25 6.25C9.42157 6.25 8.75 6.92157 8.75 7.75C8.75 8.57843 9.42157 9.25 10.25 9.25C11.0784 9.25 11.75 8.57843 11.75 7.75C11.75 6.92157 11.0784 6.25 10.25 6.25ZM7.25 10.5C6.42157 10.5 5.75 11.1716 5.75 12C5.75 12.8284 6.42157 13.5 7.25 13.5C8.07843 13.5 8.75 12.8284 8.75 12C8.75 11.1716 8.07843 10.5 7.25 10.5ZM15.25 7.75C14.4216 7.75 13.75 8.42157 13.75 9.25C13.75 10.0784 14.4216 10.75 15.25 10.75C16.0784 10.75 16.75 10.0784 16.75 9.25C16.75 8.42157 16.0784 7.75 15.25 7.75Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -379,6 +379,7 @@ export type CentralIconName =
|
|
|
379
379
|
| "IconCameraOff1"
|
|
380
380
|
| "IconCameraSparkle"
|
|
381
381
|
| "IconCandy"
|
|
382
|
+
| "IconCanvasGrid"
|
|
382
383
|
| "IconCap"
|
|
383
384
|
| "IconCapture"
|
|
384
385
|
| "IconCar1"
|
|
@@ -541,6 +542,8 @@ export type CentralIconName =
|
|
|
541
542
|
| "IconCoinsAdd"
|
|
542
543
|
| "IconCoinStack"
|
|
543
544
|
| "IconCoinWon"
|
|
545
|
+
| "IconCollaborationPointerLeft"
|
|
546
|
+
| "IconCollaborationPointerRight"
|
|
544
547
|
| "IconColorPalette"
|
|
545
548
|
| "IconColorPicker"
|
|
546
549
|
| "IconColorRoll"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.174",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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":
|
|
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":
|
|
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":
|
|
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";
|