@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.226 → 1.1.227
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/IconAgents/index.d.ts +4 -0
- package/IconAgents/index.js +2 -0
- package/IconAgents/index.js.map +1 -0
- package/IconAgents/index.mjs +2 -0
- package/IconAgents/index.mjs.map +1 -0
- package/IconCloud2/index.d.ts +4 -0
- package/IconCloud2/index.js +2 -0
- package/IconCloud2/index.js.map +1 -0
- package/IconCloud2/index.mjs +2 -0
- package/IconCloud2/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/skills/central-icons-react-native/SKILL.md +3 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(C=a(o,s))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?m(h(r)):{},i(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var L={};B(L,{IconAgents:()=>k,default:()=>g});module.exports=I(L);var e=l(require("react"));var c=l(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...t})=>c.default.createElement(u.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"),k=r=>e.default.createElement(d,{...r},e.default.createElement(n.Circle,{cx:"18",cy:"19",r:"2",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"6",cy:"5",r:"2",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M9 12L12 9L15 12L12 15L9 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M8 5H16.5C18.433 5 20 6.567 20 8.5C20 10.433 18.433 12 16.5 12H15",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M9 12H7.5C5.567 12 4 13.567 4 15.5C4 17.433 5.567 19 7.5 19H16",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),g=k;0&&(module.exports={IconAgents});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAgents/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 IconAgents: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"18\" cy=\"19\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"6\" cy=\"5\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9 12L12 9L15 12L12 15L9 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 5H16.5C18.433 5 20 6.567 20 8.5C20 10.433 18.433 12 16.5 12H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 12H7.5C5.567 12 4 13.567 4 15.5C4 17.433 5.567 19 7.5 19H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgents;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,IAAI,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EAClE,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iEACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconAgents_exports","__export","IconAgents","IconAgents_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAgents","props","React","CentralIconBase","IconAgents_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...p})=>C.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as s,Path as e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(s,{cx:"18",cy:"19",r:"2",stroke:"currentColor",strokeWidth:"2"}),o.createElement(s,{cx:"6",cy:"5",r:"2",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M9 12L12 9L15 12L12 15L9 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(e,{d:"M8 5H16.5C18.433 5 20 6.567 20 8.5C20 10.433 18.433 12 16.5 12H15",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(e,{d:"M9 12H7.5C5.567 12 4 13.567 4 15.5C4 17.433 5.567 19 7.5 19H16",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),B=l;export{l as IconAgents,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAgents/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 IconAgents: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"18\" cy=\"19\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"6\" cy=\"5\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9 12L12 9L15 12L12 15L9 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 5H16.5C18.433 5 20 6.567 20 8.5C20 10.433 18.433 12 16.5 12H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 12H7.5C5.567 12 4 13.567 4 15.5C4 17.433 5.567 19 7.5 19H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgents;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,IAAI,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EAClEI,EAAA,cAACH,EAAA,CACC,EAAE,+BACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iEACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconAgents","props","React","CentralIconBase","IconAgents_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!P.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=B(r,e))||p.enumerable});return o};var s=(o,r,t)=>(t=o!=null?u(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),g=o=>a(n({},"__esModule",{value:!0}),o);var v={};d(v,{IconCloud2:()=>i,default:()=>h});module.exports=g(v);var C=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(l.Svg,{...t,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=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{d:"M10 4.5C11.6175 4.5 13.0548 5.26865 13.9688 6.45996C14.371 6.32402 14.8018 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.5653 19.2116 10.8717 19.1426 11.166C20.7949 11.6577 22 13.1879 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 11.9489 3.23498 10.1861 5.00195 9.41504C5.04732 6.69282 7.26696 4.5 10 4.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),h=i;0&&(module.exports={IconCloud2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloud2/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 IconCloud2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 4.5C11.6175 4.5 13.0548 5.26865 13.9688 6.45996C14.371 6.32402 14.8018 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.5653 19.2116 10.8717 19.1426 11.166C20.7949 11.6577 22 13.1879 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 11.9489 3.23498 10.1861 5.00195 9.41504C5.04732 6.69282 7.26696 4.5 10 4.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloud2;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wVACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCloud2_exports","__export","IconCloud2","IconCloud2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloud2","props","React","CentralIconBase","IconCloud2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:r,size:o=24,...n})=>C.createElement(p,{...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 a}from"react-native-svg";var s=r=>e.createElement(t,{...r},e.createElement(a,{d:"M10 4.5C11.6175 4.5 13.0548 5.26865 13.9688 6.45996C14.371 6.32402 14.8018 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.5653 19.2116 10.8717 19.1426 11.166C20.7949 11.6577 22 13.1879 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 11.9489 3.23498 10.1861 5.00195 9.41504C5.04732 6.69282 7.26696 4.5 10 4.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),P=s;export{s as IconCloud2,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloud2/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 IconCloud2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 4.5C11.6175 4.5 13.0548 5.26865 13.9688 6.45996C14.371 6.32402 14.8018 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.5653 19.2116 10.8717 19.1426 11.166C20.7949 11.6577 22 13.1879 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 11.9489 3.23498 10.1861 5.00195 9.41504C5.04732 6.69282 7.26696 4.5 10 4.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloud2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wVACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloud2","props","React","CentralIconBase","IconCloud2_default"]}
|
package/README.md
CHANGED
|
@@ -437,6 +437,7 @@ Below is a complete list of available icons:
|
|
|
437
437
|
### Clouds
|
|
438
438
|
|
|
439
439
|
- IconCloud
|
|
440
|
+
- IconCloud2
|
|
440
441
|
- IconCloudApi
|
|
441
442
|
- IconCloudCheck
|
|
442
443
|
- IconCloudDownload
|
|
@@ -453,6 +454,7 @@ Below is a complete list of available icons:
|
|
|
453
454
|
|
|
454
455
|
- IconAgent
|
|
455
456
|
- IconAgenticCoding
|
|
457
|
+
- IconAgents
|
|
456
458
|
- IconAnchor
|
|
457
459
|
- IconAnimatePath
|
|
458
460
|
- IconAnimation
|
package/filtered-icons.json
CHANGED
|
@@ -238,6 +238,20 @@
|
|
|
238
238
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
239
239
|
"componentName": "IconAgentNetwork"
|
|
240
240
|
},
|
|
241
|
+
{
|
|
242
|
+
"category": "Code",
|
|
243
|
+
"svg": "<circle cx=\"18\" cy=\"19\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"6\" cy=\"5\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 12L12 9L15 12L12 15L9 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M8 5H16.5C18.433 5 20 6.567 20 8.5C20 10.433 18.433 12 16.5 12H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M9 12H7.5C5.567 12 4 13.567 4 15.5C4 17.433 5.567 19 7.5 19H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
244
|
+
"iconName": "agents, connections, flow",
|
|
245
|
+
"variant": {
|
|
246
|
+
"join": "round",
|
|
247
|
+
"filled": "off",
|
|
248
|
+
"radius": "0",
|
|
249
|
+
"stroke": "2"
|
|
250
|
+
},
|
|
251
|
+
"createdAt": "2026-05-07T20:01:57.412973+00:00",
|
|
252
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
253
|
+
"componentName": "IconAgents"
|
|
254
|
+
},
|
|
241
255
|
{
|
|
242
256
|
"category": "Devices & Signals",
|
|
243
257
|
"svg": "<path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 19.4845C19.412 17.8699 21 15.1204 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 15.1204 4.58803 17.8699 7 19.4845\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 16.0004C7.78555 15.0882 7 13.6358 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 13.6358 16.2144 15.0882 15 16.0004\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -7308,6 +7322,20 @@
|
|
|
7308
7322
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
7309
7323
|
"componentName": "IconCloud"
|
|
7310
7324
|
},
|
|
7325
|
+
{
|
|
7326
|
+
"category": "Clouds",
|
|
7327
|
+
"svg": "<path d=\"M10 4.5C11.6175 4.5 13.0548 5.26865 13.9688 6.45996C14.371 6.32402 14.8018 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.5653 19.2116 10.8717 19.1426 11.166C20.7949 11.6577 22 13.1879 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 11.9489 3.23498 10.1861 5.00195 9.41504C5.04732 6.69282 7.26696 4.5 10 4.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
7328
|
+
"iconName": "cloud-2",
|
|
7329
|
+
"variant": {
|
|
7330
|
+
"join": "round",
|
|
7331
|
+
"filled": "off",
|
|
7332
|
+
"radius": "0",
|
|
7333
|
+
"stroke": "2"
|
|
7334
|
+
},
|
|
7335
|
+
"createdAt": "2026-05-07T20:01:57.412973+00:00",
|
|
7336
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
7337
|
+
"componentName": "IconCloud2"
|
|
7338
|
+
},
|
|
7311
7339
|
{
|
|
7312
7340
|
"category": "Clouds",
|
|
7313
7341
|
"svg": "<path d=\"M8.42885 13C6.4564 13 4.85742 11.401 4.85742 9.42857C4.85742 7.61947 6.20253 6.12454 7.94719 5.88935C8.52634 4.20799 10.1222 3 12.0003 3C14.3672 3 16.286 4.91878 16.286 7.28571C17.8639 7.28571 19.1431 8.5649 19.1431 10.1429C19.1431 11.7208 17.8639 13 16.286 13H8.42885Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"18.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 18.5H3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 18.5H14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export type CentralIconName =
|
|
|
16
16
|
| "IconAgent"
|
|
17
17
|
| "IconAgenticCoding"
|
|
18
18
|
| "IconAgentNetwork"
|
|
19
|
+
| "IconAgents"
|
|
19
20
|
| "IconAirdrop"
|
|
20
21
|
| "IconAirdrop2"
|
|
21
22
|
| "IconAirplane"
|
|
@@ -521,6 +522,7 @@ export type CentralIconName =
|
|
|
521
522
|
| "IconCloseQuote1"
|
|
522
523
|
| "IconCloseQuote2"
|
|
523
524
|
| "IconCloud"
|
|
525
|
+
| "IconCloud2"
|
|
524
526
|
| "IconCloudApi"
|
|
525
527
|
| "IconCloudCheck"
|
|
526
528
|
| "IconCloudDownload"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.227",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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": 1988,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -313,9 +313,10 @@
|
|
|
313
313
|
]
|
|
314
314
|
},
|
|
315
315
|
"Clouds": {
|
|
316
|
-
"count":
|
|
316
|
+
"count": 13,
|
|
317
317
|
"icons": [
|
|
318
318
|
"IconCloud",
|
|
319
|
+
"IconCloud2",
|
|
319
320
|
"IconCloudApi",
|
|
320
321
|
"IconCloudCheck",
|
|
321
322
|
"IconCloudDownload",
|
|
@@ -330,10 +331,11 @@
|
|
|
330
331
|
]
|
|
331
332
|
},
|
|
332
333
|
"Code": {
|
|
333
|
-
"count":
|
|
334
|
+
"count": 66,
|
|
334
335
|
"icons": [
|
|
335
336
|
"IconAgent",
|
|
336
337
|
"IconAgenticCoding",
|
|
338
|
+
"IconAgents",
|
|
337
339
|
"IconAnchor",
|
|
338
340
|
"IconAnimatePath",
|
|
339
341
|
"IconAnimation",
|
|
@@ -2204,6 +2206,7 @@
|
|
|
2204
2206
|
"IconAgent": "agent, flow, diagram, org",
|
|
2205
2207
|
"IconAgenticCoding": "agentic-coding, ai-code, vibe-code",
|
|
2206
2208
|
"IconAgentNetwork": "agent-network, connections, atoms",
|
|
2209
|
+
"IconAgents": "agents, connections, flow",
|
|
2207
2210
|
"IconAirdrop": "airdrop, file-sharing, radar",
|
|
2208
2211
|
"IconAirdrop2": "airdrop-2, free, drop, parachute",
|
|
2209
2212
|
"IconAirplane": "airplane, flight",
|
|
@@ -2709,6 +2712,7 @@
|
|
|
2709
2712
|
"IconCloseQuote1": "close-quote-1, blockquote",
|
|
2710
2713
|
"IconCloseQuote2": "close-quote-2, blockquote",
|
|
2711
2714
|
"IconCloud": "cloud",
|
|
2715
|
+
"IconCloud2": "cloud-2",
|
|
2712
2716
|
"IconCloudApi": "cloud-api, cloud-network",
|
|
2713
2717
|
"IconCloudCheck": "cloud-check, save",
|
|
2714
2718
|
"IconCloudDownload": "cloud-download",
|
package/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { IconAffinity, default as IconAffinityDefault } from "./IconAffinity";
|
|
|
15
15
|
export { IconAgent, default as IconAgentDefault } from "./IconAgent";
|
|
16
16
|
export { IconAgentNetwork, default as IconAgentNetworkDefault, } from "./IconAgentNetwork";
|
|
17
17
|
export { IconAgenticCoding, default as IconAgenticCodingDefault, } from "./IconAgenticCoding";
|
|
18
|
+
export { IconAgents, default as IconAgentsDefault } from "./IconAgents";
|
|
18
19
|
export { IconAiSlop, default as IconAiSlopDefault } from "./IconAiSlop";
|
|
19
20
|
export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens";
|
|
20
21
|
export { IconAiTranslate, default as IconAiTranslateDefault, } from "./IconAiTranslate";
|
|
@@ -520,6 +521,7 @@ export { IconCloseQuote1, default as IconCloseQuote1Default, } from "./IconClose
|
|
|
520
521
|
export { IconCloseQuote2, default as IconCloseQuote2Default, } from "./IconCloseQuote2";
|
|
521
522
|
export { IconClosedCaptioning, default as IconClosedCaptioningDefault, } from "./IconClosedCaptioning";
|
|
522
523
|
export { IconCloud, default as IconCloudDefault } from "./IconCloud";
|
|
524
|
+
export { IconCloud2, default as IconCloud2Default } from "./IconCloud2";
|
|
523
525
|
export { IconCloudApi, default as IconCloudApiDefault } from "./IconCloudApi";
|
|
524
526
|
export { IconCloudCheck, default as IconCloudCheckDefault, } from "./IconCloudCheck";
|
|
525
527
|
export { IconCloudDownload, default as IconCloudDownloadDefault, } from "./IconCloudDownload";
|