@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.199 → 1.1.201
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/IconColorPalette2/index.d.ts +4 -0
- package/IconColorPalette2/index.js +2 -0
- package/IconColorPalette2/index.js.map +1 -0
- package/IconColorPalette2/index.mjs +2 -0
- package/IconColorPalette2/index.mjs.map +1 -0
- package/IconComputerUse/index.d.ts +4 -0
- package/IconComputerUse/index.js +2 -0
- package/IconComputerUse/index.js.map +1 -0
- package/IconComputerUse/index.mjs +2 -0
- package/IconComputerUse/index.mjs.map +1 -0
- package/README.md +17 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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/skills/central-icons-react-native/SKILL.md +2171 -0
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var C in r)t(o,C,{get:r[C],enumerable:!0})},l=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!d.call(o,e)&&e!==C&&t(o,e,{get:()=>r[e],enumerable:!(p=B(r,e))||p.enumerable});return o};var a=(o,r,C)=>(C=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?t(C,"default",{value:o,enumerable:!0}):C,o)),x=o=>l(t({},"__esModule",{value:!0}),o);var M={};v(M,{IconColorPalette2:()=>i,default:()=>g});module.exports=x(M);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 12.6198 21.9426 13.227 21.834 13.8164C21.5758 15.2166 20.3015 15.9999 19.0723 16H14C13.4477 16 13 16.4477 13 17V19C13 20.5777 11.6526 22.1737 9.7959 21.7559C5.33382 20.7516 2 16.7664 2 12C2 6.47715 6.47715 2 12 2ZM7.0498 11.9004C6.3044 11.9006 5.7002 12.5045 5.7002 13.25C5.70025 13.9954 6.30443 14.5994 7.0498 14.5996C7.79536 14.5996 8.40034 13.9955 8.40039 13.25C8.40039 12.5044 7.79539 11.9004 7.0498 11.9004ZM17.25 9.2998C16.5045 9.2998 15.9006 9.90401 15.9004 10.6494C15.9004 11.395 16.5044 12 17.25 12C17.9955 11.9999 18.5996 11.395 18.5996 10.6494C18.5994 9.90404 17.9954 9.29986 17.25 9.2998ZM8.25 6.7998C7.50442 6.7998 6.90039 7.40481 6.90039 8.15039C6.90058 8.89582 7.50453 9.5 8.25 9.5C8.99543 9.49995 9.59942 8.89579 9.59961 8.15039C9.59961 7.40484 8.99554 6.79986 8.25 6.7998ZM13.3496 5.60059C12.6042 5.6008 12 6.20474 12 6.9502C12.0001 7.6956 12.6042 8.29959 13.3496 8.2998C14.0952 8.2998 14.7001 7.69573 14.7002 6.9502C14.7002 6.20461 14.0952 5.60059 13.3496 5.60059Z",fill:"currentColor"})),g=i;0&&(module.exports={IconColorPalette2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconColorPalette2/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 IconColorPalette2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 12.6198 21.9426 13.227 21.834 13.8164C21.5758 15.2166 20.3015 15.9999 19.0723 16H14C13.4477 16 13 16.4477 13 17V19C13 20.5777 11.6526 22.1737 9.7959 21.7559C5.33382 20.7516 2 16.7664 2 12C2 6.47715 6.47715 2 12 2ZM7.0498 11.9004C6.3044 11.9006 5.7002 12.5045 5.7002 13.25C5.70025 13.9954 6.30443 14.5994 7.0498 14.5996C7.79536 14.5996 8.40034 13.9955 8.40039 13.25C8.40039 12.5044 7.79539 11.9004 7.0498 11.9004ZM17.25 9.2998C16.5045 9.2998 15.9006 9.90401 15.9004 10.6494C15.9004 11.395 16.5044 12 17.25 12C17.9955 11.9999 18.5996 11.395 18.5996 10.6494C18.5994 9.90404 17.9954 9.29986 17.25 9.2998ZM8.25 6.7998C7.50442 6.7998 6.90039 7.40481 6.90039 8.15039C6.90058 8.89582 7.50453 9.5 8.25 9.5C8.99543 9.49995 9.59942 8.89579 9.59961 8.15039C9.59961 7.40484 8.99554 6.79986 8.25 6.7998ZM13.3496 5.60059C12.6042 5.6008 12 6.20474 12 6.9502C12.0001 7.6956 12.6042 8.29959 13.3496 8.2998C14.0952 8.2998 14.7001 7.69573 14.7002 6.9502C14.7002 6.20461 14.0952 5.60059 13.3496 5.60059Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconColorPalette2;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6/BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconColorPalette2_exports","__export","IconColorPalette2","IconColorPalette2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconColorPalette2","props","React","CentralIconBase","IconColorPalette2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...t})=>n.createElement(p,{...t,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 l}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 12.6198 21.9426 13.227 21.834 13.8164C21.5758 15.2166 20.3015 15.9999 19.0723 16H14C13.4477 16 13 16.4477 13 17V19C13 20.5777 11.6526 22.1737 9.7959 21.7559C5.33382 20.7516 2 16.7664 2 12C2 6.47715 6.47715 2 12 2ZM7.0498 11.9004C6.3044 11.9006 5.7002 12.5045 5.7002 13.25C5.70025 13.9954 6.30443 14.5994 7.0498 14.5996C7.79536 14.5996 8.40034 13.9955 8.40039 13.25C8.40039 12.5044 7.79539 11.9004 7.0498 11.9004ZM17.25 9.2998C16.5045 9.2998 15.9006 9.90401 15.9004 10.6494C15.9004 11.395 16.5044 12 17.25 12C17.9955 11.9999 18.5996 11.395 18.5996 10.6494C18.5994 9.90404 17.9954 9.29986 17.25 9.2998ZM8.25 6.7998C7.50442 6.7998 6.90039 7.40481 6.90039 8.15039C6.90058 8.89582 7.50453 9.5 8.25 9.5C8.99543 9.49995 9.59942 8.89579 9.59961 8.15039C9.59961 7.40484 8.99554 6.79986 8.25 6.7998ZM13.3496 5.60059C12.6042 5.6008 12 6.20474 12 6.9502C12.0001 7.6956 12.6042 8.29959 13.3496 8.2998C14.0952 8.2998 14.7001 7.69573 14.7002 6.9502C14.7002 6.20461 14.0952 5.60059 13.3496 5.60059Z",fill:"currentColor"})),d=a;export{a as IconColorPalette2,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconColorPalette2/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 IconColorPalette2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 12.6198 21.9426 13.227 21.834 13.8164C21.5758 15.2166 20.3015 15.9999 19.0723 16H14C13.4477 16 13 16.4477 13 17V19C13 20.5777 11.6526 22.1737 9.7959 21.7559C5.33382 20.7516 2 16.7664 2 12C2 6.47715 6.47715 2 12 2ZM7.0498 11.9004C6.3044 11.9006 5.7002 12.5045 5.7002 13.25C5.70025 13.9954 6.30443 14.5994 7.0498 14.5996C7.79536 14.5996 8.40034 13.9955 8.40039 13.25C8.40039 12.5044 7.79539 11.9004 7.0498 11.9004ZM17.25 9.2998C16.5045 9.2998 15.9006 9.90401 15.9004 10.6494C15.9004 11.395 16.5044 12 17.25 12C17.9955 11.9999 18.5996 11.395 18.5996 10.6494C18.5994 9.90404 17.9954 9.29986 17.25 9.2998ZM8.25 6.7998C7.50442 6.7998 6.90039 7.40481 6.90039 8.15039C6.90058 8.89582 7.50453 9.5 8.25 9.5C8.99543 9.49995 9.59942 8.89579 9.59961 8.15039C9.59961 7.40484 8.99554 6.79986 8.25 6.7998ZM13.3496 5.60059C12.6042 5.6008 12 6.20474 12 6.9502C12.0001 7.6956 12.6042 8.29959 13.3496 8.2998C14.0952 8.2998 14.7001 7.69573 14.7002 6.9502C14.7002 6.20461 14.0952 5.60059 13.3496 5.60059Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconColorPalette2;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6/BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconColorPalette2","props","React","CentralIconBase","IconColorPalette2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=B(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconComputerUse:()=>u,default:()=>g});module.exports=P(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),u=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8.92285 7.97461C8.33659 7.77925 7.77925 8.33659 7.97461 8.92285L10.3838 16.1504C10.6187 16.8539 11.623 16.826 11.8184 16.1104L12.625 13.1514C12.6949 12.8952 12.8952 12.6949 13.1514 12.625L16.1104 11.8184C16.826 11.623 16.8538 10.6187 16.1504 10.3838L8.92285 7.97461Z",fill:"currentColor"})),g=u;0&&(module.exports={IconComputerUse});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconComputerUse/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 IconComputerUse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8.92285 7.97461C8.33659 7.77925 7.77925 8.33659 7.97461 8.92285L10.3838 16.1504C10.6187 16.8539 11.623 16.826 11.8184 16.1104L12.625 13.1514C12.6949 12.8952 12.8952 12.6949 13.1514 12.625L16.1104 11.8184C16.826 11.623 16.8538 10.6187 16.1504 10.3838L8.92285 7.97461Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconComputerUse;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sYACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconComputerUse_exports","__export","IconComputerUse","IconComputerUse_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconComputerUse","props","React","CentralIconBase","IconComputerUse_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8.92285 7.97461C8.33659 7.77925 7.77925 8.33659 7.97461 8.92285L10.3838 16.1504C10.6187 16.8539 11.623 16.826 11.8184 16.1104L12.625 13.1514C12.6949 12.8952 12.8952 12.6949 13.1514 12.625L16.1104 11.8184C16.826 11.623 16.8538 10.6187 16.1504 10.3838L8.92285 7.97461Z",fill:"currentColor"})),v=a;export{a as IconComputerUse,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconComputerUse/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 IconComputerUse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8.92285 7.97461C8.33659 7.77925 7.77925 8.33659 7.97461 8.92285L10.3838 16.1504C10.6187 16.8539 11.623 16.826 11.8184 16.1104L12.625 13.1514C12.6949 12.8952 12.8952 12.6949 13.1514 12.625L16.1104 11.8184C16.826 11.623 16.8538 10.6187 16.1504 10.3838L8.92285 7.97461Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconComputerUse;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,sYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconComputerUse","props","React","CentralIconBase","IconComputerUse_default"]}
|
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ A collection of round filled React icons with 2px radius and 2px stroke width, d
|
|
|
12
12
|
- [Accessibility](#accessibility)
|
|
13
13
|
- [Available Packages](#available-packages)
|
|
14
14
|
- [Icons List](#icons)
|
|
15
|
+
- [AI Assistant Support](#ai-assistant-support)
|
|
15
16
|
- [License](#license)
|
|
16
17
|
- [Troubleshooting](#troubleshooting)
|
|
17
18
|
|
|
@@ -337,6 +338,7 @@ Below is a complete list of available icons:
|
|
|
337
338
|
- IconChevronTriangleUpSmall
|
|
338
339
|
- IconCollaborationPointerLeft
|
|
339
340
|
- IconCollaborationPointerRight
|
|
341
|
+
- IconComputerUse
|
|
340
342
|
- IconCursor1
|
|
341
343
|
- IconCursor3
|
|
342
344
|
- IconCursorClick
|
|
@@ -684,6 +686,7 @@ Below is a complete list of available icons:
|
|
|
684
686
|
- IconBrush
|
|
685
687
|
- IconCircle
|
|
686
688
|
- IconColorPalette
|
|
689
|
+
- IconColorPalette2
|
|
687
690
|
- IconColorPicker
|
|
688
691
|
- IconColorRoll
|
|
689
692
|
- IconColors
|
|
@@ -2215,6 +2218,20 @@ Below is a complete list of available icons:
|
|
|
2215
2218
|
- IconThunder
|
|
2216
2219
|
- IconWind
|
|
2217
2220
|
|
|
2221
|
+
## AI Assistant Support
|
|
2222
|
+
|
|
2223
|
+
This package ships a skill for AI coding assistants (Claude Code, Cursor, GitHub Copilot, and 40+ others) that teaches the assistant how to find icons by name, alias, or category and insert them with correct imports and React Native-specific props.
|
|
2224
|
+
|
|
2225
|
+
After installing the package, add the skill with the [Vercel `skills` CLI](https://github.com/vercel-labs/skills):
|
|
2226
|
+
|
|
2227
|
+
```bash
|
|
2228
|
+
npx skills add ./node_modules/@central-icons-react-native/round-filled-radius-2-stroke-2
|
|
2229
|
+
```
|
|
2230
|
+
|
|
2231
|
+
The CLI auto-detects which AI assistant you use and installs the skill at the right path (for Claude Code, this is `.claude/skills/central-icons-react-native/`).
|
|
2232
|
+
|
|
2233
|
+
Rerun `npx skills add` whenever you upgrade this package to keep the skill in sync.
|
|
2234
|
+
|
|
2218
2235
|
## License
|
|
2219
2236
|
|
|
2220
2237
|
This is a private package with all rights reserved. Unauthorized copying or distribution is prohibited.
|
package/filtered-icons.json
CHANGED
|
@@ -7798,6 +7798,20 @@
|
|
|
7798
7798
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
7799
7799
|
"componentName": "IconColorPalette"
|
|
7800
7800
|
},
|
|
7801
|
+
{
|
|
7802
|
+
"category": "Edit",
|
|
7803
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 12.6198 21.9426 13.227 21.834 13.8164C21.5758 15.2166 20.3015 15.9999 19.0723 16H14C13.4477 16 13 16.4477 13 17V19C13 20.5777 11.6526 22.1737 9.7959 21.7559C5.33382 20.7516 2 16.7664 2 12C2 6.47715 6.47715 2 12 2ZM7.0498 11.9004C6.3044 11.9006 5.7002 12.5045 5.7002 13.25C5.70025 13.9954 6.30443 14.5994 7.0498 14.5996C7.79536 14.5996 8.40034 13.9955 8.40039 13.25C8.40039 12.5044 7.79539 11.9004 7.0498 11.9004ZM17.25 9.2998C16.5045 9.2998 15.9006 9.90401 15.9004 10.6494C15.9004 11.395 16.5044 12 17.25 12C17.9955 11.9999 18.5996 11.395 18.5996 10.6494C18.5994 9.90404 17.9954 9.29986 17.25 9.2998ZM8.25 6.7998C7.50442 6.7998 6.90039 7.40481 6.90039 8.15039C6.90058 8.89582 7.50453 9.5 8.25 9.5C8.99543 9.49995 9.59942 8.89579 9.59961 8.15039C9.59961 7.40484 8.99554 6.79986 8.25 6.7998ZM13.3496 5.60059C12.6042 5.6008 12 6.20474 12 6.9502C12.0001 7.6956 12.6042 8.29959 13.3496 8.2998C14.0952 8.2998 14.7001 7.69573 14.7002 6.9502C14.7002 6.20461 14.0952 5.60059 13.3496 5.60059Z\" fill=\"currentColor\"/>",
|
|
7804
|
+
"iconName": "color-palette-2, design, coloring",
|
|
7805
|
+
"variant": {
|
|
7806
|
+
"join": "round",
|
|
7807
|
+
"filled": "on",
|
|
7808
|
+
"radius": "2",
|
|
7809
|
+
"stroke": "2"
|
|
7810
|
+
},
|
|
7811
|
+
"createdAt": "2026-04-20T12:02:10.770828+00:00",
|
|
7812
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
7813
|
+
"componentName": "IconColorPalette2"
|
|
7814
|
+
},
|
|
7801
7815
|
{
|
|
7802
7816
|
"category": "Edit",
|
|
7803
7817
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8787 3.70705L11.5 7.08576L10.7071 6.29289C10.3166 5.90237 9.68342 5.90237 9.29289 6.29289C8.90237 6.68342 8.90237 7.31658 9.29289 7.70711L10.0858 8.49997L3.58579 14.9999C3.21071 15.375 3 15.8837 3 16.4142V18.9999C3 20.1045 3.89543 20.9999 5 20.9999H7.58579C8.11622 20.9999 8.62493 20.7892 9 20.4142L15.5 13.9142L16.2929 14.7071C16.6834 15.0976 17.3166 15.0976 17.7071 14.7071C18.0976 14.3166 18.0976 13.6834 17.7071 13.2929L16.9142 12.5L20.2929 9.12126C20.4393 8.97481 20.5675 8.817 20.6773 8.65064C21.4462 7.48619 21.318 5.90375 20.2929 4.87862L19.1213 3.70705C17.9497 2.53547 16.0503 2.53548 14.8787 3.70705ZM11.5 9.91418L14.0858 12.5L11.5857 15H6.41415L11.5 9.91418Z\" fill=\"currentColor\"/>",
|
|
@@ -8036,6 +8050,20 @@
|
|
|
8036
8050
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
8037
8051
|
"componentName": "IconComponents"
|
|
8038
8052
|
},
|
|
8053
|
+
{
|
|
8054
|
+
"category": "Arrows",
|
|
8055
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8.92285 7.97461C8.33659 7.77925 7.77925 8.33659 7.97461 8.92285L10.3838 16.1504C10.6187 16.8539 11.623 16.826 11.8184 16.1104L12.625 13.1514C12.6949 12.8952 12.8952 12.6949 13.1514 12.625L16.1104 11.8184C16.826 11.623 16.8538 10.6187 16.1504 10.3838L8.92285 7.97461Z\" fill=\"currentColor\"/>",
|
|
8056
|
+
"iconName": "computer-use, cursor",
|
|
8057
|
+
"variant": {
|
|
8058
|
+
"join": "round",
|
|
8059
|
+
"filled": "on",
|
|
8060
|
+
"radius": "2",
|
|
8061
|
+
"stroke": "2"
|
|
8062
|
+
},
|
|
8063
|
+
"createdAt": "2026-04-20T12:02:10.770828+00:00",
|
|
8064
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
8065
|
+
"componentName": "IconComputerUse"
|
|
8066
|
+
},
|
|
8039
8067
|
{
|
|
8040
8068
|
"category": "Typography",
|
|
8041
8069
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.79289 3.29289C9.18342 2.90237 9.81658 2.90237 10.2071 3.29289L12 5.08579L13.7929 3.29289C14.1834 2.90237 14.8166 2.90237 15.2071 3.29289C15.5976 3.68342 15.5976 4.31658 15.2071 4.70711L12.7071 7.20711C12.3166 7.59763 11.6834 7.59763 11.2929 7.20711L8.79289 4.70711C8.40237 4.31658 8.40237 3.68342 8.79289 3.29289ZM3 10C3 9.44772 3.44772 9 4 9H20C20.5523 9 21 9.44772 21 10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10ZM3 14C3 13.4477 3.44772 13 4 13H20C20.5523 13 21 13.4477 21 14C21 14.5523 20.5523 15 20 15H4C3.44772 15 3 14.5523 3 14ZM12 18.9142L10.2071 20.7071C9.81658 21.0976 9.18342 21.0976 8.79289 20.7071C8.40237 20.3166 8.40237 19.6834 8.79289 19.2929L11.2929 16.7929C11.6834 16.4024 12.3166 16.4024 12.7071 16.7929L15.2071 19.2929C15.5976 19.6834 15.5976 20.3166 15.2071 20.7071C14.8166 21.0976 14.1834 21.0976 13.7929 20.7071L12 18.9142Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -556,6 +556,7 @@ export type CentralIconName =
|
|
|
556
556
|
| "IconCollaborationPointerLeft"
|
|
557
557
|
| "IconCollaborationPointerRight"
|
|
558
558
|
| "IconColorPalette"
|
|
559
|
+
| "IconColorPalette2"
|
|
559
560
|
| "IconColorPicker"
|
|
560
561
|
| "IconColorRoll"
|
|
561
562
|
| "IconColors"
|
|
@@ -573,6 +574,7 @@ export type CentralIconName =
|
|
|
573
574
|
| "IconCompassRound"
|
|
574
575
|
| "IconCompassSquare"
|
|
575
576
|
| "IconComponents"
|
|
577
|
+
| "IconComputerUse"
|
|
576
578
|
| "IconConcise"
|
|
577
579
|
| "IconConductor"
|
|
578
580
|
| "IconConnectors1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.201",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1959,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 77,
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
112
|
"Arrows": {
|
|
113
|
-
"count":
|
|
113
|
+
"count": 136,
|
|
114
114
|
"icons": [
|
|
115
115
|
"IconArrow",
|
|
116
116
|
"IconArrowBottomTop",
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
"IconChevronTriangleUpSmall",
|
|
212
212
|
"IconCollaborationPointerLeft",
|
|
213
213
|
"IconCollaborationPointerRight",
|
|
214
|
+
"IconComputerUse",
|
|
214
215
|
"IconCursor1",
|
|
215
216
|
"IconCursor3",
|
|
216
217
|
"IconCursorClick",
|
|
@@ -551,7 +552,7 @@
|
|
|
551
552
|
]
|
|
552
553
|
},
|
|
553
554
|
"Edit": {
|
|
554
|
-
"count":
|
|
555
|
+
"count": 90,
|
|
555
556
|
"icons": [
|
|
556
557
|
"Icon3d",
|
|
557
558
|
"IconAddKeyframe",
|
|
@@ -574,6 +575,7 @@
|
|
|
574
575
|
"IconBrush",
|
|
575
576
|
"IconCircle",
|
|
576
577
|
"IconColorPalette",
|
|
578
|
+
"IconColorPalette2",
|
|
577
579
|
"IconColorPicker",
|
|
578
580
|
"IconColorRoll",
|
|
579
581
|
"IconColors",
|
|
@@ -2716,6 +2718,7 @@
|
|
|
2716
2718
|
"IconCollaborationPointerLeft": "collaboration-pointer-left, cursor, agents",
|
|
2717
2719
|
"IconCollaborationPointerRight": "collaboration-pointer-right, cursor, agents",
|
|
2718
2720
|
"IconColorPalette": "color-palette, colours",
|
|
2721
|
+
"IconColorPalette2": "color-palette-2, design, coloring",
|
|
2719
2722
|
"IconColorPicker": "color-picker, color",
|
|
2720
2723
|
"IconColorRoll": "color-roll, paint-roller",
|
|
2721
2724
|
"IconColors": "colors, rgb, adjustments",
|
|
@@ -2733,6 +2736,7 @@
|
|
|
2733
2736
|
"IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
|
|
2734
2737
|
"IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
|
|
2735
2738
|
"IconComponents": "components, figma",
|
|
2739
|
+
"IconComputerUse": "computer-use, cursor",
|
|
2736
2740
|
"IconConcise": "concise, text-shorten, squeeze",
|
|
2737
2741
|
"IconConductor": "conductor, ochestrator, vibe",
|
|
2738
2742
|
"IconConnectors1": "connectors-1, connection, apps",
|
package/index.d.ts
CHANGED
|
@@ -555,6 +555,7 @@ export { IconCoinsAdd, default as IconCoinsAddDefault } from "./IconCoinsAdd";
|
|
|
555
555
|
export { IconCollaborationPointerLeft, default as IconCollaborationPointerLeftDefault, } from "./IconCollaborationPointerLeft";
|
|
556
556
|
export { IconCollaborationPointerRight, default as IconCollaborationPointerRightDefault, } from "./IconCollaborationPointerRight";
|
|
557
557
|
export { IconColorPalette, default as IconColorPaletteDefault, } from "./IconColorPalette";
|
|
558
|
+
export { IconColorPalette2, default as IconColorPalette2Default, } from "./IconColorPalette2";
|
|
558
559
|
export { IconColorPicker, default as IconColorPickerDefault, } from "./IconColorPicker";
|
|
559
560
|
export { IconColorRoll, default as IconColorRollDefault, } from "./IconColorRoll";
|
|
560
561
|
export { IconColorSwatch, default as IconColorSwatchDefault, } from "./IconColorSwatch";
|
|
@@ -572,6 +573,7 @@ export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
|
|
|
572
573
|
export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCompassRound";
|
|
573
574
|
export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
|
|
574
575
|
export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";
|
|
576
|
+
export { IconComputerUse, default as IconComputerUseDefault, } from "./IconComputerUse";
|
|
575
577
|
export { IconConcise, default as IconConciseDefault } from "./IconConcise";
|
|
576
578
|
export { IconConductor, default as IconConductorDefault, } from "./IconConductor";
|
|
577
579
|
export { IconConnectors1, default as IconConnectors1Default, } from "./IconConnectors1";
|