@central-icons-react-native/round-filled-radius-3-stroke-1 1.1.199 → 1.1.200
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 +2 -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/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.5748 21.9504 13.1382 21.8564 13.6865C21.6622 14.8204 20.6276 15.5 19.5713 15.5H14C13.1716 15.5 12.5 16.1716 12.5 17V19.5C12.5 20.8438 11.3742 22.0926 9.91016 21.7812C5.39065 20.82 2 16.8065 2 12C2 6.47715 6.47715 2 12 2ZM6.9502 11.6748C6.1908 11.6748 5.5752 12.2904 5.5752 13.0498C5.5752 13.8092 6.1908 14.4248 6.9502 14.4248C7.70959 14.4248 8.3252 13.8092 8.3252 13.0498C8.3252 12.2904 7.70959 11.6748 6.9502 11.6748ZM17.1504 9.0752C16.391 9.0752 15.7754 9.6908 15.7754 10.4502C15.7757 11.2094 16.3912 11.8252 17.1504 11.8252C17.9094 11.8249 18.5251 11.2092 18.5254 10.4502C18.5254 9.69097 17.9096 9.07546 17.1504 9.0752ZM8.15039 6.5752C7.391 6.5752 6.77539 7.1908 6.77539 7.9502C6.77552 8.70947 7.39108 9.3252 8.15039 9.3252C8.90948 9.32493 9.52526 8.70931 9.52539 7.9502C9.52539 7.19097 8.90956 6.57546 8.15039 6.5752ZM13.25 5.375C12.4906 5.375 11.875 5.99061 11.875 6.75C11.875 7.50939 12.4906 8.125 13.25 8.125C14.0094 8.125 14.625 7.50939 14.625 6.75C14.625 5.99061 14.0094 5.375 13.25 5.375Z",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.5748 21.9504 13.1382 21.8564 13.6865C21.6622 14.8204 20.6276 15.5 19.5713 15.5H14C13.1716 15.5 12.5 16.1716 12.5 17V19.5C12.5 20.8438 11.3742 22.0926 9.91016 21.7812C5.39065 20.82 2 16.8065 2 12C2 6.47715 6.47715 2 12 2ZM6.9502 11.6748C6.1908 11.6748 5.5752 12.2904 5.5752 13.0498C5.5752 13.8092 6.1908 14.4248 6.9502 14.4248C7.70959 14.4248 8.3252 13.8092 8.3252 13.0498C8.3252 12.2904 7.70959 11.6748 6.9502 11.6748ZM17.1504 9.0752C16.391 9.0752 15.7754 9.6908 15.7754 10.4502C15.7757 11.2094 16.3912 11.8252 17.1504 11.8252C17.9094 11.8249 18.5251 11.2092 18.5254 10.4502C18.5254 9.69097 17.9096 9.07546 17.1504 9.0752ZM8.15039 6.5752C7.391 6.5752 6.77539 7.1908 6.77539 7.9502C6.77552 8.70947 7.39108 9.3252 8.15039 9.3252C8.90948 9.32493 9.52526 8.70931 9.52539 7.9502C9.52539 7.19097 8.90956 6.57546 8.15039 6.5752ZM13.25 5.375C12.4906 5.375 11.875 5.99061 11.875 6.75C11.875 7.50939 12.4906 8.125 13.25 8.125C14.0094 8.125 14.625 7.50939 14.625 6.75C14.625 5.99061 14.0094 5.375 13.25 5.375Z\"\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,ghCACF,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.5748 21.9504 13.1382 21.8564 13.6865C21.6622 14.8204 20.6276 15.5 19.5713 15.5H14C13.1716 15.5 12.5 16.1716 12.5 17V19.5C12.5 20.8438 11.3742 22.0926 9.91016 21.7812C5.39065 20.82 2 16.8065 2 12C2 6.47715 6.47715 2 12 2ZM6.9502 11.6748C6.1908 11.6748 5.5752 12.2904 5.5752 13.0498C5.5752 13.8092 6.1908 14.4248 6.9502 14.4248C7.70959 14.4248 8.3252 13.8092 8.3252 13.0498C8.3252 12.2904 7.70959 11.6748 6.9502 11.6748ZM17.1504 9.0752C16.391 9.0752 15.7754 9.6908 15.7754 10.4502C15.7757 11.2094 16.3912 11.8252 17.1504 11.8252C17.9094 11.8249 18.5251 11.2092 18.5254 10.4502C18.5254 9.69097 17.9096 9.07546 17.1504 9.0752ZM8.15039 6.5752C7.391 6.5752 6.77539 7.1908 6.77539 7.9502C6.77552 8.70947 7.39108 9.3252 8.15039 9.3252C8.90948 9.32493 9.52526 8.70931 9.52539 7.9502C9.52539 7.19097 8.90956 6.57546 8.15039 6.5752ZM13.25 5.375C12.4906 5.375 11.875 5.99061 11.875 6.75C11.875 7.50939 12.4906 8.125 13.25 8.125C14.0094 8.125 14.625 7.50939 14.625 6.75C14.625 5.99061 14.0094 5.375 13.25 5.375Z",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.5748 21.9504 13.1382 21.8564 13.6865C21.6622 14.8204 20.6276 15.5 19.5713 15.5H14C13.1716 15.5 12.5 16.1716 12.5 17V19.5C12.5 20.8438 11.3742 22.0926 9.91016 21.7812C5.39065 20.82 2 16.8065 2 12C2 6.47715 6.47715 2 12 2ZM6.9502 11.6748C6.1908 11.6748 5.5752 12.2904 5.5752 13.0498C5.5752 13.8092 6.1908 14.4248 6.9502 14.4248C7.70959 14.4248 8.3252 13.8092 8.3252 13.0498C8.3252 12.2904 7.70959 11.6748 6.9502 11.6748ZM17.1504 9.0752C16.391 9.0752 15.7754 9.6908 15.7754 10.4502C15.7757 11.2094 16.3912 11.8252 17.1504 11.8252C17.9094 11.8249 18.5251 11.2092 18.5254 10.4502C18.5254 9.69097 17.9096 9.07546 17.1504 9.0752ZM8.15039 6.5752C7.391 6.5752 6.77539 7.1908 6.77539 7.9502C6.77552 8.70947 7.39108 9.3252 8.15039 9.3252C8.90948 9.32493 9.52526 8.70931 9.52539 7.9502C9.52539 7.19097 8.90956 6.57546 8.15039 6.5752ZM13.25 5.375C12.4906 5.375 11.875 5.99061 11.875 6.75C11.875 7.50939 12.4906 8.125 13.25 8.125C14.0094 8.125 14.625 7.50939 14.625 6.75C14.625 5.99061 14.0094 5.375 13.25 5.375Z\"\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,ghCACF,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:"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM8.5625 7.60742C7.96947 7.39996 7.39996 7.96947 7.60742 8.5625L10.2559 16.1299C10.496 16.8153 11.4727 16.7933 11.6816 16.0977L12.6621 12.8301C12.6863 12.7496 12.7496 12.6863 12.8301 12.6621L16.0977 11.6816C16.7933 11.4727 16.8153 10.496 16.1299 10.2559L8.5625 7.60742Z",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=\"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM8.5625 7.60742C7.96947 7.39996 7.39996 7.96947 7.60742 8.5625L10.2559 16.1299C10.496 16.8153 11.4727 16.7933 11.6816 16.0977L12.6621 12.8301C12.6863 12.7496 12.7496 12.6863 12.8301 12.6621L16.0977 11.6816C16.7933 11.4727 16.8153 10.496 16.1299 10.2559L8.5625 7.60742Z\"\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,6YACF,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:"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM8.5625 7.60742C7.96947 7.39996 7.39996 7.96947 7.60742 8.5625L10.2559 16.1299C10.496 16.8153 11.4727 16.7933 11.6816 16.0977L12.6621 12.8301C12.6863 12.7496 12.7496 12.6863 12.8301 12.6621L16.0977 11.6816C16.7933 11.4727 16.8153 10.496 16.1299 10.2559L8.5625 7.60742Z",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=\"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM8.5625 7.60742C7.96947 7.39996 7.39996 7.96947 7.60742 8.5625L10.2559 16.1299C10.496 16.8153 11.4727 16.7933 11.6816 16.0977L12.6621 12.8301C12.6863 12.7496 12.7496 12.6863 12.8301 12.6621L16.0977 11.6816C16.7933 11.4727 16.8153 10.496 16.1299 10.2559L8.5625 7.60742Z\"\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,6YACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconComputerUse","props","React","CentralIconBase","IconComputerUse_default"]}
|
package/README.md
CHANGED
|
@@ -337,6 +337,7 @@ Below is a complete list of available icons:
|
|
|
337
337
|
- IconChevronTriangleUpSmall
|
|
338
338
|
- IconCollaborationPointerLeft
|
|
339
339
|
- IconCollaborationPointerRight
|
|
340
|
+
- IconComputerUse
|
|
340
341
|
- IconCursor1
|
|
341
342
|
- IconCursor3
|
|
342
343
|
- IconCursorClick
|
|
@@ -684,6 +685,7 @@ Below is a complete list of available icons:
|
|
|
684
685
|
- IconBrush
|
|
685
686
|
- IconCircle
|
|
686
687
|
- IconColorPalette
|
|
688
|
+
- IconColorPalette2
|
|
687
689
|
- IconColorPicker
|
|
688
690
|
- IconColorRoll
|
|
689
691
|
- IconColors
|
package/filtered-icons.json
CHANGED
|
@@ -7798,6 +7798,20 @@
|
|
|
7798
7798
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
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.5748 21.9504 13.1382 21.8564 13.6865C21.6622 14.8204 20.6276 15.5 19.5713 15.5H14C13.1716 15.5 12.5 16.1716 12.5 17V19.5C12.5 20.8438 11.3742 22.0926 9.91016 21.7812C5.39065 20.82 2 16.8065 2 12C2 6.47715 6.47715 2 12 2ZM6.9502 11.6748C6.1908 11.6748 5.5752 12.2904 5.5752 13.0498C5.5752 13.8092 6.1908 14.4248 6.9502 14.4248C7.70959 14.4248 8.3252 13.8092 8.3252 13.0498C8.3252 12.2904 7.70959 11.6748 6.9502 11.6748ZM17.1504 9.0752C16.391 9.0752 15.7754 9.6908 15.7754 10.4502C15.7757 11.2094 16.3912 11.8252 17.1504 11.8252C17.9094 11.8249 18.5251 11.2092 18.5254 10.4502C18.5254 9.69097 17.9096 9.07546 17.1504 9.0752ZM8.15039 6.5752C7.391 6.5752 6.77539 7.1908 6.77539 7.9502C6.77552 8.70947 7.39108 9.3252 8.15039 9.3252C8.90948 9.32493 9.52526 8.70931 9.52539 7.9502C9.52539 7.19097 8.90956 6.57546 8.15039 6.5752ZM13.25 5.375C12.4906 5.375 11.875 5.99061 11.875 6.75C11.875 7.50939 12.4906 8.125 13.25 8.125C14.0094 8.125 14.625 7.50939 14.625 6.75C14.625 5.99061 14.0094 5.375 13.25 5.375Z\" fill=\"currentColor\"/>",
|
|
7804
|
+
"iconName": "color-palette-2, design, coloring",
|
|
7805
|
+
"variant": {
|
|
7806
|
+
"join": "round",
|
|
7807
|
+
"filled": "on",
|
|
7808
|
+
"radius": "3",
|
|
7809
|
+
"stroke": "1"
|
|
7810
|
+
},
|
|
7811
|
+
"createdAt": "2026-04-20T12:02:10.770828+00:00",
|
|
7812
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
7813
|
+
"componentName": "IconColorPalette2"
|
|
7814
|
+
},
|
|
7801
7815
|
{
|
|
7802
7816
|
"category": "Edit",
|
|
7803
7817
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.3629 4.65575L19.3446 4.63758C18.047 3.34962 15.9529 3.34965 14.6553 4.63766L14.6371 4.65575L11.5 7.79287L10.3536 6.64645C10.1583 6.45118 9.84171 6.45118 9.64645 6.64645C9.45118 6.84171 9.45118 7.15829 9.64645 7.35355L10.7929 8.49998L3.43934 15.8535C3.15804 16.1348 3 16.5163 3 16.9142V19.5C3 20.3284 3.67157 21 4.5 21H7.3303C7.73299 21 8.11876 20.838 8.40083 20.5507L15.5547 13.2618L16.6464 14.3536C16.8417 14.5488 17.1583 14.5488 17.3536 14.3536C17.5488 14.1583 17.5488 13.8417 17.3536 13.6464L16.2552 12.5481L19.3849 9.35936C20.6691 8.05092 20.6593 5.95212 19.3629 4.65575ZM5.70706 15L11.4999 9.20711L14.8475 12.5547L12.4475 15H5.70706Z\" fill=\"currentColor\"/>",
|
|
@@ -8036,6 +8050,20 @@
|
|
|
8036
8050
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
8037
8051
|
"componentName": "IconComponents"
|
|
8038
8052
|
},
|
|
8053
|
+
{
|
|
8054
|
+
"category": "Arrows",
|
|
8055
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM8.5625 7.60742C7.96947 7.39996 7.39996 7.96947 7.60742 8.5625L10.2559 16.1299C10.496 16.8153 11.4727 16.7933 11.6816 16.0977L12.6621 12.8301C12.6863 12.7496 12.7496 12.6863 12.8301 12.6621L16.0977 11.6816C16.7933 11.4727 16.8153 10.496 16.1299 10.2559L8.5625 7.60742Z\" fill=\"currentColor\"/>",
|
|
8056
|
+
"iconName": "computer-use, cursor",
|
|
8057
|
+
"variant": {
|
|
8058
|
+
"join": "round",
|
|
8059
|
+
"filled": "on",
|
|
8060
|
+
"radius": "3",
|
|
8061
|
+
"stroke": "1"
|
|
8062
|
+
},
|
|
8063
|
+
"createdAt": "2026-04-20T12:02:10.770828+00:00",
|
|
8064
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
8065
|
+
"componentName": "IconComputerUse"
|
|
8066
|
+
},
|
|
8039
8067
|
{
|
|
8040
8068
|
"category": "Typography",
|
|
8041
8069
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12 6.29289L15.1464 3.14645C15.3417 2.95118 15.6583 2.95118 15.8536 3.14645C16.0488 3.34171 16.0488 3.65829 15.8536 3.85355L12.3536 7.35355C12.1583 7.54882 11.8417 7.54882 11.6464 7.35355L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645ZM3 10.5C3 10.2239 3.22386 10 3.5 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H3.5C3.22386 11 3 10.7761 3 10.5ZM3 13.5C3 13.2239 3.22386 13 3.5 13H20.5C20.7761 13 21 13.2239 21 13.5C21 13.7761 20.7761 14 20.5 14H3.5C3.22386 14 3 13.7761 3 13.5ZM12 17.7071L8.85355 20.8536C8.65829 21.0488 8.34171 21.0488 8.14645 20.8536C7.95118 20.6583 7.95118 20.3417 8.14645 20.1464L11.6464 16.6464C11.8417 16.4512 12.1583 16.4512 12.3536 16.6464L15.8536 20.1464C16.0488 20.3417 16.0488 20.6583 15.8536 20.8536C15.6583 21.0488 15.3417 21.0488 15.1464 20.8536L12 17.7071Z\" 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-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.200",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1/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";
|