@central-icons-react-native/round-filled-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.
- 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:"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,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,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"]}
|
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-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\"/>",
|
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-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
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":
|
|
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";
|