@central-icons-react-native/round-filled-radius-3-stroke-2 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.
- 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/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/IconProgressArc/index.d.ts +4 -0
- package/IconProgressArc/index.js +2 -0
- package/IconProgressArc/index.js.map +1 -0
- package/IconProgressArc/index.mjs +2 -0
- package/IconProgressArc/index.mjs.map +1 -0
- package/README.md +3 -1
- package/filtered-icons.json +38 -10
- package/icons/index.d.ts +3 -1
- package/icons-index.json +10 -6
- package/index.d.ts +3 -1
- 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 +21 -7
- package/IconProgress25/index.d.ts +0 -4
- package/IconProgress25/index.js +0 -2
- package/IconProgress25/index.js.map +0 -1
- package/IconProgress25/index.mjs +0 -2
- package/IconProgress25/index.mjs.map +0 -1
|
@@ -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 2C10.7961 2 12.6887 3.71982 12.9639 5.94141L15.2607 6.17188C15.7838 4.89747 17.0371 4 18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11L18.4941 10.999L17.7178 13.585C19.0802 14.3584 20 15.8213 20 17.5C20 19.9853 17.9853 22 15.5 22C13.2039 22 11.3103 20.2802 11.0352 18.0586L8.7373 17.8291C8.21386 19.1027 6.9623 20 5.5 20C3.567 20 2 18.433 2 16.5C2 14.567 3.567 13 5.5 13H5.50488L6.28125 10.4141C4.91941 9.64042 4 8.17818 4 6.5C4 4.01472 6.01472 2 8.5 2ZM10.0117 10.7383C9.53911 10.9069 9.03051 11 8.5 11C8.39823 11 8.29735 10.9949 8.19727 10.9883L7.42188 13.5752C8.19661 14.0853 8.75594 14.8945 8.93652 15.8389L11.2334 16.0684C11.4543 15.4097 11.823 14.819 12.3008 14.3359L10.0117 10.7383ZM12.7656 7.93164C12.5447 8.59022 12.1759 9.18011 11.6982 9.66309L13.9873 13.2607C14.4601 13.092 14.9693 13 15.5 13C15.6014 13 15.702 13.0041 15.8018 13.0107L16.5781 10.4248C15.8036 9.91487 15.2443 9.10602 15.0635 8.16211L12.7656 7.93164Z",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 2C10.7961 2 12.6887 3.71982 12.9639 5.94141L15.2607 6.17188C15.7838 4.89747 17.0371 4 18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11L18.4941 10.999L17.7178 13.585C19.0802 14.3584 20 15.8213 20 17.5C20 19.9853 17.9853 22 15.5 22C13.2039 22 11.3103 20.2802 11.0352 18.0586L8.7373 17.8291C8.21386 19.1027 6.9623 20 5.5 20C3.567 20 2 18.433 2 16.5C2 14.567 3.567 13 5.5 13H5.50488L6.28125 10.4141C4.91941 9.64042 4 8.17818 4 6.5C4 4.01472 6.01472 2 8.5 2ZM10.0117 10.7383C9.53911 10.9069 9.03051 11 8.5 11C8.39823 11 8.29735 10.9949 8.19727 10.9883L7.42188 13.5752C8.19661 14.0853 8.75594 14.8945 8.93652 15.8389L11.2334 16.0684C11.4543 15.4097 11.823 14.819 12.3008 14.3359L10.0117 10.7383ZM12.7656 7.93164C12.5447 8.59022 12.1759 9.18011 11.6982 9.66309L13.9873 13.2607C14.4601 13.092 14.9693 13 15.5 13C15.6014 13 15.702 13.0041 15.8018 13.0107L16.5781 10.4248C15.8036 9.91487 15.2443 9.10602 15.0635 8.16211L12.7656 7.93164Z\"\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,g7BACF,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 2C10.7961 2 12.6887 3.71982 12.9639 5.94141L15.2607 6.17188C15.7838 4.89747 17.0371 4 18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11L18.4941 10.999L17.7178 13.585C19.0802 14.3584 20 15.8213 20 17.5C20 19.9853 17.9853 22 15.5 22C13.2039 22 11.3103 20.2802 11.0352 18.0586L8.7373 17.8291C8.21386 19.1027 6.9623 20 5.5 20C3.567 20 2 18.433 2 16.5C2 14.567 3.567 13 5.5 13H5.50488L6.28125 10.4141C4.91941 9.64042 4 8.17818 4 6.5C4 4.01472 6.01472 2 8.5 2ZM10.0117 10.7383C9.53911 10.9069 9.03051 11 8.5 11C8.39823 11 8.29735 10.9949 8.19727 10.9883L7.42188 13.5752C8.19661 14.0853 8.75594 14.8945 8.93652 15.8389L11.2334 16.0684C11.4543 15.4097 11.823 14.819 12.3008 14.3359L10.0117 10.7383ZM12.7656 7.93164C12.5447 8.59022 12.1759 9.18011 11.6982 9.66309L13.9873 13.2607C14.4601 13.092 14.9693 13 15.5 13C15.6014 13 15.702 13.0041 15.8018 13.0107L16.5781 10.4248C15.8036 9.91487 15.2443 9.10602 15.0635 8.16211L12.7656 7.93164Z",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 2C10.7961 2 12.6887 3.71982 12.9639 5.94141L15.2607 6.17188C15.7838 4.89747 17.0371 4 18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11L18.4941 10.999L17.7178 13.585C19.0802 14.3584 20 15.8213 20 17.5C20 19.9853 17.9853 22 15.5 22C13.2039 22 11.3103 20.2802 11.0352 18.0586L8.7373 17.8291C8.21386 19.1027 6.9623 20 5.5 20C3.567 20 2 18.433 2 16.5C2 14.567 3.567 13 5.5 13H5.50488L6.28125 10.4141C4.91941 9.64042 4 8.17818 4 6.5C4 4.01472 6.01472 2 8.5 2ZM10.0117 10.7383C9.53911 10.9069 9.03051 11 8.5 11C8.39823 11 8.29735 10.9949 8.19727 10.9883L7.42188 13.5752C8.19661 14.0853 8.75594 14.8945 8.93652 15.8389L11.2334 16.0684C11.4543 15.4097 11.823 14.819 12.3008 14.3359L10.0117 10.7383ZM12.7656 7.93164C12.5447 8.59022 12.1759 9.18011 11.6982 9.66309L13.9873 13.2607C14.4601 13.092 14.9693 13 15.5 13C15.6014 13 15.702 13.0041 15.8018 13.0107L16.5781 10.4248C15.8036 9.91487 15.2443 9.10602 15.0635 8.16211L12.7656 7.93164Z\"\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,g7BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAgentNetwork","props","React","CentralIconBase","IconAgentNetwork_default"]}
|
|
@@ -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 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19H16ZM12 2C16.4183 2 20 5.58172 20 10C20 12.9112 18.4445 15.4581 16.124 16.8564C16.083 16.8811 16.0415 16.9057 16 16.9297V17H8V16.9297C7.95853 16.9057 7.91697 16.8811 7.87598 16.8564C5.55551 15.4581 4 12.9112 4 10C4 5.58172 7.58172 2 12 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 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19H16ZM12 2C16.4183 2 20 5.58172 20 10C20 12.9112 18.4445 15.4581 16.124 16.8564C16.083 16.8811 16.0415 16.9057 16 16.9297V17H8V16.9297C7.95853 16.9057 7.91697 16.8811 7.87598 16.8564C5.55551 15.4581 4 12.9112 4 10C4 5.58172 7.58172 2 12 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,m5BACF,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 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19H16ZM12 2C16.4183 2 20 5.58172 20 10C20 12.9112 18.4445 15.4581 16.124 16.8564C16.083 16.8811 16.0415 16.9057 16 16.9297V17H8V16.9297C7.95853 16.9057 7.91697 16.8811 7.87598 16.8564C5.55551 15.4581 4 12.9112 4 10C4 5.58172 7.58172 2 12 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 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19H16ZM12 2C16.4183 2 20 5.58172 20 10C20 12.9112 18.4445 15.4581 16.124 16.8564C16.083 16.8811 16.0415 16.9057 16 16.9297V17H8V16.9297C7.95853 16.9057 7.91697 16.8811 7.87598 16.8564C5.55551 15.4581 4 12.9112 4 10C4 5.58172 7.58172 2 12 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,m5BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLightbulbSparkle","props","React","CentralIconBase","IconLightbulbSparkle_default"]}
|
|
@@ -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 12L17.9102 15.751C18.5819 14.6925 18.9567 13.4727 18.9961 12.2197C19.0354 10.9668 18.7377 9.72645 18.1338 8.62793C17.5299 7.52939 16.6425 6.61275 15.5635 5.97461C14.4844 5.33646 13.2536 5 12 5V12Z",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 12L17.9102 15.751C18.5819 14.6925 18.9567 13.4727 18.9961 12.2197C19.0354 10.9668 18.7377 9.72645 18.1338 8.62793C17.5299 7.52939 16.6425 6.61275 15.5635 5.97461C14.4844 5.33646 13.2536 5 12 5V12Z\"\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,2TACF,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 12L17.9102 15.751C18.5819 14.6925 18.9567 13.4727 18.9961 12.2197C19.0354 10.9668 18.7377 9.72645 18.1338 8.62793C17.5299 7.52939 16.6425 6.61275 15.5635 5.97461C14.4844 5.33646 13.2536 5 12 5V12Z",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 12L17.9102 15.751C18.5819 14.6925 18.9567 13.4727 18.9961 12.2197C19.0354 10.9668 18.7377 9.72645 18.1338 8.62793C17.5299 7.52939 16.6425 6.61275 15.5635 5.97461C14.4844 5.33646 13.2536 5 12 5V12Z\"\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,2TACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -210,6 +210,20 @@
|
|
|
210
210
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
211
211
|
"componentName": "IconAgenticCoding"
|
|
212
212
|
},
|
|
213
|
+
{
|
|
214
|
+
"category": "Devices & Signals",
|
|
215
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 2C10.7961 2 12.6887 3.71982 12.9639 5.94141L15.2607 6.17188C15.7838 4.89747 17.0371 4 18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11L18.4941 10.999L17.7178 13.585C19.0802 14.3584 20 15.8213 20 17.5C20 19.9853 17.9853 22 15.5 22C13.2039 22 11.3103 20.2802 11.0352 18.0586L8.7373 17.8291C8.21386 19.1027 6.9623 20 5.5 20C3.567 20 2 18.433 2 16.5C2 14.567 3.567 13 5.5 13H5.50488L6.28125 10.4141C4.91941 9.64042 4 8.17818 4 6.5C4 4.01472 6.01472 2 8.5 2ZM10.0117 10.7383C9.53911 10.9069 9.03051 11 8.5 11C8.39823 11 8.29735 10.9949 8.19727 10.9883L7.42188 13.5752C8.19661 14.0853 8.75594 14.8945 8.93652 15.8389L11.2334 16.0684C11.4543 15.4097 11.823 14.819 12.3008 14.3359L10.0117 10.7383ZM12.7656 7.93164C12.5447 8.59022 12.1759 9.18011 11.6982 9.66309L13.9873 13.2607C14.4601 13.092 14.9693 13 15.5 13C15.6014 13 15.702 13.0041 15.8018 13.0107L16.5781 10.4248C15.8036 9.91487 15.2443 9.10602 15.0635 8.16211L12.7656 7.93164Z\" fill=\"currentColor\"/>",
|
|
216
|
+
"iconName": "agent-network, connections, atoms",
|
|
217
|
+
"variant": {
|
|
218
|
+
"join": "round",
|
|
219
|
+
"filled": "on",
|
|
220
|
+
"radius": "3",
|
|
221
|
+
"stroke": "2"
|
|
222
|
+
},
|
|
223
|
+
"createdAt": "2026-03-18T10:00:55.038177+00:00",
|
|
224
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
225
|
+
"componentName": "IconAgentNetwork"
|
|
226
|
+
},
|
|
213
227
|
{
|
|
214
228
|
"category": "Devices & Signals",
|
|
215
229
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4C7.58172 4 4 7.58172 4 12C4 14.7727 5.40977 17.2166 7.55626 18.6534C8.01521 18.9607 8.13822 19.5818 7.83101 20.0407C7.52379 20.4997 6.90269 20.6227 6.44374 20.3155C3.76629 18.5232 2 15.4681 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.4681 20.2337 18.5232 17.5563 20.3155C17.0973 20.6227 16.4762 20.4997 16.169 20.0407C15.8618 19.5818 15.9848 18.9607 16.4437 18.6534C18.5902 17.2166 20 14.7727 20 12C20 7.58172 16.4183 4 12 4ZM12 8C9.79086 8 8 9.79086 8 12C8 13.308 8.62676 14.4693 9.60058 15.2008C10.0422 15.5325 10.1313 16.1594 9.79957 16.6009C9.46788 17.0425 8.84101 17.1316 8.39942 16.7999C6.94434 15.707 6 13.9636 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.9636 17.0557 15.707 15.6006 16.7999C15.159 17.1316 14.5321 17.0425 14.2004 16.6009C13.8687 16.1594 13.9578 15.5325 14.3994 15.2008C15.3732 14.4693 16 13.308 16 12C16 9.79086 14.2091 8 12 8ZM10 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\"/>",
|
|
@@ -14560,6 +14574,20 @@
|
|
|
14560
14574
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
14561
14575
|
"componentName": "IconLightBulbSimple"
|
|
14562
14576
|
},
|
|
14577
|
+
{
|
|
14578
|
+
"category": "AI & Magic",
|
|
14579
|
+
"svg": "<path d=\"M16 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19H16ZM12 2C16.4183 2 20 5.58172 20 10C20 12.9112 18.4445 15.4581 16.124 16.8564C16.083 16.8811 16.0415 16.9057 16 16.9297V17H8V16.9297C7.95853 16.9057 7.91697 16.8811 7.87598 16.8564C5.55551 15.4581 4 12.9112 4 10C4 5.58172 7.58172 2 12 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": "2"
|
|
14586
|
+
},
|
|
14587
|
+
"createdAt": "2026-03-18T09:00:50.796635+00:00",
|
|
14588
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
14589
|
+
"componentName": "IconLightbulbSparkle"
|
|
14590
|
+
},
|
|
14563
14591
|
{
|
|
14564
14592
|
"category": "Weather",
|
|
14565
14593
|
"svg": "<path d=\"M9.06444 2C8.49628 2 7.97688 2.321 7.72279 2.82918L3.22279 11.8292C2.72412 12.8265 3.44936 14 4.56443 14H7.62982L5.62308 20.1874C5.15109 21.6427 6.90506 22.7879 8.04755 21.7703L21.6899 9.62015C22.7193 8.70329 22.0708 7 20.6922 7H16.7716L18.4086 4.27174C19.0084 3.27196 18.2883 2 17.1223 2H9.06444Z\" 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
|
|
18976
|
-
"iconName": "progress-
|
|
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 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V19Z\" 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-2",
|
|
18985
|
-
"componentName": "
|
|
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 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12
|
|
18990
|
-
"iconName": "progress-
|
|
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 12H5C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 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-2",
|
|
18999
|
-
"componentName": "
|
|
19027
|
+
"componentName": "IconProgress75"
|
|
19000
19028
|
},
|
|
19001
19029
|
{
|
|
19002
19030
|
"category": "Interface General",
|
|
19003
|
-
"svg": "<path
|
|
19004
|
-
"iconName": "progress-
|
|
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 12L17.9102 15.751C18.5819 14.6925 18.9567 13.4727 18.9961 12.2197C19.0354 10.9668 18.7377 9.72645 18.1338 8.62793C17.5299 7.52939 16.6425 6.61275 15.5635 5.97461C14.4844 5.33646 13.2536 5 12 5V12Z\" 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": "2"
|
|
19010
19038
|
},
|
|
19011
|
-
"createdAt": "
|
|
19039
|
+
"createdAt": "2026-03-18T08:01:02.568962+00:00",
|
|
19012
19040
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
19013
|
-
"componentName": "
|
|
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-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.168",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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",
|
|
@@ -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";
|