@central-icons-react-native/round-filled-radius-0-stroke-1 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.
- 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/IconBottombarHiddenBottomWide/index.d.ts +4 -0
- package/IconBottombarHiddenBottomWide/index.js +2 -0
- package/IconBottombarHiddenBottomWide/index.js.map +1 -0
- package/IconBottombarHiddenBottomWide/index.mjs +2 -0
- package/IconBottombarHiddenBottomWide/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/IconTopbarHiddenTopWide/index.d.ts +4 -0
- package/IconTopbarHiddenTopWide/index.js +2 -0
- package/IconTopbarHiddenTopWide/index.js.map +1 -0
- package/IconTopbarHiddenTopWide/index.mjs +2 -0
- package/IconTopbarHiddenTopWide/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +14 -6
- package/index.d.ts +4 -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 +5 -1
- package/tsx-icons.json +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var H=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of g(o))!u.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var l=(r,o,C)=>(C=r!=null?H(i(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(e({},"__esModule",{value:!0}),r);var L={};x(L,{IconAgents:()=>B,default:()=>v});module.exports=P(L);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M6 2C7.48647 2 8.71993 3.08118 8.95801 4.5H17C19.2091 4.5 21 6.29086 21 8.5C21 10.7091 19.2091 12.5 17 12.5H15.5C15.4865 12.5 15.4732 12.4971 15.46 12.4961L12.3535 15.6035C12.1583 15.7988 11.8417 15.7988 11.6465 15.6035L8.53906 12.4961C8.52611 12.4971 8.51321 12.5 8.5 12.5H7C5.34315 12.5 4 13.8431 4 15.5C4 17.1569 5.34315 18.5 7 18.5H15.042C15.2801 17.0812 16.5135 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.5135 22 15.2801 20.9188 15.042 19.5H7C4.79086 19.5 3 17.7091 3 15.5C3 13.2909 4.79086 11.5 7 11.5H8.5C8.51318 11.5 8.52614 11.5019 8.53906 11.5029L11.6465 8.39648L11.7246 8.33203C11.9187 8.20387 12.1827 8.22562 12.3535 8.39648L15.46 11.5029C15.4732 11.5019 15.4865 11.5 15.5 11.5H17C18.6569 11.5 20 10.1569 20 8.5C20 6.84315 18.6569 5.5 17 5.5H8.95801C8.71993 6.91882 7.48647 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z",fill:"currentColor"})),v=B;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 { Path } from \"react-native-svg\";\n\nexport const IconAgents: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 2C7.48647 2 8.71993 3.08118 8.95801 4.5H17C19.2091 4.5 21 6.29086 21 8.5C21 10.7091 19.2091 12.5 17 12.5H15.5C15.4865 12.5 15.4732 12.4971 15.46 12.4961L12.3535 15.6035C12.1583 15.7988 11.8417 15.7988 11.6465 15.6035L8.53906 12.4961C8.52611 12.4971 8.51321 12.5 8.5 12.5H7C5.34315 12.5 4 13.8431 4 15.5C4 17.1569 5.34315 18.5 7 18.5H15.042C15.2801 17.0812 16.5135 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.5135 22 15.2801 20.9188 15.042 19.5H7C4.79086 19.5 3 17.7091 3 15.5C3 13.2909 4.79086 11.5 7 11.5H8.5C8.51318 11.5 8.52614 11.5019 8.53906 11.5029L11.6465 8.39648L11.7246 8.33203C11.9187 8.20387 12.1827 8.22562 12.3535 8.39648L15.46 11.5029C15.4732 11.5019 15.4865 11.5 15.5 11.5H17C18.6569 11.5 20 10.1569 20 8.5C20 6.84315 18.6569 5.5 17 5.5H8.95801C8.71993 6.91882 7.48647 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,o2BACF,KAAK,eACP,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 t from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...e})=>n.createElement(p,{...e,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 a}from"react-native-svg";var l=o=>t.createElement(C,{...o},t.createElement(a,{d:"M6 2C7.48647 2 8.71993 3.08118 8.95801 4.5H17C19.2091 4.5 21 6.29086 21 8.5C21 10.7091 19.2091 12.5 17 12.5H15.5C15.4865 12.5 15.4732 12.4971 15.46 12.4961L12.3535 15.6035C12.1583 15.7988 11.8417 15.7988 11.6465 15.6035L8.53906 12.4961C8.52611 12.4971 8.51321 12.5 8.5 12.5H7C5.34315 12.5 4 13.8431 4 15.5C4 17.1569 5.34315 18.5 7 18.5H15.042C15.2801 17.0812 16.5135 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.5135 22 15.2801 20.9188 15.042 19.5H7C4.79086 19.5 3 17.7091 3 15.5C3 13.2909 4.79086 11.5 7 11.5H8.5C8.51318 11.5 8.52614 11.5019 8.53906 11.5029L11.6465 8.39648L11.7246 8.33203C11.9187 8.20387 12.1827 8.22562 12.3535 8.39648L15.46 11.5029C15.4732 11.5019 15.4865 11.5 15.5 11.5H17C18.6569 11.5 20 10.1569 20 8.5C20 6.84315 18.6569 5.5 17 5.5H8.95801C8.71993 6.91882 7.48647 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z",fill:"currentColor"})),u=l;export{l as IconAgents,u 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 { Path } from \"react-native-svg\";\n\nexport const IconAgents: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 2C7.48647 2 8.71993 3.08118 8.95801 4.5H17C19.2091 4.5 21 6.29086 21 8.5C21 10.7091 19.2091 12.5 17 12.5H15.5C15.4865 12.5 15.4732 12.4971 15.46 12.4961L12.3535 15.6035C12.1583 15.7988 11.8417 15.7988 11.6465 15.6035L8.53906 12.4961C8.52611 12.4971 8.51321 12.5 8.5 12.5H7C5.34315 12.5 4 13.8431 4 15.5C4 17.1569 5.34315 18.5 7 18.5H15.042C15.2801 17.0812 16.5135 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.5135 22 15.2801 20.9188 15.042 19.5H7C4.79086 19.5 3 17.7091 3 15.5C3 13.2909 4.79086 11.5 7 11.5H8.5C8.51318 11.5 8.52614 11.5019 8.53906 11.5029L11.6465 8.39648L11.7246 8.33203C11.9187 8.20387 12.1827 8.22562 12.3535 8.39648L15.46 11.5029C15.4732 11.5019 15.4865 11.5 15.5 11.5H17C18.6569 11.5 20 10.1569 20 8.5C20 6.84315 18.6569 5.5 17 5.5H8.95801C8.71993 6.91882 7.48647 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,o2BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAgents","props","React","CentralIconBase","IconAgents_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=B(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?d(I(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var H={};x(H,{IconBottombarHiddenBottomWide:()=>i,default:()=>g});module.exports=P(H);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 15C6.22386 15 6 15.2239 6 15.5C6 15.7761 6.22386 16 6.5 16H17.5C17.7761 16 18 15.7761 18 15.5C18 15.2239 17.7761 15 17.5 15H6.5Z",fill:"currentColor"})),g=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 15C6.22386 15 6 15.2239 6 15.5C6 15.7761 6.22386 16 6.5 16H17.5C17.7761 16 18 15.7761 18 15.5C18 15.2239 17.7761 15 17.5 15H6.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,kRACF,KAAK,eACP,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 p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 15C6.22386 15 6 15.2239 6 15.5C6 15.7761 6.22386 16 6.5 16H17.5C17.7761 16 18 15.7761 18 15.5C18 15.2239 17.7761 15 17.5 15H6.5Z",fill:"currentColor"})),v=a;export{a as IconBottombarHiddenBottomWide,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 15C6.22386 15 6 15.2239 6 15.5C6 15.7761 6.22386 16 6.5 16H17.5C17.7761 16 18 15.7761 18 15.5C18 15.2239 17.7761 15 17.5 15H6.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,kRACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBottombarHiddenBottomWide","props","React","CentralIconBase","IconBottombarHiddenBottomWide_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconCloud2:()=>u,default:()=>d});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M10 3.5C11.8025 3.5 13.4168 4.29709 14.5156 5.55371C14.7555 5.51834 15.0007 5.5 15.25 5.5C18.0114 5.5 20.25 7.73858 20.25 10.5C20.25 10.5114 20.2482 10.5228 20.248 10.5342C21.8793 11.3569 23 13.0465 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.7613 2.22784 9.81292 4.04297 8.78223C4.39786 5.80677 6.92906 3.5 10 3.5Z",fill:"currentColor"})),d=u;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 3.5C11.8025 3.5 13.4168 4.29709 14.5156 5.55371C14.7555 5.51834 15.0007 5.5 15.25 5.5C18.0114 5.5 20.25 7.73858 20.25 10.5C20.25 10.5114 20.2482 10.5228 20.248 10.5342C21.8793 11.3569 23 13.0465 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.7613 2.22784 9.81292 4.04297 8.78223C4.39786 5.80677 6.92906 3.5 10 3.5Z\"\n fill=\"currentColor\"\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,qVACF,KAAK,eACP,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:o,size:r=24,...n})=>C.createElement(p,{...n,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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M10 3.5C11.8025 3.5 13.4168 4.29709 14.5156 5.55371C14.7555 5.51834 15.0007 5.5 15.25 5.5C18.0114 5.5 20.25 7.73858 20.25 10.5C20.25 10.5114 20.2482 10.5228 20.248 10.5342C21.8793 11.3569 23 13.0465 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.7613 2.22784 9.81292 4.04297 8.78223C4.39786 5.80677 6.92906 3.5 10 3.5Z",fill:"currentColor"})),P=l;export{l 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 3.5C11.8025 3.5 13.4168 4.29709 14.5156 5.55371C14.7555 5.51834 15.0007 5.5 15.25 5.5C18.0114 5.5 20.25 7.73858 20.25 10.5C20.25 10.5114 20.2482 10.5228 20.248 10.5342C21.8793 11.3569 23 13.0465 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.7613 2.22784 9.81292 4.04297 8.78223C4.39786 5.80677 6.92906 3.5 10 3.5Z\"\n fill=\"currentColor\"\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,qVACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloud2","props","React","CentralIconBase","IconCloud2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!v.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(C=u(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?d(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var H={};x(H,{IconTopbarHiddenTopWide:()=>i,default:()=>g});module.exports=P(H);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 8C6.22386 8 6 8.22386 6 8.5C6 8.77614 6.22386 9 6.5 9H17.5C17.7761 9 18 8.77614 18 8.5C18 8.22386 17.7761 8 17.5 8H6.5Z",fill:"currentColor"})),g=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 8C6.22386 8 6 8.22386 6 8.5C6 8.77614 6.22386 9 6.5 9H17.5C17.7761 9 18 8.77614 18 8.5C18 8.22386 17.7761 8 17.5 8H6.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,yQACF,KAAK,eACP,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 n from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(C,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 8C6.22386 8 6 8.22386 6 8.5C6 8.77614 6.22386 9 6.5 9H17.5C17.7761 9 18 8.77614 18 8.5C18 8.22386 17.7761 8 17.5 8H6.5Z",fill:"currentColor"})),v=a;export{a as IconTopbarHiddenTopWide,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 8C6.22386 8 6 8.22386 6 8.5C6 8.77614 6.22386 9 6.5 9H17.5C17.7761 9 18 8.77614 18 8.5C18 8.22386 17.7761 8 17.5 8H6.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,yQACF,KAAK,eACP,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
|
|
package/filtered-icons.json
CHANGED
|
@@ -238,6 +238,20 @@
|
|
|
238
238
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
239
239
|
"componentName": "IconAgentNetwork"
|
|
240
240
|
},
|
|
241
|
+
{
|
|
242
|
+
"category": "Code",
|
|
243
|
+
"svg": "<path d=\"M6 2C7.48647 2 8.71993 3.08118 8.95801 4.5H17C19.2091 4.5 21 6.29086 21 8.5C21 10.7091 19.2091 12.5 17 12.5H15.5C15.4865 12.5 15.4732 12.4971 15.46 12.4961L12.3535 15.6035C12.1583 15.7988 11.8417 15.7988 11.6465 15.6035L8.53906 12.4961C8.52611 12.4971 8.51321 12.5 8.5 12.5H7C5.34315 12.5 4 13.8431 4 15.5C4 17.1569 5.34315 18.5 7 18.5H15.042C15.2801 17.0812 16.5135 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.5135 22 15.2801 20.9188 15.042 19.5H7C4.79086 19.5 3 17.7091 3 15.5C3 13.2909 4.79086 11.5 7 11.5H8.5C8.51318 11.5 8.52614 11.5019 8.53906 11.5029L11.6465 8.39648L11.7246 8.33203C11.9187 8.20387 12.1827 8.22562 12.3535 8.39648L15.46 11.5029C15.4732 11.5019 15.4865 11.5 15.5 11.5H17C18.6569 11.5 20 10.1569 20 8.5C20 6.84315 18.6569 5.5 17 5.5H8.95801C8.71993 6.91882 7.48647 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\" fill=\"currentColor\"/>",
|
|
244
|
+
"iconName": "agents, connections, flow",
|
|
245
|
+
"variant": {
|
|
246
|
+
"join": "round",
|
|
247
|
+
"filled": "on",
|
|
248
|
+
"radius": "0",
|
|
249
|
+
"stroke": "1"
|
|
250
|
+
},
|
|
251
|
+
"createdAt": "2026-05-07T20:01:57.412973+00:00",
|
|
252
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
253
|
+
"componentName": "IconAgents"
|
|
254
|
+
},
|
|
241
255
|
{
|
|
242
256
|
"category": "Devices & Signals",
|
|
243
257
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3C7.02944 3 3 7.02944 3 12C3 15.3303 4.8086 18.2388 7.49958 19.7958C7.73859 19.9341 7.82024 20.24 7.68195 20.479C7.54365 20.718 7.23778 20.7997 6.99876 20.6614C4.01154 18.933 2 15.7017 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.7017 19.9884 18.933 17.0012 20.6614C16.7622 20.7997 16.4563 20.718 16.318 20.479C16.1797 20.24 16.2614 19.9341 16.5004 19.7958C19.1914 18.2388 21 15.3303 21 12C21 7.02944 16.9706 3 12 3ZM12 7C9.23858 7 7 9.23858 7 12C7 13.8496 8.004 15.4652 9.49913 16.3307C9.73812 16.469 9.81972 16.7749 9.68138 17.0139C9.54304 17.2529 9.23715 17.3345 8.99816 17.1961C7.20688 16.1593 6 14.2209 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 14.2209 16.7931 16.1593 15.0018 17.1961C14.7628 17.3345 14.457 17.2529 14.3186 17.0139C14.1803 16.7749 14.2619 16.469 14.5009 16.3307C15.996 15.4652 17 13.8496 17 12C17 9.23858 14.7614 7 12 7ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\" fill=\"currentColor\"/>",
|
|
@@ -4004,6 +4018,20 @@
|
|
|
4004
4018
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
4005
4019
|
"componentName": "IconBottle"
|
|
4006
4020
|
},
|
|
4021
|
+
{
|
|
4022
|
+
"category": "Layout",
|
|
4023
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 15C6.22386 15 6 15.2239 6 15.5C6 15.7761 6.22386 16 6.5 16H17.5C17.7761 16 18 15.7761 18 15.5C18 15.2239 17.7761 15 17.5 15H6.5Z\" fill=\"currentColor\"/>",
|
|
4024
|
+
"iconName": "bottombar-hidden-bottom-wide",
|
|
4025
|
+
"variant": {
|
|
4026
|
+
"join": "round",
|
|
4027
|
+
"filled": "on",
|
|
4028
|
+
"radius": "0",
|
|
4029
|
+
"stroke": "1"
|
|
4030
|
+
},
|
|
4031
|
+
"createdAt": "2026-05-07T09:02:01.172438+00:00",
|
|
4032
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
4033
|
+
"componentName": "IconBottombarHiddenBottomWide"
|
|
4034
|
+
},
|
|
4007
4035
|
{
|
|
4008
4036
|
"category": "Sports",
|
|
4009
4037
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM16.25 12.5C16.9404 12.5 17.5 11.9404 17.5 11.25C17.5 10.5596 16.9404 10 16.25 10C15.5596 10 15 10.5596 15 11.25C15 11.9404 15.5596 12.5 16.25 12.5ZM13.25 12.25C13.25 12.9404 12.6904 13.5 12 13.5C11.3096 13.5 10.75 12.9404 10.75 12.25C10.75 11.5596 11.3096 11 12 11C12.6904 11 13.25 11.5596 13.25 12.25ZM13.1499 9.25C13.8403 9.25 14.3999 8.69036 14.3999 8C14.3999 7.30964 13.8403 6.75 13.1499 6.75C12.4595 6.75 11.8999 7.30964 11.8999 8C11.8999 8.69036 12.4595 9.25 13.1499 9.25Z\" fill=\"currentColor\"/>",
|
|
@@ -7294,6 +7322,20 @@
|
|
|
7294
7322
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
7295
7323
|
"componentName": "IconCloud"
|
|
7296
7324
|
},
|
|
7325
|
+
{
|
|
7326
|
+
"category": "Clouds",
|
|
7327
|
+
"svg": "<path d=\"M10 3.5C11.8025 3.5 13.4168 4.29709 14.5156 5.55371C14.7555 5.51834 15.0007 5.5 15.25 5.5C18.0114 5.5 20.25 7.73858 20.25 10.5C20.25 10.5114 20.2482 10.5228 20.248 10.5342C21.8793 11.3569 23 13.0465 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.7613 2.22784 9.81292 4.04297 8.78223C4.39786 5.80677 6.92906 3.5 10 3.5Z\" fill=\"currentColor\"/>",
|
|
7328
|
+
"iconName": "cloud-2",
|
|
7329
|
+
"variant": {
|
|
7330
|
+
"join": "round",
|
|
7331
|
+
"filled": "on",
|
|
7332
|
+
"radius": "0",
|
|
7333
|
+
"stroke": "1"
|
|
7334
|
+
},
|
|
7335
|
+
"createdAt": "2026-05-07T20:01:57.412973+00:00",
|
|
7336
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
7337
|
+
"componentName": "IconCloud2"
|
|
7338
|
+
},
|
|
7297
7339
|
{
|
|
7298
7340
|
"category": "Clouds",
|
|
7299
7341
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.001 2.5C14.6389 2.50042 16.8181 4.48314 17.0586 7.03125C18.7901 7.26021 20.1367 8.719 20.1367 10.5C20.1367 12.4413 18.5364 13.9997 16.582 14H12.5V15.541C13.7563 15.7517 14.7472 16.7438 14.958 18H21.5C21.7761 18 22 18.2239 22 18.5C22 18.7761 21.7761 19 21.5 19H14.958C14.7199 20.4188 13.4865 21.5 12 21.5C10.5135 21.5 9.28007 20.4188 9.04199 19H2.5C2.22386 19 2 18.7761 2 18.5C2 18.2239 2.22386 18 2.5 18H9.04199C9.25279 16.7438 10.2437 15.7517 11.5 15.541V14H8.18262C5.80628 14 3.86426 12.1057 3.86426 9.75C3.86426 7.69276 5.34596 5.98769 7.30371 5.58887C8.06794 3.77255 9.88601 2.5 12.001 2.5ZM12 16.5C10.8954 16.5 10 17.3954 10 18.5C10 19.6046 10.8954 20.5 12 20.5C13.1046 20.5 14 19.6046 14 18.5C14 17.3954 13.1046 16.5 12 16.5Z\" fill=\"currentColor\"/>",
|
|
@@ -25508,6 +25550,20 @@
|
|
|
25508
25550
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
25509
25551
|
"componentName": "IconToolbox"
|
|
25510
25552
|
},
|
|
25553
|
+
{
|
|
25554
|
+
"category": "Layout",
|
|
25555
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM6.5 8C6.22386 8 6 8.22386 6 8.5C6 8.77614 6.22386 9 6.5 9H17.5C17.7761 9 18 8.77614 18 8.5C18 8.22386 17.7761 8 17.5 8H6.5Z\" fill=\"currentColor\"/>",
|
|
25556
|
+
"iconName": "topbar-hidden-top-wide",
|
|
25557
|
+
"variant": {
|
|
25558
|
+
"join": "round",
|
|
25559
|
+
"filled": "on",
|
|
25560
|
+
"radius": "0",
|
|
25561
|
+
"stroke": "1"
|
|
25562
|
+
},
|
|
25563
|
+
"createdAt": "2026-05-07T09:02:01.172438+00:00",
|
|
25564
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
25565
|
+
"componentName": "IconTopbarHiddenTopWide"
|
|
25566
|
+
},
|
|
25511
25567
|
{
|
|
25512
25568
|
"category": "Food",
|
|
25513
25569
|
"svg": "<path d=\"M17.0045 4.88853L17.0692 5.00047C19.7987 5.0375 22 7.26168 22 10C22 12.0503 20.7659 13.8124 19 14.584V17H5V14.584C3.2341 13.8124 2 12.0503 2 10C2 7.2612 4.20205 5.03671 6.93224 5.00045C7.9144 3.21213 9.81562 2 11.9999 2C14.1392 2 16.0062 3.16285 17.0045 4.88853Z\" fill=\"currentColor\"/><path d=\"M5 18V21.5C5 21.7761 5.22386 22 5.5 22H18.5C18.7761 22 19 21.7761 19 21.5V18H5Z\" fill=\"currentColor\"/>",
|
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-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.227",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-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": 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",
|
|
@@ -1178,12 +1180,13 @@
|
|
|
1178
1180
|
]
|
|
1179
1181
|
},
|
|
1180
1182
|
"Layout": {
|
|
1181
|
-
"count":
|
|
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";
|