@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.225 → 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconAgents: FC<CentralIconBaseProps>;
4
+ export default IconAgents;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var C=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)C(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==t&&C(r,s,{get:()=>o[s],enumerable:!(p=a(o,s))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?m(h(r)):{},i(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>i(C({},"__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.70711 11.2929L11.2929 9.70711C11.6834 9.31658 12.3166 9.31658 12.7071 9.70711L14.2929 11.2929C14.6834 11.6834 14.6834 12.3166 14.2929 12.7071L12.7071 14.2929C12.3166 14.6834 11.6834 14.6834 11.2929 14.2929L9.70711 12.7071C9.31658 12.3166 9.31658 11.6834 9.70711 11.2929Z",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.70711 11.2929L11.2929 9.70711C11.6834 9.31658 12.3166 9.31658 12.7071 9.70711L14.2929 11.2929C14.6834 11.6834 14.6834 12.3166 14.2929 12.7071L12.7071 14.2929C12.3166 14.6834 11.6834 14.6834 11.2929 14.2929L9.70711 12.7071C9.31658 12.3166 9.31658 11.6834 9.70711 11.2929Z\"\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,oRACF,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 p from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(i,{...C,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.70711 11.2929L11.2929 9.70711C11.6834 9.31658 12.3166 9.31658 12.7071 9.70711L14.2929 11.2929C14.6834 11.6834 14.6834 12.3166 14.2929 12.7071L12.7071 14.2929C12.3166 14.6834 11.6834 14.6834 11.2929 14.2929L9.70711 12.7071C9.31658 12.3166 9.31658 11.6834 9.70711 11.2929Z",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.70711 11.2929L11.2929 9.70711C11.6834 9.31658 12.3166 9.31658 12.7071 9.70711L14.2929 11.2929C14.6834 11.6834 14.6834 12.3166 14.2929 12.7071L12.7071 14.2929C12.3166 14.6834 11.6834 14.6834 11.2929 14.2929L9.70711 12.7071C9.31658 12.3166 9.31658 11.6834 9.70711 11.2929Z\"\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,oRACF,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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBottombarHiddenBottomWide: FC<CentralIconBaseProps>;
4
+ export default IconBottombarHiddenBottomWide;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},C=(o,r,t,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of f(r))!I.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(a=B(r,e))||a.enumerable});return o};var i=(o,r,t)=>(t=o!=null?u(k(o)):{},C(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),P=o=>C(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconBottombarHiddenBottomWide:()=>l,default:()=>g});module.exports=P(h);var p=i(require("react"));var m=i(require("react")),d=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(d.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 s=require("react-native-svg"),l=o=>p.default.createElement(c,{...o},p.default.createElement(s.Path,{d:"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M17 15L7 15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=l;0&&(module.exports={IconBottombarHiddenBottomWide});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBottombarHiddenBottomWide/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 IconBottombarHiddenBottomWide: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 15L7 15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBottombarHiddenBottomWide;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconBottombarHiddenBottomWide_exports","__export","IconBottombarHiddenBottomWide","IconBottombarHiddenBottomWide_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBottombarHiddenBottomWide","props","React","CentralIconBase","IconBottombarHiddenBottomWide_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:r,size:o=24,...p})=>s.createElement(a,{...p,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 n}from"react-native-svg";var C=r=>t.createElement(e,{...r},t.createElement(n,{d:"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M17 15L7 15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconBottombarHiddenBottomWide,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBottombarHiddenBottomWide/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 IconBottombarHiddenBottomWide: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 15L7 15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBottombarHiddenBottomWide;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBottombarHiddenBottomWide","props","React","CentralIconBase","IconBottombarHiddenBottomWide_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCloud2: FC<CentralIconBaseProps>;
4
+ export default IconCloud2;
@@ -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.3602 4.5 12.593 5.04358 13.4943 5.92496C13.8003 6.22418 14.2402 6.35518 14.6636 6.29282C14.855 6.26463 15.0508 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.7691 19.5401 11.2713 19.9901 11.5299C21.1911 12.22 22 13.5154 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 12.1779 2.97457 10.5834 4.43092 9.70946C4.76669 9.50797 4.99718 9.1619 5.0535 8.77437C5.4048 6.35685 7.48503 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.3602 4.5 12.593 5.04358 13.4943 5.92496C13.8003 6.22418 14.2402 6.35518 14.6636 6.29282C14.855 6.26463 15.0508 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.7691 19.5401 11.2713 19.9901 11.5299C21.1911 12.22 22 13.5154 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 12.1779 2.97457 10.5834 4.43092 9.70946C4.76669 9.50797 4.99718 9.1619 5.0535 8.77437C5.4048 6.35685 7.48503 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,mbACF,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.3602 4.5 12.593 5.04358 13.4943 5.92496C13.8003 6.22418 14.2402 6.35518 14.6636 6.29282C14.855 6.26463 15.0508 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.7691 19.5401 11.2713 19.9901 11.5299C21.1911 12.22 22 13.5154 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 12.1779 2.97457 10.5834 4.43092 9.70946C4.76669 9.50797 4.99718 9.1619 5.0535 8.77437C5.4048 6.35685 7.48503 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.3602 4.5 12.593 5.04358 13.4943 5.92496C13.8003 6.22418 14.2402 6.35518 14.6636 6.29282C14.855 6.26463 15.0508 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.7691 19.5401 11.2713 19.9901 11.5299C21.1911 12.22 22 13.5154 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 12.1779 2.97457 10.5834 4.43092 9.70946C4.76669 9.50797 4.99718 9.1619 5.0535 8.77437C5.4048 6.35685 7.48503 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,mbACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloud2","props","React","CentralIconBase","IconCloud2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTopbarHiddenTopWide: FC<CentralIconBaseProps>;
4
+ export default IconTopbarHiddenTopWide;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=f(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var k={};P(k,{IconTopbarHiddenTopWide:()=>d,default:()=>h});module.exports=g(k);var p=i(require("react"));var m=i(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(l.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 s=require("react-native-svg"),d=r=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M17 9L7 9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),h=d;0&&(module.exports={IconTopbarHiddenTopWide});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTopbarHiddenTopWide/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 IconTopbarHiddenTopWide: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 9L7 9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTopbarHiddenTopWide;\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,6BAAAE,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,EAAqDC,GAE9D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconTopbarHiddenTopWide_exports","__export","IconTopbarHiddenTopWide","IconTopbarHiddenTopWide_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTopbarHiddenTopWide","props","React","CentralIconBase","IconTopbarHiddenTopWide_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(C,{...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:"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.createElement(n,{d:"M17 9L7 9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),x=a;export{a as IconTopbarHiddenTopWide,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTopbarHiddenTopWide/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 IconTopbarHiddenTopWide: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 9L7 9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTopbarHiddenTopWide;\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,EAAqDC,GAE9DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTopbarHiddenTopWide","props","React","CentralIconBase","IconTopbarHiddenTopWide_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
@@ -1273,6 +1275,7 @@ Below is a complete list of available icons:
1273
1275
  - IconAlignVerticalCenter
1274
1276
  - IconBento
1275
1277
  - IconBoard
1278
+ - IconBottombarHiddenBottomWide
1276
1279
  - IconCanvasGrid
1277
1280
  - IconCarussel
1278
1281
  - IconColumns3
@@ -1322,6 +1325,7 @@ Below is a complete list of available icons:
1322
1325
  - IconSlidesWideAdd
1323
1326
  - IconSlideTallAdd
1324
1327
  - IconSlideWideAdd
1328
+ - IconTopbarHiddenTopWide
1325
1329
 
1326
1330
  ### Location
1327
1331
 
@@ -238,6 +238,20 @@
238
238
  "packageName": "round-outlined-radius-1-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.70711 11.2929L11.2929 9.70711C11.6834 9.31658 12.3166 9.31658 12.7071 9.70711L14.2929 11.2929C14.6834 11.6834 14.6834 12.3166 14.2929 12.7071L12.7071 14.2929C12.3166 14.6834 11.6834 14.6834 11.2929 14.2929L9.70711 12.7071C9.31658 12.3166 9.31658 11.6834 9.70711 11.2929Z\" 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": "1",
249
+ "stroke": "2"
250
+ },
251
+ "createdAt": "2026-05-07T20:01:57.412973+00:00",
252
+ "packageName": "round-outlined-radius-1-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\"/>",
@@ -4004,6 +4018,20 @@
4004
4018
  "packageName": "round-outlined-radius-1-stroke-2",
4005
4019
  "componentName": "IconBottle"
4006
4020
  },
4021
+ {
4022
+ "category": "Layout",
4023
+ "svg": "<path d=\"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 15L7 15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
4024
+ "iconName": "bottombar-hidden-bottom-wide",
4025
+ "variant": {
4026
+ "join": "round",
4027
+ "filled": "off",
4028
+ "radius": "1",
4029
+ "stroke": "2"
4030
+ },
4031
+ "createdAt": "2026-05-07T09:02:01.172438+00:00",
4032
+ "packageName": "round-outlined-radius-1-stroke-2",
4033
+ "componentName": "IconBottombarHiddenBottomWide"
4034
+ },
4007
4035
  {
4008
4036
  "category": "Sports",
4009
4037
  "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"13.3984\" cy=\"8.25\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"16.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"12.25\" cy=\"12.5\" r=\"1.5\" fill=\"currentColor\"/>",
@@ -7294,6 +7322,20 @@
7294
7322
  "packageName": "round-outlined-radius-1-stroke-2",
7295
7323
  "componentName": "IconCloud"
7296
7324
  },
7325
+ {
7326
+ "category": "Clouds",
7327
+ "svg": "<path d=\"M10 4.5C11.3602 4.5 12.593 5.04358 13.4943 5.92496C13.8003 6.22418 14.2402 6.35518 14.6636 6.29282C14.855 6.26463 15.0508 6.25 15.25 6.25C17.4591 6.25 19.25 8.04086 19.25 10.25C19.25 10.7691 19.5401 11.2713 19.9901 11.5299C21.1911 12.22 22 13.5154 22 15C22 17.2091 20.2091 19 18 19H7C4.23858 19 2 16.7614 2 14C2 12.1779 2.97457 10.5834 4.43092 9.70946C4.76669 9.50797 4.99718 9.1619 5.0535 8.77437C5.4048 6.35685 7.48503 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": "1",
7333
+ "stroke": "2"
7334
+ },
7335
+ "createdAt": "2026-05-07T20:01:57.412973+00:00",
7336
+ "packageName": "round-outlined-radius-1-stroke-2",
7337
+ "componentName": "IconCloud2"
7338
+ },
7297
7339
  {
7298
7340
  "category": "Clouds",
7299
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\"/>",
@@ -25508,6 +25550,20 @@
25508
25550
  "packageName": "round-outlined-radius-1-stroke-2",
25509
25551
  "componentName": "IconToolbox"
25510
25552
  },
25553
+ {
25554
+ "category": "Layout",
25555
+ "svg": "<path d=\"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V6Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M17 9L7 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
25556
+ "iconName": "topbar-hidden-top-wide",
25557
+ "variant": {
25558
+ "join": "round",
25559
+ "filled": "off",
25560
+ "radius": "1",
25561
+ "stroke": "2"
25562
+ },
25563
+ "createdAt": "2026-05-07T09:02:01.172438+00:00",
25564
+ "packageName": "round-outlined-radius-1-stroke-2",
25565
+ "componentName": "IconTopbarHiddenTopWide"
25566
+ },
25511
25567
  {
25512
25568
  "category": "Food",
25513
25569
  "svg": "<path d=\"M7 8C7 5.23858 9.23858 3 12 3C13.8507 3 15.4666 4.0055 16.3311 5.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 14C4.79086 14 3 12.2091 3 10C3 7.79086 4.79086 6 7 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 14C19.2091 14 21 12.2091 21 10C21 7.79086 19.2091 6 17 6C15.9856 6 15.0593 6.37764 14.3542 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 14V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 17H18\" 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"
@@ -285,6 +286,7 @@ export type CentralIconName =
285
286
  | "IconBooleanGroupUnion"
286
287
  | "IconBooleanGroupUnion2"
287
288
  | "IconBottle"
289
+ | "IconBottombarHiddenBottomWide"
288
290
  | "IconBowling"
289
291
  | "IconBox2"
290
292
  | "IconBox2AltFill"
@@ -520,6 +522,7 @@ export type CentralIconName =
520
522
  | "IconCloseQuote1"
521
523
  | "IconCloseQuote2"
522
524
  | "IconCloud"
525
+ | "IconCloud2"
523
526
  | "IconCloudApi"
524
527
  | "IconCloudCheck"
525
528
  | "IconCloudDownload"
@@ -1821,6 +1824,7 @@ export type CentralIconName =
1821
1824
  | "IconToggle"
1822
1825
  | "IconToiletPaper"
1823
1826
  | "IconToolbox"
1827
+ | "IconTopbarHiddenTopWide"
1824
1828
  | "IconToque"
1825
1829
  | "IconTouch"
1826
1830
  | "IconTouchGrass"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
3
- "version": "1.1.225",
3
+ "version": "1.1.227",
4
4
  "style": "round-outlined-radius-1-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1984,
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": 12,
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": 65,
334
+ "count": 66,
334
335
  "icons": [
335
336
  "IconAgent",
336
337
  "IconAgenticCoding",
338
+ "IconAgents",
337
339
  "IconAnchor",
338
340
  "IconAnimatePath",
339
341
  "IconAnimation",
@@ -1178,12 +1180,13 @@
1178
1180
  ]
1179
1181
  },
1180
1182
  "Layout": {
1181
- "count": 53,
1183
+ "count": 55,
1182
1184
  "icons": [
1183
1185
  "IconAlignHorizontalCenter",
1184
1186
  "IconAlignVerticalCenter",
1185
1187
  "IconBento",
1186
1188
  "IconBoard",
1189
+ "IconBottombarHiddenBottomWide",
1187
1190
  "IconCanvasGrid",
1188
1191
  "IconCarussel",
1189
1192
  "IconColumns3",
@@ -1232,7 +1235,8 @@
1232
1235
  "IconSlidesWide",
1233
1236
  "IconSlidesWideAdd",
1234
1237
  "IconSlideTallAdd",
1235
- "IconSlideWideAdd"
1238
+ "IconSlideWideAdd",
1239
+ "IconTopbarHiddenTopWide"
1236
1240
  ]
1237
1241
  },
1238
1242
  "Location": {
@@ -2202,6 +2206,7 @@
2202
2206
  "IconAgent": "agent, flow, diagram, org",
2203
2207
  "IconAgenticCoding": "agentic-coding, ai-code, vibe-code",
2204
2208
  "IconAgentNetwork": "agent-network, connections, atoms",
2209
+ "IconAgents": "agents, connections, flow",
2205
2210
  "IconAirdrop": "airdrop, file-sharing, radar",
2206
2211
  "IconAirdrop2": "airdrop-2, free, drop, parachute",
2207
2212
  "IconAirplane": "airplane, flight",
@@ -2471,6 +2476,7 @@
2471
2476
  "IconBooleanGroupUnion": "boolean-group-union",
2472
2477
  "IconBooleanGroupUnion2": "boolean-group-union-2",
2473
2478
  "IconBottle": "bottle, wine, campaign",
2479
+ "IconBottombarHiddenBottomWide": "bottombar-hidden-bottom-wide",
2474
2480
  "IconBowling": "bowling",
2475
2481
  "IconBox2": "box-2, inbox, archive, tray, shelf",
2476
2482
  "IconBox2AltFill": "box-2-alt-fill, inbox, archive, tray, shelf",
@@ -2706,6 +2712,7 @@
2706
2712
  "IconCloseQuote1": "close-quote-1, blockquote",
2707
2713
  "IconCloseQuote2": "close-quote-2, blockquote",
2708
2714
  "IconCloud": "cloud",
2715
+ "IconCloud2": "cloud-2",
2709
2716
  "IconCloudApi": "cloud-api, cloud-network",
2710
2717
  "IconCloudCheck": "cloud-check, save",
2711
2718
  "IconCloudDownload": "cloud-download",
@@ -4007,6 +4014,7 @@
4007
4014
  "IconToggle": "toggle, settings, control",
4008
4015
  "IconToiletPaper": "toilet-paper, wipe",
4009
4016
  "IconToolbox": "toolbox",
4017
+ "IconTopbarHiddenTopWide": "topbar-hidden-top-wide",
4010
4018
  "IconToque": "toque, chefs-cap, cook",
4011
4019
  "IconTouch": "touch, tab, click",
4012
4020
  "IconTouchGrass": "touch-grass, nature, logout",
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";
@@ -284,6 +285,7 @@ export { IconBooleanGroupSubstract2, default as IconBooleanGroupSubstract2Defaul
284
285
  export { IconBooleanGroupUnion, default as IconBooleanGroupUnionDefault, } from "./IconBooleanGroupUnion";
285
286
  export { IconBooleanGroupUnion2, default as IconBooleanGroupUnion2Default, } from "./IconBooleanGroupUnion2";
286
287
  export { IconBottle, default as IconBottleDefault } from "./IconBottle";
288
+ export { IconBottombarHiddenBottomWide, default as IconBottombarHiddenBottomWideDefault, } from "./IconBottombarHiddenBottomWide";
287
289
  export { IconBowling, default as IconBowlingDefault } from "./IconBowling";
288
290
  export { IconBox2, default as IconBox2Default } from "./IconBox2";
289
291
  export { IconBox2AltFill, default as IconBox2AltFillDefault, } from "./IconBox2AltFill";
@@ -519,6 +521,7 @@ export { IconCloseQuote1, default as IconCloseQuote1Default, } from "./IconClose
519
521
  export { IconCloseQuote2, default as IconCloseQuote2Default, } from "./IconCloseQuote2";
520
522
  export { IconClosedCaptioning, default as IconClosedCaptioningDefault, } from "./IconClosedCaptioning";
521
523
  export { IconCloud, default as IconCloudDefault } from "./IconCloud";
524
+ export { IconCloud2, default as IconCloud2Default } from "./IconCloud2";
522
525
  export { IconCloudApi, default as IconCloudApiDefault } from "./IconCloudApi";
523
526
  export { IconCloudCheck, default as IconCloudCheckDefault, } from "./IconCloudCheck";
524
527
  export { IconCloudDownload, default as IconCloudDownloadDefault, } from "./IconCloudDownload";
@@ -1820,6 +1823,7 @@ export { IconTodos, default as IconTodosDefault } from "./IconTodos";
1820
1823
  export { IconToggle, default as IconToggleDefault } from "./IconToggle";
1821
1824
  export { IconToiletPaper, default as IconToiletPaperDefault, } from "./IconToiletPaper";
1822
1825
  export { IconToolbox, default as IconToolboxDefault } from "./IconToolbox";
1826
+ export { IconTopbarHiddenTopWide, default as IconTopbarHiddenTopWideDefault, } from "./IconTopbarHiddenTopWide";
1823
1827
  export { IconToque, default as IconToqueDefault } from "./IconToque";
1824
1828
  export { IconTouch, default as IconTouchDefault } from "./IconTouch";
1825
1829
  export { IconTouchGrass, default as IconTouchGrassDefault, } from "./IconTouchGrass";