@central-icons-react-native/round-filled-radius-3-stroke-1.5 1.1.166 → 1.1.168

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 IconAgentNetwork: FC<CentralIconBaseProps>;
4
+ export default IconAgentNetwork;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!d.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=u(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>l(t({},"__esModule",{value:!0}),o);var P={};g(P,{IconAgentNetwork:()=>L,default:()=>x});module.exports=v(P);var n=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"),L=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 2.25C10.7361 2.25 12.5668 3.97704 12.7354 6.16992L15.4277 6.43848C15.8677 5.16487 17.0768 4.25 18.5 4.25C20.2949 4.25 21.75 5.70507 21.75 7.5C21.75 9.29493 20.2949 10.75 18.5 10.75C18.4361 10.75 18.3726 10.7478 18.3096 10.7441L17.4199 13.708C18.8023 14.4093 19.75 15.8438 19.75 17.5C19.75 19.8472 17.8472 21.75 15.5 21.75C13.2639 21.75 11.4322 20.023 11.2637 17.8301L8.57129 17.5615C8.13122 18.835 6.92305 19.75 5.5 19.75C3.70507 19.75 2.25 18.2949 2.25 16.5C2.25 14.7051 3.70507 13.25 5.5 13.25C5.56358 13.25 5.62677 13.2513 5.68945 13.2549L6.5791 10.291C5.19731 9.58948 4.25 8.15577 4.25 6.5C4.25 4.15279 6.15279 2.25 8.5 2.25ZM10.1123 10.4316C9.61494 10.6358 9.07095 10.75 8.5 10.75C8.33617 10.75 8.17463 10.7397 8.01562 10.7217L7.12695 13.6865C7.97901 14.1803 8.58548 15.0497 8.7207 16.0684L11.4121 16.3379C11.6289 15.5739 12.053 14.8975 12.6211 14.374L10.1123 10.4316ZM12.5869 7.66211C12.3701 8.42598 11.946 9.10158 11.3779 9.625L13.8857 13.5674C14.3835 13.3629 14.9285 13.25 15.5 13.25C15.6635 13.25 15.8247 13.2594 15.9834 13.2773L16.873 10.3125C16.0212 9.81865 15.4135 8.95023 15.2783 7.93164L12.5869 7.66211Z",fill:"currentColor"})),x=L;0&&(module.exports={IconAgentNetwork});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAgentNetwork/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 IconAgentNetwork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.5 2.25C10.7361 2.25 12.5668 3.97704 12.7354 6.16992L15.4277 6.43848C15.8677 5.16487 17.0768 4.25 18.5 4.25C20.2949 4.25 21.75 5.70507 21.75 7.5C21.75 9.29493 20.2949 10.75 18.5 10.75C18.4361 10.75 18.3726 10.7478 18.3096 10.7441L17.4199 13.708C18.8023 14.4093 19.75 15.8438 19.75 17.5C19.75 19.8472 17.8472 21.75 15.5 21.75C13.2639 21.75 11.4322 20.023 11.2637 17.8301L8.57129 17.5615C8.13122 18.835 6.92305 19.75 5.5 19.75C3.70507 19.75 2.25 18.2949 2.25 16.5C2.25 14.7051 3.70507 13.25 5.5 13.25C5.56358 13.25 5.62677 13.2513 5.68945 13.2549L6.5791 10.291C5.19731 9.58948 4.25 8.15577 4.25 6.5C4.25 4.15279 6.15279 2.25 8.5 2.25ZM10.1123 10.4316C9.61494 10.6358 9.07095 10.75 8.5 10.75C8.33617 10.75 8.17463 10.7397 8.01562 10.7217L7.12695 13.6865C7.97901 14.1803 8.58548 15.0497 8.7207 16.0684L11.4121 16.3379C11.6289 15.5739 12.053 14.8975 12.6211 14.374L10.1123 10.4316ZM12.5869 7.66211C12.3701 8.42598 11.946 9.10158 11.3779 9.625L13.8857 13.5674C14.3835 13.3629 14.9285 13.25 15.5 13.25C15.6635 13.25 15.8247 13.2594 15.9834 13.2773L16.873 10.3125C16.0212 9.81865 15.4135 8.95023 15.2783 7.93164L12.5869 7.66211Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgentNetwork;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qmCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAgentNetwork_exports","__export","IconAgentNetwork","IconAgentNetwork_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAgentNetwork","props","React","CentralIconBase","IconAgentNetwork_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 2.25C10.7361 2.25 12.5668 3.97704 12.7354 6.16992L15.4277 6.43848C15.8677 5.16487 17.0768 4.25 18.5 4.25C20.2949 4.25 21.75 5.70507 21.75 7.5C21.75 9.29493 20.2949 10.75 18.5 10.75C18.4361 10.75 18.3726 10.7478 18.3096 10.7441L17.4199 13.708C18.8023 14.4093 19.75 15.8438 19.75 17.5C19.75 19.8472 17.8472 21.75 15.5 21.75C13.2639 21.75 11.4322 20.023 11.2637 17.8301L8.57129 17.5615C8.13122 18.835 6.92305 19.75 5.5 19.75C3.70507 19.75 2.25 18.2949 2.25 16.5C2.25 14.7051 3.70507 13.25 5.5 13.25C5.56358 13.25 5.62677 13.2513 5.68945 13.2549L6.5791 10.291C5.19731 9.58948 4.25 8.15577 4.25 6.5C4.25 4.15279 6.15279 2.25 8.5 2.25ZM10.1123 10.4316C9.61494 10.6358 9.07095 10.75 8.5 10.75C8.33617 10.75 8.17463 10.7397 8.01562 10.7217L7.12695 13.6865C7.97901 14.1803 8.58548 15.0497 8.7207 16.0684L11.4121 16.3379C11.6289 15.5739 12.053 14.8975 12.6211 14.374L10.1123 10.4316ZM12.5869 7.66211C12.3701 8.42598 11.946 9.10158 11.3779 9.625L13.8857 13.5674C14.3835 13.3629 14.9285 13.25 15.5 13.25C15.6635 13.25 15.8247 13.2594 15.9834 13.2773L16.873 10.3125C16.0212 9.81865 15.4135 8.95023 15.2783 7.93164L12.5869 7.66211Z",fill:"currentColor"})),d=a;export{a as IconAgentNetwork,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAgentNetwork/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 IconAgentNetwork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.5 2.25C10.7361 2.25 12.5668 3.97704 12.7354 6.16992L15.4277 6.43848C15.8677 5.16487 17.0768 4.25 18.5 4.25C20.2949 4.25 21.75 5.70507 21.75 7.5C21.75 9.29493 20.2949 10.75 18.5 10.75C18.4361 10.75 18.3726 10.7478 18.3096 10.7441L17.4199 13.708C18.8023 14.4093 19.75 15.8438 19.75 17.5C19.75 19.8472 17.8472 21.75 15.5 21.75C13.2639 21.75 11.4322 20.023 11.2637 17.8301L8.57129 17.5615C8.13122 18.835 6.92305 19.75 5.5 19.75C3.70507 19.75 2.25 18.2949 2.25 16.5C2.25 14.7051 3.70507 13.25 5.5 13.25C5.56358 13.25 5.62677 13.2513 5.68945 13.2549L6.5791 10.291C5.19731 9.58948 4.25 8.15577 4.25 6.5C4.25 4.15279 6.15279 2.25 8.5 2.25ZM10.1123 10.4316C9.61494 10.6358 9.07095 10.75 8.5 10.75C8.33617 10.75 8.17463 10.7397 8.01562 10.7217L7.12695 13.6865C7.97901 14.1803 8.58548 15.0497 8.7207 16.0684L11.4121 16.3379C11.6289 15.5739 12.053 14.8975 12.6211 14.374L10.1123 10.4316ZM12.5869 7.66211C12.3701 8.42598 11.946 9.10158 11.3779 9.625L13.8857 13.5674C14.3835 13.3629 14.9285 13.25 15.5 13.25C15.6635 13.25 15.8247 13.2594 15.9834 13.2773L16.873 10.3125C16.0212 9.81865 15.4135 8.95023 15.2783 7.93164L12.5869 7.66211Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgentNetwork;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qmCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAgentNetwork","props","React","CentralIconBase","IconAgentNetwork_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconDashboardMiddle:()=>i,default:()=>h});module.exports=g(v);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M3.06641 16.5C4.71322 19.7626 8.09488 22 11.9991 22C15.9034 22 19.285 19.7626 20.9318 16.5H3.06641Z",fill:"currentColor"})),h=i;0&&(module.exports={IconDashboardMiddle});
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconDashboardMiddle:()=>i,default:()=>h});module.exports=g(v);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M3.07031 16.5C4.71713 19.7626 8.09879 22 12.003 22C15.9073 22 19.2889 19.7626 20.9357 16.5H3.07031Z",fill:"currentColor"})),h=i;0&&(module.exports={IconDashboardMiddle});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconDashboardMiddle/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 IconDashboardMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.06641 16.5C4.71322 19.7626 8.09488 22 11.9991 22C15.9034 22 19.285 19.7626 20.9318 16.5H3.06641Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDashboardMiddle;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDashboardMiddle_exports","__export","IconDashboardMiddle","IconDashboardMiddle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDashboardMiddle","props","React","CentralIconBase","IconDashboardMiddle_default"]}
1
+ {"version":3,"sources":["../src/IconDashboardMiddle/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 IconDashboardMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.07031 16.5C4.71713 19.7626 8.09879 22 12.003 22C15.9073 22 19.2889 19.7626 20.9357 16.5H3.07031Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDashboardMiddle;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDashboardMiddle_exports","__export","IconDashboardMiddle","IconDashboardMiddle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDashboardMiddle","props","React","CentralIconBase","IconDashboardMiddle_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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=>t.createElement(e,{...o},t.createElement(n,{d:"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z",fill:"currentColor"}),t.createElement(n,{d:"M3.06641 16.5C4.71322 19.7626 8.09488 22 11.9991 22C15.9034 22 19.285 19.7626 20.9318 16.5H3.06641Z",fill:"currentColor"})),x=a;export{a as IconDashboardMiddle,x as default};
1
+ import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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=>t.createElement(e,{...o},t.createElement(n,{d:"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z",fill:"currentColor"}),t.createElement(n,{d:"M3.07031 16.5C4.71713 19.7626 8.09879 22 12.003 22C15.9073 22 19.2889 19.7626 20.9357 16.5H3.07031Z",fill:"currentColor"})),x=a;export{a as IconDashboardMiddle,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconDashboardMiddle/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 IconDashboardMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.06641 16.5C4.71322 19.7626 8.09488 22 11.9991 22C15.9034 22 19.285 19.7626 20.9318 16.5H3.06641Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDashboardMiddle;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDashboardMiddle","props","React","CentralIconBase","IconDashboardMiddle_default"]}
1
+ {"version":3,"sources":["../src/IconDashboardMiddle/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 IconDashboardMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.07031 16.5C4.71713 19.7626 8.09879 22 12.003 22C15.9073 22 19.2889 19.7626 20.9357 16.5H3.07031Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDashboardMiddle;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDashboardMiddle","props","React","CentralIconBase","IconDashboardMiddle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLightbulbSparkle: FC<CentralIconBaseProps>;
4
+ export default IconLightbulbSparkle;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=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 B(o))!g.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=u(o,t))||p.enumerable});return r};var l=(r,o,C)=>(C=r!=null?i(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 h={};x(h,{IconLightbulbSparkle:()=>L,default:()=>b});module.exports=P(h);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"),L=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M16 18.999C15.9999 21.2087 14.2087 23 11.999 23C9.7893 23 7.99816 21.2087 7.99805 18.999V18.5H16V18.999ZM11.999 2C16.4177 2.00005 20 5.58224 20 10.001C20 12.5861 18.7732 14.8852 16.873 16.3467C16.596 16.5597 16.3042 16.7547 16 16.9307V17H7.99805V16.9307C7.69389 16.7547 7.402 16.5597 7.125 16.3467C5.22482 14.8853 3.99808 12.5861 3.99805 10.001C3.99805 5.58221 7.58026 2 11.999 2ZM12 6C11.7591 6 11.5426 6.1482 11.4561 6.37305L10.7598 8.18555C10.6582 8.44944 10.4494 8.65819 10.1855 8.75977L8.37305 9.45605C8.1482 9.5426 8 9.75906 8 10C8 10.2409 8.1482 10.4574 8.37305 10.5439L10.1855 11.2402C10.4494 11.3418 10.6582 11.5506 10.7598 11.8145L11.4561 13.627C11.5426 13.8518 11.7591 14 12 14C12.2409 14 12.4574 13.8518 12.5439 13.627L13.2402 11.8145C13.3418 11.5506 13.5506 11.3418 13.8145 11.2402L15.627 10.5439C15.8518 10.4574 16 10.2409 16 10C16 9.75906 15.8518 9.5426 15.627 9.45605L13.8145 8.75977C13.5506 8.65819 13.3418 8.44944 13.2402 8.18555L12.5439 6.37305C12.4574 6.1482 12.2409 6 12 6Z",fill:"currentColor"})),b=L;0&&(module.exports={IconLightbulbSparkle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLightbulbSparkle/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 IconLightbulbSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 18.999C15.9999 21.2087 14.2087 23 11.999 23C9.7893 23 7.99816 21.2087 7.99805 18.999V18.5H16V18.999ZM11.999 2C16.4177 2.00005 20 5.58224 20 10.001C20 12.5861 18.7732 14.8852 16.873 16.3467C16.596 16.5597 16.3042 16.7547 16 16.9307V17H7.99805V16.9307C7.69389 16.7547 7.402 16.5597 7.125 16.3467C5.22482 14.8853 3.99808 12.5861 3.99805 10.001C3.99805 5.58221 7.58026 2 11.999 2ZM12 6C11.7591 6 11.5426 6.1482 11.4561 6.37305L10.7598 8.18555C10.6582 8.44944 10.4494 8.65819 10.1855 8.75977L8.37305 9.45605C8.1482 9.5426 8 9.75906 8 10C8 10.2409 8.1482 10.4574 8.37305 10.5439L10.1855 11.2402C10.4494 11.3418 10.6582 11.5506 10.7598 11.8145L11.4561 13.627C11.5426 13.8518 11.7591 14 12 14C12.2409 14 12.4574 13.8518 12.5439 13.627L13.2402 11.8145C13.3418 11.5506 13.5506 11.3418 13.8145 11.2402L15.627 10.5439C15.8518 10.4574 16 10.2409 16 10C16 9.75906 15.8518 9.5426 15.627 9.45605L13.8145 8.75977C13.5506 8.65819 13.3418 8.44944 13.2402 8.18555L12.5439 6.37305C12.4574 6.1482 12.2409 6 12 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLightbulbSparkle;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,q+BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLightbulbSparkle_exports","__export","IconLightbulbSparkle","IconLightbulbSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLightbulbSparkle","props","React","CentralIconBase","IconLightbulbSparkle_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:"M16 18.999C15.9999 21.2087 14.2087 23 11.999 23C9.7893 23 7.99816 21.2087 7.99805 18.999V18.5H16V18.999ZM11.999 2C16.4177 2.00005 20 5.58224 20 10.001C20 12.5861 18.7732 14.8852 16.873 16.3467C16.596 16.5597 16.3042 16.7547 16 16.9307V17H7.99805V16.9307C7.69389 16.7547 7.402 16.5597 7.125 16.3467C5.22482 14.8853 3.99808 12.5861 3.99805 10.001C3.99805 5.58221 7.58026 2 11.999 2ZM12 6C11.7591 6 11.5426 6.1482 11.4561 6.37305L10.7598 8.18555C10.6582 8.44944 10.4494 8.65819 10.1855 8.75977L8.37305 9.45605C8.1482 9.5426 8 9.75906 8 10C8 10.2409 8.1482 10.4574 8.37305 10.5439L10.1855 11.2402C10.4494 11.3418 10.6582 11.5506 10.7598 11.8145L11.4561 13.627C11.5426 13.8518 11.7591 14 12 14C12.2409 14 12.4574 13.8518 12.5439 13.627L13.2402 11.8145C13.3418 11.5506 13.5506 11.3418 13.8145 11.2402L15.627 10.5439C15.8518 10.4574 16 10.2409 16 10C16 9.75906 15.8518 9.5426 15.627 9.45605L13.8145 8.75977C13.5506 8.65819 13.3418 8.44944 13.2402 8.18555L12.5439 6.37305C12.4574 6.1482 12.2409 6 12 6Z",fill:"currentColor"})),g=l;export{l as IconLightbulbSparkle,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLightbulbSparkle/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 IconLightbulbSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 18.999C15.9999 21.2087 14.2087 23 11.999 23C9.7893 23 7.99816 21.2087 7.99805 18.999V18.5H16V18.999ZM11.999 2C16.4177 2.00005 20 5.58224 20 10.001C20 12.5861 18.7732 14.8852 16.873 16.3467C16.596 16.5597 16.3042 16.7547 16 16.9307V17H7.99805V16.9307C7.69389 16.7547 7.402 16.5597 7.125 16.3467C5.22482 14.8853 3.99808 12.5861 3.99805 10.001C3.99805 5.58221 7.58026 2 11.999 2ZM12 6C11.7591 6 11.5426 6.1482 11.4561 6.37305L10.7598 8.18555C10.6582 8.44944 10.4494 8.65819 10.1855 8.75977L8.37305 9.45605C8.1482 9.5426 8 9.75906 8 10C8 10.2409 8.1482 10.4574 8.37305 10.5439L10.1855 11.2402C10.4494 11.3418 10.6582 11.5506 10.7598 11.8145L11.4561 13.627C11.5426 13.8518 11.7591 14 12 14C12.2409 14 12.4574 13.8518 12.5439 13.627L13.2402 11.8145C13.3418 11.5506 13.5506 11.3418 13.8145 11.2402L15.627 10.5439C15.8518 10.4574 16 10.2409 16 10C16 9.75906 15.8518 9.5426 15.627 9.45605L13.8145 8.75977C13.5506 8.65819 13.3418 8.44944 13.2402 8.18555L12.5439 6.37305C12.4574 6.1482 12.2409 6 12 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLightbulbSparkle;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,q+BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLightbulbSparkle","props","React","CentralIconBase","IconLightbulbSparkle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconProgressArc: FC<CentralIconBaseProps>;
4
+ export default IconProgressArc;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var P=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=P(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?I(i(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};x(y,{IconProgressArc:()=>B,default:()=>h});module.exports=v(y);var p=s(require("react"));var l=s(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(m.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"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12L18.7549 16.2861C19.5224 15.0766 19.9511 13.6828 19.9961 12.251C20.041 10.8191 19.7009 9.40091 19.0107 8.14551C18.3205 6.89013 17.3054 5.84352 16.0723 5.11426C14.8391 4.38495 13.4327 4 12 4V12Z",fill:"currentColor"})),h=B;0&&(module.exports={IconProgressArc});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconProgressArc/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 IconProgressArc: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12L18.7549 16.2861C19.5224 15.0766 19.9511 13.6828 19.9961 12.251C20.041 10.8191 19.7009 9.40091 19.0107 8.14551C18.3205 6.89013 17.3054 5.84352 16.0723 5.11426C14.8391 4.38495 13.4327 4 12 4V12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgressArc;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0TACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconProgressArc_exports","__export","IconProgressArc","IconProgressArc_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconProgressArc","props","React","CentralIconBase","IconProgressArc_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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 s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12L18.7549 16.2861C19.5224 15.0766 19.9511 13.6828 19.9961 12.251C20.041 10.8191 19.7009 9.40091 19.0107 8.14551C18.3205 6.89013 17.3054 5.84352 16.0723 5.11426C14.8391 4.38495 13.4327 4 12 4V12Z",fill:"currentColor"})),u=s;export{s as IconProgressArc,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconProgressArc/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 IconProgressArc: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12L18.7549 16.2861C19.5224 15.0766 19.9511 13.6828 19.9961 12.251C20.041 10.8191 19.7009 9.40091 19.0107 8.14551C18.3205 6.89013 17.3054 5.84352 16.0723 5.11426C14.8391 4.38495 13.4327 4 12 4V12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgressArc;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0TACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconProgressArc","props","React","CentralIconBase","IconProgressArc_default"]}
package/README.md CHANGED
@@ -177,6 +177,7 @@ Below is a complete list of available icons:
177
177
  - IconImagesSparkle
178
178
  - IconImagine
179
179
  - IconImagineAi
180
+ - IconLightbulbSparkle
180
181
  - IconListSparkle
181
182
  - IconLiveVoiceTranslate
182
183
  - IconLocationSparkle
@@ -567,6 +568,7 @@ Below is a complete list of available icons:
567
568
 
568
569
  ### Devices & Signals
569
570
 
571
+ - IconAgentNetwork
570
572
  - IconAirdrop
571
573
  - IconAirplay
572
574
  - IconAirplayAudio
@@ -1137,9 +1139,9 @@ Below is a complete list of available icons:
1137
1139
  - IconPlusSmall
1138
1140
  - IconPreview
1139
1141
  - IconProgress100
1140
- - IconProgress25
1141
1142
  - IconProgress50
1142
1143
  - IconProgress75
1144
+ - IconProgressArc
1143
1145
  - IconQrCode
1144
1146
  - IconQuickSearch
1145
1147
  - IconReview
@@ -210,6 +210,20 @@
210
210
  "packageName": "round-filled-radius-3-stroke-1.5",
211
211
  "componentName": "IconAgenticCoding"
212
212
  },
213
+ {
214
+ "category": "Devices & Signals",
215
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 2.25C10.7361 2.25 12.5668 3.97704 12.7354 6.16992L15.4277 6.43848C15.8677 5.16487 17.0768 4.25 18.5 4.25C20.2949 4.25 21.75 5.70507 21.75 7.5C21.75 9.29493 20.2949 10.75 18.5 10.75C18.4361 10.75 18.3726 10.7478 18.3096 10.7441L17.4199 13.708C18.8023 14.4093 19.75 15.8438 19.75 17.5C19.75 19.8472 17.8472 21.75 15.5 21.75C13.2639 21.75 11.4322 20.023 11.2637 17.8301L8.57129 17.5615C8.13122 18.835 6.92305 19.75 5.5 19.75C3.70507 19.75 2.25 18.2949 2.25 16.5C2.25 14.7051 3.70507 13.25 5.5 13.25C5.56358 13.25 5.62677 13.2513 5.68945 13.2549L6.5791 10.291C5.19731 9.58948 4.25 8.15577 4.25 6.5C4.25 4.15279 6.15279 2.25 8.5 2.25ZM10.1123 10.4316C9.61494 10.6358 9.07095 10.75 8.5 10.75C8.33617 10.75 8.17463 10.7397 8.01562 10.7217L7.12695 13.6865C7.97901 14.1803 8.58548 15.0497 8.7207 16.0684L11.4121 16.3379C11.6289 15.5739 12.053 14.8975 12.6211 14.374L10.1123 10.4316ZM12.5869 7.66211C12.3701 8.42598 11.946 9.10158 11.3779 9.625L13.8857 13.5674C14.3835 13.3629 14.9285 13.25 15.5 13.25C15.6635 13.25 15.8247 13.2594 15.9834 13.2773L16.873 10.3125C16.0212 9.81865 15.4135 8.95023 15.2783 7.93164L12.5869 7.66211Z\" fill=\"currentColor\"/>",
216
+ "iconName": "agent-network, connections, atoms",
217
+ "variant": {
218
+ "join": "round",
219
+ "filled": "on",
220
+ "radius": "3",
221
+ "stroke": "1.5"
222
+ },
223
+ "createdAt": "2026-03-18T10:00:55.038177+00:00",
224
+ "packageName": "round-filled-radius-3-stroke-1.5",
225
+ "componentName": "IconAgentNetwork"
226
+ },
213
227
  {
214
228
  "category": "Devices & Signals",
215
229
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 15.1449 5.20759 17.8919 7.74979 19.3629C8.10831 19.5703 8.23079 20.0291 8.02334 20.3876C7.8159 20.7462 7.35709 20.8686 6.99857 20.6612C4.01201 18.9332 2 15.702 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.702 19.988 18.9332 17.0014 20.6612C16.6429 20.8687 16.184 20.7462 15.9766 20.3877C15.7692 20.0292 15.8916 19.5703 16.2502 19.3629C18.7924 17.892 20.5 15.145 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 13.619 8.35449 15.0391 9.64066 15.8328C9.99316 16.0503 10.1026 16.5124 9.88504 16.8649C9.66752 17.2174 9.20542 17.3268 8.85292 17.1093C7.14258 16.0538 6 14.1607 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 14.1607 16.8574 16.0538 15.1471 17.1093C14.7946 17.3268 14.3325 17.2174 14.115 16.8649C13.8974 16.5124 14.0068 16.0503 14.3593 15.8328C15.6455 15.0391 16.5 13.619 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5ZM10 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\"/>",
@@ -8486,7 +8500,7 @@
8486
8500
  },
8487
8501
  {
8488
8502
  "category": "Things",
8489
- "svg": "<path d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z\" fill=\"currentColor\"/><path d=\"M3.06641 16.5C4.71322 19.7626 8.09488 22 11.9991 22C15.9034 22 19.285 19.7626 20.9318 16.5H3.06641Z\" fill=\"currentColor\"/>",
8503
+ "svg": "<path d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1108 21.8189 14.1793 21.4846 15.1776C21.3539 15.0668 21.1847 15 21 15H12.75V8.75C12.75 8.33579 12.4142 8 12 8C11.5858 8 11.25 8.33579 11.25 8.75V15H3C2.81526 15 2.64612 15.0668 2.51541 15.1776C2.18111 14.1793 2 13.1108 2 12Z\" fill=\"currentColor\"/><path d=\"M3.07031 16.5C4.71713 19.7626 8.09879 22 12.003 22C15.9073 22 19.2889 19.7626 20.9357 16.5H3.07031Z\" fill=\"currentColor\"/>",
8490
8504
  "iconName": "dashboard-middle",
8491
8505
  "variant": {
8492
8506
  "join": "round",
@@ -14560,6 +14574,20 @@
14560
14574
  "packageName": "round-filled-radius-3-stroke-1.5",
14561
14575
  "componentName": "IconLightBulbSimple"
14562
14576
  },
14577
+ {
14578
+ "category": "AI & Magic",
14579
+ "svg": "<path d=\"M16 18.999C15.9999 21.2087 14.2087 23 11.999 23C9.7893 23 7.99816 21.2087 7.99805 18.999V18.5H16V18.999ZM11.999 2C16.4177 2.00005 20 5.58224 20 10.001C20 12.5861 18.7732 14.8852 16.873 16.3467C16.596 16.5597 16.3042 16.7547 16 16.9307V17H7.99805V16.9307C7.69389 16.7547 7.402 16.5597 7.125 16.3467C5.22482 14.8853 3.99808 12.5861 3.99805 10.001C3.99805 5.58221 7.58026 2 11.999 2ZM12 6C11.7591 6 11.5426 6.1482 11.4561 6.37305L10.7598 8.18555C10.6582 8.44944 10.4494 8.65819 10.1855 8.75977L8.37305 9.45605C8.1482 9.5426 8 9.75906 8 10C8 10.2409 8.1482 10.4574 8.37305 10.5439L10.1855 11.2402C10.4494 11.3418 10.6582 11.5506 10.7598 11.8145L11.4561 13.627C11.5426 13.8518 11.7591 14 12 14C12.2409 14 12.4574 13.8518 12.5439 13.627L13.2402 11.8145C13.3418 11.5506 13.5506 11.3418 13.8145 11.2402L15.627 10.5439C15.8518 10.4574 16 10.2409 16 10C16 9.75906 15.8518 9.5426 15.627 9.45605L13.8145 8.75977C13.5506 8.65819 13.3418 8.44944 13.2402 8.18555L12.5439 6.37305C12.4574 6.1482 12.2409 6 12 6Z\" fill=\"currentColor\"/>",
14580
+ "iconName": "lightbulb-sparkle, idea, reasoning, think",
14581
+ "variant": {
14582
+ "join": "round",
14583
+ "filled": "on",
14584
+ "radius": "3",
14585
+ "stroke": "1.5"
14586
+ },
14587
+ "createdAt": "2026-03-18T09:00:50.796635+00:00",
14588
+ "packageName": "round-filled-radius-3-stroke-1.5",
14589
+ "componentName": "IconLightbulbSparkle"
14590
+ },
14563
14591
  {
14564
14592
  "category": "Weather",
14565
14593
  "svg": "<path d=\"M9.32916 2C8.70285 2 8.12428 2.33472 7.81208 2.87768L3.21208 10.8777C2.54125 12.0443 3.38339 13.5 4.72916 13.5H7.67252C7.83072 13.5 7.94915 13.6451 7.91745 13.8001L6.68268 19.8386C6.33503 21.5388 8.40755 22.6537 9.63464 21.4267L20.5739 10.4874C21.6763 9.385 20.8955 7.5 19.3364 7.5H16.8687C16.6828 7.5 16.562 7.30442 16.6451 7.1382L17.9479 4.53262C18.5296 3.36905 17.6835 2 16.3826 2H9.32916Z\" fill=\"currentColor\"/>",
@@ -18972,8 +19000,8 @@
18972
19000
  },
18973
19001
  {
18974
19002
  "category": "Interface General",
18975
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12H19.5C19.5 7.85786 16.1421 4.5 12 4.5V12Z\" fill=\"currentColor\"/>",
18976
- "iconName": "progress-25, ideas, open, status, task",
19003
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V19.5Z\" fill=\"currentColor\"/>",
19004
+ "iconName": "progress-50, ideas, open, status, tas",
18977
19005
  "variant": {
18978
19006
  "join": "round",
18979
19007
  "filled": "on",
@@ -18982,12 +19010,12 @@
18982
19010
  },
18983
19011
  "createdAt": "2025-11-14T21:00:57.563615+00:00",
18984
19012
  "packageName": "round-filled-radius-3-stroke-1.5",
18985
- "componentName": "IconProgress25"
19013
+ "componentName": "IconProgress50"
18986
19014
  },
18987
19015
  {
18988
19016
  "category": "Interface General",
18989
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V19.5Z\" fill=\"currentColor\"/>",
18990
- "iconName": "progress-50, ideas, open, status, tas",
19017
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12H4.5C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V12Z\" fill=\"currentColor\"/>",
19018
+ "iconName": "progress-75, ideas, open, status, tas",
18991
19019
  "variant": {
18992
19020
  "join": "round",
18993
19021
  "filled": "on",
@@ -18996,21 +19024,21 @@
18996
19024
  },
18997
19025
  "createdAt": "2025-11-14T21:00:57.563615+00:00",
18998
19026
  "packageName": "round-filled-radius-3-stroke-1.5",
18999
- "componentName": "IconProgress50"
19027
+ "componentName": "IconProgress75"
19000
19028
  },
19001
19029
  {
19002
19030
  "category": "Interface General",
19003
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12H4.5C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V12Z\" fill=\"currentColor\"/>",
19004
- "iconName": "progress-75, ideas, open, status, tas",
19031
+ "svg": "<path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12L18.7549 16.2861C19.5224 15.0766 19.9511 13.6828 19.9961 12.251C20.041 10.8191 19.7009 9.40091 19.0107 8.14551C18.3205 6.89013 17.3054 5.84352 16.0723 5.11426C14.8391 4.38495 13.4327 4 12 4V12Z\" fill=\"currentColor\"/>",
19032
+ "iconName": "progress-arc, progress-dynamic, ideas, open, status, task",
19005
19033
  "variant": {
19006
19034
  "join": "round",
19007
19035
  "filled": "on",
19008
19036
  "radius": "3",
19009
19037
  "stroke": "1.5"
19010
19038
  },
19011
- "createdAt": "2025-11-14T21:00:57.563615+00:00",
19039
+ "createdAt": "2026-03-18T08:01:02.568962+00:00",
19012
19040
  "packageName": "round-filled-radius-3-stroke-1.5",
19013
- "componentName": "IconProgress75"
19041
+ "componentName": "IconProgressArc"
19014
19042
  },
19015
19043
  {
19016
19044
  "category": "Layout",
package/icons/index.d.ts CHANGED
@@ -14,6 +14,7 @@ export type CentralIconName =
14
14
  | "IconAffinity"
15
15
  | "IconAgent"
16
16
  | "IconAgenticCoding"
17
+ | "IconAgentNetwork"
17
18
  | "IconAirdrop"
18
19
  | "IconAirdrop2"
19
20
  | "IconAirplane"
@@ -1039,6 +1040,7 @@ export type CentralIconName =
1039
1040
  | "IconLightBulb"
1040
1041
  | "IconLightbulbGlow"
1041
1042
  | "IconLightBulbSimple"
1043
+ | "IconLightbulbSparkle"
1042
1044
  | "IconLightning"
1043
1045
  | "IconLimit"
1044
1046
  | "IconLinear"
@@ -1354,9 +1356,9 @@ export type CentralIconName =
1354
1356
  | "IconProcessor"
1355
1357
  | "IconProducthunt"
1356
1358
  | "IconProgress100"
1357
- | "IconProgress25"
1358
1359
  | "IconProgress50"
1359
1360
  | "IconProgress75"
1361
+ | "IconProgressArc"
1360
1362
  | "IconProjects"
1361
1363
  | "IconPrompt"
1362
1364
  | "IconPrompt1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-1.5",
3
- "version": "1.1.166",
3
+ "version": "1.1.168",
4
4
  "style": "round-filled-radius-3-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1.5/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1888,
14
+ "totalIcons": 1890,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 71,
17
+ "count": 72,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -47,6 +47,7 @@
47
47
  "IconImagesSparkle",
48
48
  "IconImagine",
49
49
  "IconImagineAi",
50
+ "IconLightbulbSparkle",
50
51
  "IconListSparkle",
51
52
  "IconLiveVoiceTranslate",
52
53
  "IconLocationSparkle",
@@ -453,8 +454,9 @@
453
454
  ]
454
455
  },
455
456
  "Devices & Signals": {
456
- "count": 75,
457
+ "count": 76,
457
458
  "icons": [
459
+ "IconAgentNetwork",
458
460
  "IconAirdrop",
459
461
  "IconAirplay",
460
462
  "IconAirplayAudio",
@@ -1045,9 +1047,9 @@
1045
1047
  "IconPlusSmall",
1046
1048
  "IconPreview",
1047
1049
  "IconProgress100",
1048
- "IconProgress25",
1049
1050
  "IconProgress50",
1050
1051
  "IconProgress75",
1052
+ "IconProgressArc",
1051
1053
  "IconQrCode",
1052
1054
  "IconQuickSearch",
1053
1055
  "IconReview",
@@ -2105,6 +2107,7 @@
2105
2107
  "IconAffinity": "affinity",
2106
2108
  "IconAgent": "agent, flow, diagram, org",
2107
2109
  "IconAgenticCoding": "agentic-coding, ai-code, vibe-code",
2110
+ "IconAgentNetwork": "agent-network, connections, atoms",
2108
2111
  "IconAirdrop": "airdrop, file-sharing, radar",
2109
2112
  "IconAirdrop2": "airdrop-2, free, drop, parachute",
2110
2113
  "IconAirplane": "airplane, flight",
@@ -3130,6 +3133,7 @@
3130
3133
  "IconLightBulb": "light-bulb, idea, light",
3131
3134
  "IconLightbulbGlow": "lightbulb-glow, idea, reasoning, think",
3132
3135
  "IconLightBulbSimple": "light-bulb-simple, idea",
3136
+ "IconLightbulbSparkle": "lightbulb-sparkle, idea, reasoning, think",
3133
3137
  "IconLightning": "lightning, zap, flash, thunder",
3134
3138
  "IconLimit": "limit",
3135
3139
  "IconLinear": "linear",
@@ -3445,9 +3449,9 @@
3445
3449
  "IconProcessor": "processor, chip",
3446
3450
  "IconProducthunt": "producthunt",
3447
3451
  "IconProgress100": "progress-100, ideas, open, status, task",
3448
- "IconProgress25": "progress-25, ideas, open, status, task",
3449
3452
  "IconProgress50": "progress-50, ideas, open, status, tas",
3450
3453
  "IconProgress75": "progress-75, ideas, open, status, tas",
3454
+ "IconProgressArc": "progress-arc, progress-dynamic, ideas, open, status, task",
3451
3455
  "IconProjects": "projects, stack, templates, timeline",
3452
3456
  "IconPrompt": "prompt, scan-text",
3453
3457
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
package/index.d.ts CHANGED
@@ -12,6 +12,7 @@ export { IconAdjustPhoto, default as IconAdjustPhotoDefault, } from "./IconAdjus
12
12
  export { IconAdobeAcrobat, default as IconAdobeAcrobatDefault, } from "./IconAdobeAcrobat";
13
13
  export { IconAffinity, default as IconAffinityDefault } from "./IconAffinity";
14
14
  export { IconAgent, default as IconAgentDefault } from "./IconAgent";
15
+ export { IconAgentNetwork, default as IconAgentNetworkDefault, } from "./IconAgentNetwork";
15
16
  export { IconAgenticCoding, default as IconAgenticCodingDefault, } from "./IconAgenticCoding";
16
17
  export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens";
17
18
  export { IconAiTranslate, default as IconAiTranslateDefault, } from "./IconAiTranslate";
@@ -1038,6 +1039,7 @@ export { IconLifeVest, default as IconLifeVestDefault } from "./IconLifeVest";
1038
1039
  export { IconLightBulb, default as IconLightBulbDefault, } from "./IconLightBulb";
1039
1040
  export { IconLightBulbSimple, default as IconLightBulbSimpleDefault, } from "./IconLightBulbSimple";
1040
1041
  export { IconLightbulbGlow, default as IconLightbulbGlowDefault, } from "./IconLightbulbGlow";
1042
+ export { IconLightbulbSparkle, default as IconLightbulbSparkleDefault, } from "./IconLightbulbSparkle";
1041
1043
  export { IconLightning, default as IconLightningDefault, } from "./IconLightning";
1042
1044
  export { IconLimit, default as IconLimitDefault } from "./IconLimit";
1043
1045
  export { IconLineChart1, default as IconLineChart1Default, } from "./IconLineChart1";
@@ -1353,9 +1355,9 @@ export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
1353
1355
  export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
1354
1356
  export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
1355
1357
  export { IconProgress100, default as IconProgress100Default, } from "./IconProgress100";
1356
- export { IconProgress25, default as IconProgress25Default, } from "./IconProgress25";
1357
1358
  export { IconProgress50, default as IconProgress50Default, } from "./IconProgress50";
1358
1359
  export { IconProgress75, default as IconProgress75Default, } from "./IconProgress75";
1360
+ export { IconProgressArc, default as IconProgressArcDefault, } from "./IconProgressArc";
1359
1361
  export { IconProjects, default as IconProjectsDefault } from "./IconProjects";
1360
1362
  export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
1361
1363
  export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";