@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.167 → 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.
- package/IconAgentNetwork/index.d.ts +4 -0
- package/IconAgentNetwork/index.js +2 -0
- package/IconAgentNetwork/index.js.map +1 -0
- package/IconAgentNetwork/index.mjs +2 -0
- package/IconAgentNetwork/index.mjs.map +1 -0
- package/IconDashboardMiddle/index.js +1 -1
- package/IconDashboardMiddle/index.js.map +1 -1
- package/IconDashboardMiddle/index.mjs +1 -1
- package/IconDashboardMiddle/index.mjs.map +1 -1
- package/IconLightbulbSparkle/index.d.ts +4 -0
- package/IconLightbulbSparkle/index.js +2 -0
- package/IconLightbulbSparkle/index.js.map +1 -0
- package/IconLightbulbSparkle/index.mjs +2 -0
- package/IconLightbulbSparkle/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +15 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var y=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!d.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(c=x(o,s))||c.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(h(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>C(p({},"__esModule",{value:!0}),r);var g={};y(g,{IconAgentNetwork:()=>k,default:()=>I});module.exports=B(g);var e=l(require("react"));var m=l(require("react")),i=require("react-native-svg"),a=({children:r,size:o=24,...t})=>m.default.createElement(i.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),k=r=>e.default.createElement(a,{...r},e.default.createElement(n.Circle,{cx:"18.5",cy:"7.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"5.5",cy:"16.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"8.5",cy:"6.5",r:"3.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"15.5",cy:"17.5",r:"3.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501",stroke:"currentColor",strokeWidth:"2"})),I=k;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconAgentNetwork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"18.5\"\n cy=\"7.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle\n cx=\"5.5\"\n cy=\"16.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"8.5\" cy=\"6.5\" r=\"3.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle\n cx=\"15.5\"\n cy=\"17.5\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,EAA6B,4BAEhBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,OACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,MACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,OAAO,eAAe,YAAY,IAAI,EACxE,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,OAAO,eACP,YAAY,IACd,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 o from"react";import p from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(c,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as C}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{cx:"18.5",cy:"7.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{cx:"5.5",cy:"16.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{cx:"8.5",cy:"6.5",r:"3.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{cx:"15.5",cy:"17.5",r:"3.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(C,{d:"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501",stroke:"currentColor",strokeWidth:"2"})),y=l;export{l as IconAgentNetwork,y 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconAgentNetwork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"18.5\"\n cy=\"7.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle\n cx=\"5.5\"\n cy=\"16.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"8.5\" cy=\"6.5\" r=\"3.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle\n cx=\"15.5\"\n cy=\"17.5\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,MACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,OAAO,eAAe,YAAY,IAAI,EACxEI,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconAgentNetwork","props","React","CentralIconBase","IconAgentNetwork_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var C=(r,o,e)=>(e=r!=null?m(h(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconDashboardMiddle:()=>c,default:()=>P});module.exports=x(g);var n=C(require("react"));var d=C(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...e})=>d.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>n.default.createElement(l,{...r},n.default.createElement(p.Path,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M12 16V9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M4.5 16H19.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;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=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12
|
|
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=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 16H19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var
|
|
1
|
+
import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M12 16V9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M4.5 16H19.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconDashboardMiddle,B 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=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12
|
|
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=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 16H19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDashboardMiddle","props","React","CentralIconBase","IconDashboardMiddle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!B.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?c(k(r)):{},l(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>l(C({},"__esModule",{value:!0}),r);var x={};I(x,{IconLightbulbSparkle:()=>L,default:()=>h});module.exports=g(x);var n=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>i.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),L=r=>n.default.createElement(u,{...r},n.default.createElement(p.Path,{d:"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M15 18H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z",fill:"currentColor"})),h=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=\"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 18H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z\"\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,6QACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,knBACF,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M15 18H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(t,{d:"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z",fill:"currentColor"})),B=l;export{l as IconLightbulbSparkle,B 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=\"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 18H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z\"\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,6QACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,knBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLightbulbSparkle","props","React","CentralIconBase","IconLightbulbSparkle_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
|
package/filtered-icons.json
CHANGED
|
@@ -210,6 +210,20 @@
|
|
|
210
210
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
211
211
|
"componentName": "IconAgenticCoding"
|
|
212
212
|
},
|
|
213
|
+
{
|
|
214
|
+
"category": "Devices & Signals",
|
|
215
|
+
"svg": "<circle cx=\"18.5\" cy=\"7.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"5.5\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"8.5\" cy=\"6.5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"15.5\" cy=\"17.5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
216
|
+
"iconName": "agent-network, connections, atoms",
|
|
217
|
+
"variant": {
|
|
218
|
+
"join": "round",
|
|
219
|
+
"filled": "off",
|
|
220
|
+
"radius": "2",
|
|
221
|
+
"stroke": "2"
|
|
222
|
+
},
|
|
223
|
+
"createdAt": "2026-03-18T10:00:55.038177+00:00",
|
|
224
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
225
|
+
"componentName": "IconAgentNetwork"
|
|
226
|
+
},
|
|
213
227
|
{
|
|
214
228
|
"category": "Devices & Signals",
|
|
215
229
|
"svg": "<path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 19.4845C19.412 17.8699 21 15.1204 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 15.1204 4.58803 17.8699 7 19.4845\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 16.0004C7.78555 15.0882 7 13.6358 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 13.6358 16.2144 15.0882 15 16.0004\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -8486,7 +8500,7 @@
|
|
|
8486
8500
|
},
|
|
8487
8501
|
{
|
|
8488
8502
|
"category": "Things",
|
|
8489
|
-
"svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12
|
|
8503
|
+
"svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 16H19.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
8490
8504
|
"iconName": "dashboard-middle",
|
|
8491
8505
|
"variant": {
|
|
8492
8506
|
"join": "round",
|
|
@@ -14560,6 +14574,20 @@
|
|
|
14560
14574
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
14561
14575
|
"componentName": "IconLightBulbSimple"
|
|
14562
14576
|
},
|
|
14577
|
+
{
|
|
14578
|
+
"category": "AI & Magic",
|
|
14579
|
+
"svg": "<path d=\"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M15 18H9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z\" fill=\"currentColor\"/>",
|
|
14580
|
+
"iconName": "lightbulb-sparkle, idea, reasoning, think",
|
|
14581
|
+
"variant": {
|
|
14582
|
+
"join": "round",
|
|
14583
|
+
"filled": "off",
|
|
14584
|
+
"radius": "2",
|
|
14585
|
+
"stroke": "2"
|
|
14586
|
+
},
|
|
14587
|
+
"createdAt": "2026-03-18T09:00:50.796635+00:00",
|
|
14588
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
14589
|
+
"componentName": "IconLightbulbSparkle"
|
|
14590
|
+
},
|
|
14563
14591
|
{
|
|
14564
14592
|
"category": "Weather",
|
|
14565
14593
|
"svg": "<path d=\"M4.11593 12.2764L8.61593 3.27639C8.70063 3.107 8.87376 3 9.06315 3H17.121C17.5097 3 17.7497 3.42399 17.5498 3.75725L15.4585 7.24275C15.2585 7.57601 15.4986 8 15.8872 8H20.6909C21.1505 8 21.3666 8.56776 21.0235 8.87338L7.38117 21.0236C7.00034 21.3628 6.41568 20.981 6.57301 20.4959L8.79194 13.6543C8.8967 13.3312 8.6559 13 8.31633 13H4.56314C4.19145 13 3.94971 12.6088 4.11593 12.2764Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.168",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/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":
|
|
14
|
+
"totalIcons": 1890,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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":
|
|
457
|
+
"count": 76,
|
|
457
458
|
"icons": [
|
|
459
|
+
"IconAgentNetwork",
|
|
458
460
|
"IconAirdrop",
|
|
459
461
|
"IconAirplay",
|
|
460
462
|
"IconAirplayAudio",
|
|
@@ -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",
|
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";
|