@central-icons-react-native/round-outlined-radius-1-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 f=Object.create;var p=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!P.call(r,C)&&C!==t&&p(r,C,{get:()=>o[C],enumerable:!(c=y(o,C))||c.enumerable});return r};var s=(r,o,t)=>(t=r!=null?f(I(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var v={};i(v,{IconColorPalette2:()=>x,default:()=>k});module.exports=g(v);var e=s(require("react"));var m=s(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(a.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 n=require("react-native-svg"),x=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 12.5462 21.4532 13.0814 21.364 13.6022C21.2186 14.4511 20.4325 15 19.5712 15H14C12.8954 15 12 15.8954 12 17V19.5C12 20.6046 11.0945 21.5219 10.0141 21.2921C5.7207 20.379 2.5 16.5656 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5Z",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"17.1504",cy:"10.4497",r:"1.25",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"13.25",cy:"6.75",r:"1.25",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"8.15039",cy:"7.9502",r:"1.25",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"6.94922",cy:"13.0498",r:"1.25",stroke:"currentColor"})),k=x;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconColorPalette2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 12.5462 21.4532 13.0814 21.364 13.6022C21.2186 14.4511 20.4325 15 19.5712 15H14C12.8954 15 12 15.8954 12 17V19.5C12 20.6046 11.0945 21.5219 10.0141 21.2921C5.7207 20.379 2.5 16.5656 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5Z\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"17.1504\" cy=\"10.4497\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"13.25\" cy=\"6.75\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"8.15039\" cy=\"7.9502\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"6.94922\" cy=\"13.0498\" r=\"1.25\" stroke=\"currentColor\" />\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,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6QACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,OAAO,eAAe,EACjE,EAAAA,QAAA,cAAC,UAAO,GAAG,QAAQ,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,EAC5D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,SAAS,EAAE,OAAO,OAAO,eAAe,EAChE,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,OAAO,eAAe,CACnE,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 o from"react";import p from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(c,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as l}from"react-native-svg";var s=e=>o.createElement(n,{...e},o.createElement(l,{d:"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 12.5462 21.4532 13.0814 21.364 13.6022C21.2186 14.4511 20.4325 15 19.5712 15H14C12.8954 15 12 15.8954 12 17V19.5C12 20.6046 11.0945 21.5219 10.0141 21.2921C5.7207 20.379 2.5 16.5656 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5Z",stroke:"currentColor"}),o.createElement(t,{cx:"17.1504",cy:"10.4497",r:"1.25",stroke:"currentColor"}),o.createElement(t,{cx:"13.25",cy:"6.75",r:"1.25",stroke:"currentColor"}),o.createElement(t,{cx:"8.15039",cy:"7.9502",r:"1.25",stroke:"currentColor"}),o.createElement(t,{cx:"6.94922",cy:"13.0498",r:"1.25",stroke:"currentColor"})),i=s;export{s as IconColorPalette2,i 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconColorPalette2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 12.5462 21.4532 13.0814 21.364 13.6022C21.2186 14.4511 20.4325 15 19.5712 15H14C12.8954 15 12 15.8954 12 17V19.5C12 20.6046 11.0945 21.5219 10.0141 21.2921C5.7207 20.379 2.5 16.5656 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5Z\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"17.1504\" cy=\"10.4497\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"13.25\" cy=\"6.75\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"8.15039\" cy=\"7.9502\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"6.94922\" cy=\"13.0498\" r=\"1.25\" stroke=\"currentColor\" />\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6QACF,OAAO,eACT,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,OAAO,eAAe,EACjEI,EAAA,cAACJ,EAAA,CAAO,GAAG,QAAQ,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,EAC5DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,SAAS,EAAE,OAAO,OAAO,eAAe,EAChEI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,OAAO,eAAe,CACnE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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 x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var L={};g(L,{IconComputerUse:()=>f,default:()=>v});module.exports=d(L);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),f=r=>p.default.createElement(u,{...r},p.default.createElement(C.Path,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),p.default.createElement(C.Path,{d:"M10.4915 16.0471L7.84306 8.48016C7.70466 8.08475 8.08475 7.70466 8.48016 7.84306L16.0471 10.4915C16.5043 10.6515 16.4896 11.3031 16.0256 11.4423L12.7579 12.4226C12.5969 12.4709 12.4709 12.5969 12.4226 12.7579L11.4423 16.0256C11.3031 16.4896 10.6515 16.5043 10.4915 16.0471Z",stroke:"currentColor",strokeLinejoin:"round"})),v=f;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 d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M10.4915 16.0471L7.84306 8.48016C7.70466 8.08475 8.08475 7.70466 8.48016 7.84306L16.0471 10.4915C16.5043 10.6515 16.4896 11.3031 16.0256 11.4423L12.7579 12.4226C12.5969 12.4709 12.4709 12.5969 12.4226 12.7579L11.4423 16.0256C11.3031 16.4896 10.6515 16.5043 10.4915 16.0471Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\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,EAAE,uKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oRACF,OAAO,eACP,eAAe,QACjB,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 e from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...p})=>C.createElement(s,{...p,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=>e.createElement(t,{...o},e.createElement(n,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),e.createElement(n,{d:"M10.4915 16.0471L7.84306 8.48016C7.70466 8.08475 8.08475 7.70466 8.48016 7.84306L16.0471 10.4915C16.5043 10.6515 16.4896 11.3031 16.0256 11.4423L12.7579 12.4226C12.5969 12.4709 12.4709 12.5969 12.4226 12.7579L11.4423 16.0256C11.3031 16.4896 10.6515 16.5043 10.4915 16.0471Z",stroke:"currentColor",strokeLinejoin:"round"})),P=a;export{a as IconComputerUse,P 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 d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M10.4915 16.0471L7.84306 8.48016C7.70466 8.08475 8.08475 7.70466 8.48016 7.84306L16.0471 10.4915C16.5043 10.6515 16.4896 11.3031 16.0256 11.4423L12.7579 12.4226C12.5969 12.4709 12.4709 12.5969 12.4226 12.7579L11.4423 16.0256C11.3031 16.4896 10.6515 16.5043 10.4915 16.0471Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\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,EAAE,uKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oRACF,OAAO,eACP,eAAe,QACjB,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-outlined-radius-1-stroke-1",
|
|
7799
7799
|
"componentName": "IconColorPalette"
|
|
7800
7800
|
},
|
|
7801
|
+
{
|
|
7802
|
+
"category": "Edit",
|
|
7803
|
+
"svg": "<path d=\"M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 12.5462 21.4532 13.0814 21.364 13.6022C21.2186 14.4511 20.4325 15 19.5712 15H14C12.8954 15 12 15.8954 12 17V19.5C12 20.6046 11.0945 21.5219 10.0141 21.2921C5.7207 20.379 2.5 16.5656 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5Z\" stroke=\"currentColor\"/><circle cx=\"17.1504\" cy=\"10.4497\" r=\"1.25\" stroke=\"currentColor\"/><circle cx=\"13.25\" cy=\"6.75\" r=\"1.25\" stroke=\"currentColor\"/><circle cx=\"8.15039\" cy=\"7.9502\" r=\"1.25\" stroke=\"currentColor\"/><circle cx=\"6.94922\" cy=\"13.0498\" r=\"1.25\" stroke=\"currentColor\"/>",
|
|
7804
|
+
"iconName": "color-palette-2, design, coloring",
|
|
7805
|
+
"variant": {
|
|
7806
|
+
"join": "round",
|
|
7807
|
+
"filled": "off",
|
|
7808
|
+
"radius": "1",
|
|
7809
|
+
"stroke": "1"
|
|
7810
|
+
},
|
|
7811
|
+
"createdAt": "2026-04-20T12:02:10.770828+00:00",
|
|
7812
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
7813
|
+
"componentName": "IconColorPalette2"
|
|
7814
|
+
},
|
|
7801
7815
|
{
|
|
7802
7816
|
"category": "Edit",
|
|
7803
7817
|
"svg": "<path d=\"M16.2929 3.70708L3.79289 16.2071C3.60536 16.3946 3.5 16.649 3.5 16.9142V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H7.08579C7.351 20.5 7.60536 20.3946 7.79289 20.2071L20.2929 7.70708C20.6834 7.31655 20.6834 6.68339 20.2929 6.29286L17.7071 3.70708C17.3166 3.31655 16.6834 3.31655 16.2929 3.70708Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 7L17 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -8036,6 +8050,20 @@
|
|
|
8036
8050
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
8037
8051
|
"componentName": "IconComponents"
|
|
8038
8052
|
},
|
|
8053
|
+
{
|
|
8054
|
+
"category": "Arrows",
|
|
8055
|
+
"svg": "<path d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\" stroke=\"currentColor\"/><path d=\"M10.4915 16.0471L7.84306 8.48016C7.70466 8.08475 8.08475 7.70466 8.48016 7.84306L16.0471 10.4915C16.5043 10.6515 16.4896 11.3031 16.0256 11.4423L12.7579 12.4226C12.5969 12.4709 12.4709 12.5969 12.4226 12.7579L11.4423 16.0256C11.3031 16.4896 10.6515 16.5043 10.4915 16.0471Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
8056
|
+
"iconName": "computer-use, cursor",
|
|
8057
|
+
"variant": {
|
|
8058
|
+
"join": "round",
|
|
8059
|
+
"filled": "off",
|
|
8060
|
+
"radius": "1",
|
|
8061
|
+
"stroke": "1"
|
|
8062
|
+
},
|
|
8063
|
+
"createdAt": "2026-04-20T12:02:10.770828+00:00",
|
|
8064
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
8065
|
+
"componentName": "IconComputerUse"
|
|
8066
|
+
},
|
|
8039
8067
|
{
|
|
8040
8068
|
"category": "Typography",
|
|
8041
8069
|
"svg": "<path d=\"M3.5 10.5H20.5M20.5 13.5H3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 3.5L12 7L8.5 3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 20.5L12 17L15.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.200",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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";
|