@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.191 → 1.1.193
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/{IconMoon1 → IconFullMoon}/index.d.ts +2 -2
- package/IconFullMoon/index.js +2 -0
- package/IconFullMoon/index.js.map +1 -0
- package/{IconMoon1 → IconFullMoon}/index.mjs +1 -1
- package/IconFullMoon/index.mjs.map +1 -0
- package/IconScriptAi/index.d.ts +4 -0
- package/IconScriptAi/index.js +2 -0
- package/IconScriptAi/index.js.map +1 -0
- package/IconScriptAi/index.mjs +2 -0
- package/IconScriptAi/index.mjs.map +1 -0
- package/README.md +2 -1
- package/filtered-icons.json +30 -16
- package/icons/index.d.ts +2 -1
- package/icons-index.json +9 -7
- package/index.d.ts +2 -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 +16 -9
- package/IconMoon1/index.js +0 -2
- package/IconMoon1/index.js.map +0 -1
- package/IconMoon1/index.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FC } from "react";
|
|
2
2
|
import { type CentralIconBaseProps } from "../CentralIconBase";
|
|
3
|
-
export declare const
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconFullMoon: FC<CentralIconBaseProps>;
|
|
4
|
+
export default IconFullMoon;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(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 l of y(o))!I.call(r,l)&&l!==t&&p(r,l,{get:()=>o[l],enumerable:!(c=x(o,l))||c.enumerable});return r};var s=(r,o,t)=>(t=r!=null?f(B(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(p({},"__esModule",{value:!0}),r);var g={};h(g,{IconFullMoon:()=>a,default:()=>d});module.exports=P(g);var e=s(require("react"));var m=s(require("react")),i=require("react-native-svg"),u=({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"),a=r=>e.default.createElement(u,{...r},e.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"12.5",cy:"7.5",r:"1.5",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"8.1",cy:"9.6",r:"1.1",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"10",cy:"15",r:"2",stroke:"currentColor",strokeWidth:"1.8"}),e.default.createElement(n.Path,{d:"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor",strokeWidth:"2"})),d=a;0&&(module.exports={IconFullMoon});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFullMoon/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 IconFullMoon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"12.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\" />\n <Circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.8\" />\n <Path\n d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFullMoon;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,+FACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconFullMoon_exports","__export","IconFullMoon","IconFullMoon_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFullMoon","props","React","CentralIconBase","IconFullMoon_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import
|
|
1
|
+
import o from"react";import p from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...l})=>p.createElement(c,{...l,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 s=e=>o.createElement(n,{...e},o.createElement(t,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{cx:"12.5",cy:"7.5",r:"1.5",fill:"currentColor"}),o.createElement(t,{cx:"8.1",cy:"9.6",r:"1.1",fill:"currentColor"}),o.createElement(t,{cx:"10",cy:"15",r:"2",stroke:"currentColor",strokeWidth:"1.8"}),o.createElement(C,{d:"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor",strokeWidth:"2"})),h=s;export{s as IconFullMoon,h as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFullMoon/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 IconFullMoon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"12.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\" />\n <Circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\" />\n <Circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.8\" />\n <Path\n d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFullMoon;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACvDI,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACtDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtEI,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconFullMoon","props","React","CentralIconBase","IconFullMoon_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!B.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(s=L(o,n))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?m(f(r)):{},i(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>i(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconScriptAi:()=>d,default:()=>x});module.exports=h(P);var e=l(require("react"));var a=l(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>a.default.createElement(u.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),d=r=>e.default.createElement(c,{...r},e.default.createElement(C.Path,{d:"M7 20H5.5C4.39543 20 3.5 19.1046 3.5 18V16H13.5V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V9H17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M15 20H6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M19 4H10.5M6 16V13.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(C.Path,{d:"M7.24045 5.18518L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.75955 5.18518C4.65797 5.44927 4.44927 5.65797 4.18518 5.75955L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L4.18518 8.24045C4.44927 8.34203 4.65797 8.55073 4.75955 8.81482L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.24045 8.81482C7.34203 8.55073 7.55073 8.34203 7.81482 8.24045L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L7.81482 5.75955C7.55073 5.65797 7.34203 5.44927 7.24045 5.18518Z",fill:"currentColor"})),x=d;0&&(module.exports={IconScriptAi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScriptAi/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 IconScriptAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 20H5.5C4.39543 20 3.5 19.1046 3.5 18V16H13.5V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V9H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 20H6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 4H10.5M6 16V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M7.24045 5.18518L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.75955 5.18518C4.65797 5.44927 4.44927 5.65797 4.18518 5.75955L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L4.18518 8.24045C4.44927 8.34203 4.65797 8.55073 4.75955 8.81482L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.24045 8.81482C7.34203 8.55073 7.55073 8.34203 7.81482 8.24045L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L7.81482 5.75955C7.55073 5.65797 7.34203 5.44927 7.24045 5.18518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScriptAi;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gMACF,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,uBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0nBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconScriptAi_exports","__export","IconScriptAi","IconScriptAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScriptAi","props","React","CentralIconBase","IconScriptAi_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 i=e=>o.createElement(n,{...e},o.createElement(t,{d:"M7 20H5.5C4.39543 20 3.5 19.1046 3.5 18V16H13.5V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V9H17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M15 20H6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M19 4H10.5M6 16V13.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M7.24045 5.18518L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.75955 5.18518C4.65797 5.44927 4.44927 5.65797 4.18518 5.75955L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L4.18518 8.24045C4.44927 8.34203 4.65797 8.55073 4.75955 8.81482L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.24045 8.81482C7.34203 8.55073 7.55073 8.34203 7.81482 8.24045L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L7.81482 5.75955C7.55073 5.65797 7.34203 5.44927 7.24045 5.18518Z",fill:"currentColor"})),B=i;export{i as IconScriptAi,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScriptAi/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 IconScriptAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 20H5.5C4.39543 20 3.5 19.1046 3.5 18V16H13.5V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V9H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 20H6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 4H10.5M6 16V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M7.24045 5.18518L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.75955 5.18518C4.65797 5.44927 4.44927 5.65797 4.18518 5.75955L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L4.18518 8.24045C4.44927 8.34203 4.65797 8.55073 4.75955 8.81482L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.24045 8.81482C7.34203 8.55073 7.55073 8.34203 7.81482 8.24045L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L7.81482 5.75955C7.55073 5.65797 7.34203 5.44927 7.24045 5.18518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScriptAi;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gMACF,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,uBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0nBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScriptAi","props","React","CentralIconBase","IconScriptAi_default"]}
|
package/README.md
CHANGED
|
@@ -197,6 +197,7 @@ Below is a complete list of available icons:
|
|
|
197
197
|
- IconReceiptionBellSparkle
|
|
198
198
|
- IconRobot
|
|
199
199
|
- IconScanTextSparkle
|
|
200
|
+
- IconScriptAi
|
|
200
201
|
- IconSearchIntelligence
|
|
201
202
|
- IconSearchlinesSparkle
|
|
202
203
|
- IconSeparateVideoVoice
|
|
@@ -2180,9 +2181,9 @@ Below is a complete list of available icons:
|
|
|
2180
2181
|
- IconCloudy
|
|
2181
2182
|
- IconCloudySun
|
|
2182
2183
|
- IconDrop
|
|
2184
|
+
- IconFullMoon
|
|
2183
2185
|
- IconLightning
|
|
2184
2186
|
- IconMoon
|
|
2185
|
-
- IconMoon1
|
|
2186
2187
|
- IconMoonStar
|
|
2187
2188
|
- IconRainy
|
|
2188
2189
|
- IconRainyLight
|
package/filtered-icons.json
CHANGED
|
@@ -12222,6 +12222,20 @@
|
|
|
12222
12222
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
12223
12223
|
"componentName": "IconFrisbeeGolf"
|
|
12224
12224
|
},
|
|
12225
|
+
{
|
|
12226
|
+
"category": "Weather",
|
|
12227
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"12.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\"/><circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.8\"/><path d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
12228
|
+
"iconName": "full-moon, dark-mode, nasa",
|
|
12229
|
+
"variant": {
|
|
12230
|
+
"join": "round",
|
|
12231
|
+
"filled": "off",
|
|
12232
|
+
"radius": "0",
|
|
12233
|
+
"stroke": "2"
|
|
12234
|
+
},
|
|
12235
|
+
"createdAt": "2026-04-07T21:02:21.927931+00:00",
|
|
12236
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
12237
|
+
"componentName": "IconFullMoon"
|
|
12238
|
+
},
|
|
12225
12239
|
{
|
|
12226
12240
|
"category": "Photography & Video",
|
|
12227
12241
|
"svg": "<path d=\"M8 4H4V8M16 4H20V8M20 16V20H16M8 20H4V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -16282,20 +16296,6 @@
|
|
|
16282
16296
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
16283
16297
|
"componentName": "IconMoon"
|
|
16284
16298
|
},
|
|
16285
|
-
{
|
|
16286
|
-
"category": "Weather",
|
|
16287
|
-
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"12.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\"/><circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.8\"/><path d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
16288
|
-
"iconName": "moon, dark-mode, nasa",
|
|
16289
|
-
"variant": {
|
|
16290
|
-
"join": "round",
|
|
16291
|
-
"filled": "off",
|
|
16292
|
-
"radius": "0",
|
|
16293
|
-
"stroke": "2"
|
|
16294
|
-
},
|
|
16295
|
-
"createdAt": "2026-04-07T21:02:21.927931+00:00",
|
|
16296
|
-
"packageName": "round-outlined-radius-0-stroke-2",
|
|
16297
|
-
"componentName": "IconMoon1"
|
|
16298
|
-
},
|
|
16299
16299
|
{
|
|
16300
16300
|
"category": "Weather",
|
|
16301
16301
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0931 2.53045C12.2873 2.86497 12.2712 3.28147 12.0517 3.59995C11.3858 4.56606 10.9961 5.73602 10.9961 7.00001C10.9961 10.3137 13.6824 13 16.9961 13C18.2602 13 19.4302 12.6102 20.3963 11.9443C20.7148 11.7248 21.1313 11.7087 21.4658 11.9028C21.8003 12.097 21.9929 12.4667 21.9602 12.8521C21.5264 17.9747 17.2324 21.9963 11.9981 21.9963C6.47632 21.9963 2 17.52 2 11.9981C2 6.76396 6.0214 2.47009 11.1438 2.03605C11.5292 2.0034 11.8989 2.19593 12.0931 2.53045ZM9.42003 4.42442C6.268 5.49703 4 8.4831 4 11.9981C4 16.4154 7.58088 19.9963 11.9981 19.9963C15.5133 19.9963 18.4994 17.7281 19.5719 14.576C18.7632 14.8509 17.8967 15 16.9961 15C12.5778 15 8.99609 11.4183 8.99609 7.00001C8.99609 6.09955 9.14518 5.23304 9.42003 4.42442Z\" fill=\"currentColor\"/><path d=\"M16.2374 5.01761L17.049 3.39444C17.2332 3.02591 17.7591 3.02591 17.9434 3.39444L18.755 5.01761C18.8034 5.11437 18.8818 5.19283 18.9786 5.24121L20.6017 6.0528C20.9703 6.23706 20.9703 6.76296 20.6017 6.94723L18.9786 7.75881C18.8818 7.80719 18.8034 7.88565 18.755 7.98242L17.9434 9.60558C17.7591 9.97411 17.2332 9.97411 17.049 9.60558L16.2374 7.98242C16.189 7.88565 16.1105 7.80719 16.0138 7.75881L14.3906 6.94723C14.0221 6.76296 14.0221 6.23706 14.3906 6.0528L16.0138 5.24121C16.1105 5.19283 16.189 5.11437 16.2374 5.01761Z\" fill=\"currentColor\"/>",
|
|
@@ -20933,7 +20933,7 @@
|
|
|
20933
20933
|
{
|
|
20934
20934
|
"category": "Folders & Files",
|
|
20935
20935
|
"svg": "<path d=\"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 8H13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 12H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
20936
|
-
"iconName": "script, paper, page, contract, file, document",
|
|
20936
|
+
"iconName": "script, paper, page, contract, file, document, skills",
|
|
20937
20937
|
"variant": {
|
|
20938
20938
|
"join": "round",
|
|
20939
20939
|
"filled": "off",
|
|
@@ -20947,7 +20947,7 @@
|
|
|
20947
20947
|
{
|
|
20948
20948
|
"category": "Folders & Files",
|
|
20949
20949
|
"svg": "<path d=\"M7 15.4996C7 15.4996 7 8.27504 7 5.9964C7 5.46648 7.21052 4.95846 7.58617 4.58406C7.96104 4.20966 8.46974 4 9.00035 4C12.1715 4 18 4 18 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M13.9974 20L6.0329 20C5.49368 20 4.97658 19.7859 4.59526 19.4047C4.21395 19.0235 4 18.5063 4 17.9675C4 16.9783 4 16 4 16C7.51472 16 9.48528 16 13 16L13 18.002C13 19.105 13.895 20 14.998 20H15.002C16.105 20 17 19.105 17 18.002V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 4C19.5304 4 20.0393 4.21077 20.4143 4.58585C20.7892 4.96092 21 5.46954 21 6C21 7.3923 21 9 21 9H17V6C17 5.46954 17.2108 4.96092 17.5857 4.58585C17.9607 4.21077 18.4696 4 19 4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
20950
|
-
"iconName": "script-2, paper, page, contract, file, document",
|
|
20950
|
+
"iconName": "script-2, paper, page, contract, file, document, skills",
|
|
20951
20951
|
"variant": {
|
|
20952
20952
|
"join": "round",
|
|
20953
20953
|
"filled": "off",
|
|
@@ -20958,6 +20958,20 @@
|
|
|
20958
20958
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
20959
20959
|
"componentName": "IconScript2"
|
|
20960
20960
|
},
|
|
20961
|
+
{
|
|
20962
|
+
"category": "AI & Magic",
|
|
20963
|
+
"svg": "<path d=\"M7 20H5.5C4.39543 20 3.5 19.1046 3.5 18V16H13.5V18.25C13.5 19.2165 14.2835 20 15.25 20C16.2165 20 17 19.2165 17 18.25V5.75C17 4.7835 17.7835 4 18.75 4C19.7165 4 20.5 4.7835 20.5 5.75V9H17.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15 20H6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 4H10.5M6 16V13.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M7.24045 5.18518L6.54359 3.37334C6.45708 3.14842 6.24099 3 6 3C5.75901 3 5.54292 3.14842 5.45641 3.37334L4.75955 5.18518C4.65797 5.44927 4.44927 5.65797 4.18518 5.75955L2.37334 6.45641C2.14842 6.54292 2 6.75901 2 7C2 7.24099 2.14842 7.45708 2.37334 7.54359L4.18518 8.24045C4.44927 8.34203 4.65797 8.55073 4.75955 8.81482L5.45641 10.6267C5.54292 10.8516 5.75901 11 6 11C6.24099 11 6.45708 10.8516 6.54359 10.6267L7.24045 8.81482C7.34203 8.55073 7.55073 8.34203 7.81482 8.24045L9.62666 7.54359C9.85158 7.45708 10 7.24099 10 7C10 6.75901 9.85158 6.54292 9.62666 6.45641L7.81482 5.75955C7.55073 5.65797 7.34203 5.44927 7.24045 5.18518Z\" fill=\"currentColor\"/>",
|
|
20964
|
+
"iconName": "script-ai, paper, page, contract, file, document, skills",
|
|
20965
|
+
"variant": {
|
|
20966
|
+
"join": "round",
|
|
20967
|
+
"filled": "off",
|
|
20968
|
+
"radius": "0",
|
|
20969
|
+
"stroke": "2"
|
|
20970
|
+
},
|
|
20971
|
+
"createdAt": "2026-04-16T06:02:31.853131+00:00",
|
|
20972
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
20973
|
+
"componentName": "IconScriptAi"
|
|
20974
|
+
},
|
|
20961
20975
|
{
|
|
20962
20976
|
"category": "Folders & Files",
|
|
20963
20977
|
"svg": "<path d=\"M17 3H5V21H19V11L17 8V3Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 7V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 7V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -872,6 +872,7 @@ export type CentralIconName =
|
|
|
872
872
|
| "IconFridge"
|
|
873
873
|
| "IconFrisbee"
|
|
874
874
|
| "IconFrisbeeGolf"
|
|
875
|
+
| "IconFullMoon"
|
|
875
876
|
| "IconFullScreen"
|
|
876
877
|
| "IconFullscreen1"
|
|
877
878
|
| "IconFullscreen2"
|
|
@@ -1162,7 +1163,6 @@ export type CentralIconName =
|
|
|
1162
1163
|
| "IconMoneybag"
|
|
1163
1164
|
| "IconMoneyHand"
|
|
1164
1165
|
| "IconMoon"
|
|
1165
|
-
| "IconMoon1"
|
|
1166
1166
|
| "IconMoonStar"
|
|
1167
1167
|
| "IconMorningBrief"
|
|
1168
1168
|
| "IconMountainBike"
|
|
@@ -1496,6 +1496,7 @@ export type CentralIconName =
|
|
|
1496
1496
|
| "IconScreenCapture"
|
|
1497
1497
|
| "IconScript"
|
|
1498
1498
|
| "IconScript2"
|
|
1499
|
+
| "IconScriptAi"
|
|
1499
1500
|
| "IconSdCard"
|
|
1500
1501
|
| "IconSearchIntelligence"
|
|
1501
1502
|
| "IconSearchlinesSparkle"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.193",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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": 1941,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 77,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiTokens",
|
|
20
20
|
"IconAiTranslate",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"IconReceiptionBellSparkle",
|
|
68
68
|
"IconRobot",
|
|
69
69
|
"IconScanTextSparkle",
|
|
70
|
+
"IconScriptAi",
|
|
70
71
|
"IconSearchIntelligence",
|
|
71
72
|
"IconSearchlinesSparkle",
|
|
72
73
|
"IconSeparateVideoVoice",
|
|
@@ -2121,9 +2122,9 @@
|
|
|
2121
2122
|
"IconCloudy",
|
|
2122
2123
|
"IconCloudySun",
|
|
2123
2124
|
"IconDrop",
|
|
2125
|
+
"IconFullMoon",
|
|
2124
2126
|
"IconLightning",
|
|
2125
2127
|
"IconMoon",
|
|
2126
|
-
"IconMoon1",
|
|
2127
2128
|
"IconMoonStar",
|
|
2128
2129
|
"IconRainy",
|
|
2129
2130
|
"IconRainyLight",
|
|
@@ -3015,6 +3016,7 @@
|
|
|
3015
3016
|
"IconFridge": "fridge",
|
|
3016
3017
|
"IconFrisbee": "frisbee",
|
|
3017
3018
|
"IconFrisbeeGolf": "frisbee-golf",
|
|
3019
|
+
"IconFullMoon": "full-moon, dark-mode, nasa",
|
|
3018
3020
|
"IconFullScreen": "full-screen, focus",
|
|
3019
3021
|
"IconFullscreen1": "fullscreen-1",
|
|
3020
3022
|
"IconFullscreen2": "fullscreen-2",
|
|
@@ -3305,7 +3307,6 @@
|
|
|
3305
3307
|
"IconMoneybag": "moneybag, purse, savings",
|
|
3306
3308
|
"IconMoneyHand": "money-hand, coins, pay",
|
|
3307
3309
|
"IconMoon": "moon, dark-mode, night",
|
|
3308
|
-
"IconMoon1": "moon, dark-mode, nasa",
|
|
3309
3310
|
"IconMoonStar": "moon-star, night",
|
|
3310
3311
|
"IconMorningBrief": "morning-brief, daily-todo",
|
|
3311
3312
|
"IconMountainBike": "mountain-bike",
|
|
@@ -3637,8 +3638,9 @@
|
|
|
3637
3638
|
"IconScissors2": "scissors-2, cut",
|
|
3638
3639
|
"IconScratchCard": "scratch-card",
|
|
3639
3640
|
"IconScreenCapture": "screen-capture, recording",
|
|
3640
|
-
"IconScript": "script, paper, page, contract, file, document",
|
|
3641
|
-
"IconScript2": "script-2, paper, page, contract, file, document",
|
|
3641
|
+
"IconScript": "script, paper, page, contract, file, document, skills",
|
|
3642
|
+
"IconScript2": "script-2, paper, page, contract, file, document, skills",
|
|
3643
|
+
"IconScriptAi": "script-ai, paper, page, contract, file, document, skills",
|
|
3642
3644
|
"IconSdCard": "sd-card, memory-stick",
|
|
3643
3645
|
"IconSearchIntelligence": "search-intelligence, search-ai",
|
|
3644
3646
|
"IconSearchlinesSparkle": "search lines-sparkle, magnifier, document, list, page, file",
|
package/index.d.ts
CHANGED
|
@@ -871,6 +871,7 @@ export { IconFramer, default as IconFramerDefault } from "./IconFramer";
|
|
|
871
871
|
export { IconFridge, default as IconFridgeDefault } from "./IconFridge";
|
|
872
872
|
export { IconFrisbee, default as IconFrisbeeDefault } from "./IconFrisbee";
|
|
873
873
|
export { IconFrisbeeGolf, default as IconFrisbeeGolfDefault, } from "./IconFrisbeeGolf";
|
|
874
|
+
export { IconFullMoon, default as IconFullMoonDefault } from "./IconFullMoon";
|
|
874
875
|
export { IconFullScreen, default as IconFullScreenDefault, } from "./IconFullScreen";
|
|
875
876
|
export { IconFullscreen1, default as IconFullscreen1Default, } from "./IconFullscreen1";
|
|
876
877
|
export { IconFullscreen2, default as IconFullscreen2Default, } from "./IconFullscreen2";
|
|
@@ -1161,7 +1162,6 @@ export { IconModelcontextprotocol, default as IconModelcontextprotocolDefault, }
|
|
|
1161
1162
|
export { IconMoneyHand, default as IconMoneyHandDefault, } from "./IconMoneyHand";
|
|
1162
1163
|
export { IconMoneybag, default as IconMoneybagDefault } from "./IconMoneybag";
|
|
1163
1164
|
export { IconMoon, default as IconMoonDefault } from "./IconMoon";
|
|
1164
|
-
export { IconMoon1, default as IconMoon1Default } from "./IconMoon1";
|
|
1165
1165
|
export { IconMoonStar, default as IconMoonStarDefault } from "./IconMoonStar";
|
|
1166
1166
|
export { IconMorningBrief, default as IconMorningBriefDefault, } from "./IconMorningBrief";
|
|
1167
1167
|
export { IconMountainBike, default as IconMountainBikeDefault, } from "./IconMountainBike";
|
|
@@ -1495,6 +1495,7 @@ export { IconScratchCard, default as IconScratchCardDefault, } from "./IconScrat
|
|
|
1495
1495
|
export { IconScreenCapture, default as IconScreenCaptureDefault, } from "./IconScreenCapture";
|
|
1496
1496
|
export { IconScript, default as IconScriptDefault } from "./IconScript";
|
|
1497
1497
|
export { IconScript2, default as IconScript2Default } from "./IconScript2";
|
|
1498
|
+
export { IconScriptAi, default as IconScriptAiDefault } from "./IconScriptAi";
|
|
1498
1499
|
export { IconSdCard, default as IconSdCardDefault } from "./IconSdCard";
|
|
1499
1500
|
export { IconSearchIntelligence, default as IconSearchIntelligenceDefault, } from "./IconSearchIntelligence";
|
|
1500
1501
|
export { IconSearchMenu, default as IconSearchMenuDefault, } from "./IconSearchMenu";
|