@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.325 → 1.1.326

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHelium: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconHelium;
@@ -0,0 +1,3 @@
1
+ var k=Object.create;var{getPrototypeOf:w,defineProperty:c,getOwnPropertyNames:I,getOwnPropertyDescriptor:S}=Object,m=Object.prototype.hasOwnProperty;function C(n){return this[n]}var v,M,f=(n,o,t)=>{var r=n!=null&&typeof n==="object";if(r){var i=o?v??=new WeakMap:M??=new WeakMap,d=i.get(n);if(d)return d}t=n!=null?k(w(n)):{};let a=o||!n||!n.__esModule||!m.call(n,"default")?c(t,"default",{value:n,enumerable:!0}):t;if(n&&typeof n==="object"||typeof n==="function"){for(let p of I(n))if(!m.call(a,p))c(a,p,{get:C.bind(n,p),enumerable:!0})}if(r)i.set(n,a);return a},g=(n)=>{var o=(u??=new WeakMap).get(n),t;if(o)return o;if(o=c({},"__esModule",{value:!0}),n&&typeof n==="object"||typeof n==="function"){for(var r of I(n))if(!m.call(o,r))c(o,r,{get:C.bind(n,r),enumerable:!(t=S(n,r))||t.enumerable})}return u.set(n,o),o},u;var F=(n)=>n;function b(n,o){this[n]=F.bind(null,o)}var h=(n,o)=>{for(var t in o)c(n,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var q={};h(q,{IconHelium:()=>y,default:()=>D});module.exports=g(q);var l=f(require("react"));var U={};h(U,{CentralIconBase:()=>L});var e=f(require("react")),s=require("react-native-svg"),G=(n)=>{let o=e.default.useId();return e.default.createElement(x,{...n,instanceId:o})},H=0,P=typeof e.default.useId==="function"?void 0:class extends e.default.Component{state={};componentDidMount(){this.setState({instanceId:`legacy-${++H}`})}render(){return e.default.createElement(x,{...this.props.iconProps,instanceId:this.state.instanceId})}},L=(n)=>P?e.default.createElement(P,{iconProps:n}):e.default.createElement(G,{...n}),x=({children:n,size:o=24,mode:t="masked",maskId:r,instanceId:i,...d})=>{let a=i?`${r}-${i}`:r,p=t!=="raw"&&!!r;return e.default.createElement(s.Svg,{...d,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},p?e.default.createElement(e.default.Fragment,null,e.default.createElement(s.Mask,{id:a,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.default.createElement(s.Rect,{width:"24",height:"24",fill:"#000"}),e.default.createElement(s.G,{color:"#fff"},n)),e.default.createElement(s.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${a})`})):n)};var B=require("react-native-svg"),y=l.default.memo((n)=>l.default.createElement(L,{...n,maskId:"round-outlined-radius-3-stroke-1-IconHelium"},l.default.createElement(B.Path,{d:"M14.016 21.0113L11.9963 22.5002L9.97665 21.0113L10.8944 13.9071L5.19165 18.2526L2.89062 17.2501L3.17159 14.7592L9.79191 12L3.17159 9.24081L2.89062 6.74988L5.19165 5.74743L10.8944 10.0929L9.97665 2.98866L11.9963 1.49976L14.016 2.98866L13.0982 10.0929L18.801 5.74743L21.102 6.74988L20.821 9.24081L14.2007 12L20.821 14.7592L21.102 17.2501L18.801 18.2526L13.0982 13.9071L14.016 21.0113Z",fill:"currentColor"}))),D=y;
2
+
3
+ //# debugId=787B99603D7EDCA364756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/IconHelium/index.tsx", "src/CentralIconBase/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconHelium: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconHelium\"><Path d=\"M14.016 21.0113L11.9963 22.5002L9.97665 21.0113L10.8944 13.9071L5.19165 18.2526L2.89062 17.2501L3.17159 14.7592L9.79191 12L3.17159 9.24081L2.89062 6.74988L5.19165 5.74743L10.8944 10.0929L9.97665 2.98866L11.9963 1.49976L14.016 2.98866L13.0982 10.0929L18.801 5.74743L21.102 6.74988L20.821 9.24081L14.2007 12L20.821 14.7592L21.102 17.2501L18.801 18.2526L13.0982 13.9071L14.016 21.0113Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconHelium;\n",
6
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\ntype Props = CentralIconBaseProps;\n\nconst ModernCentralIconBase: React.FC<Props> = (props) => {\n const instanceId = React.useId();\n return <CentralIconSvg {...props} instanceId={instanceId} />;\n};\n\nlet nextLegacyId = 0;\n\n// React's Server Components runtime exposes useId but not Component. Only\n// define the legacy class when it is needed, so modern imports stay RSC-safe.\nconst LegacyCentralIconBase =\n typeof React.useId === \"function\"\n ? undefined\n : class extends React.Component<\n { iconProps: Props },\n { instanceId?: string }\n > {\n state: { instanceId?: string } = {};\n\n componentDidMount() {\n // Defer legacy IDs until mount so server and initial client markup agree.\n this.setState({ instanceId: `legacy-${++nextLegacyId}` });\n }\n\n render() {\n return <CentralIconSvg {...this.props.iconProps} instanceId={this.state.instanceId} />;\n }\n };\n\nexport const CentralIconBase: React.FC<Props> = (props) =>\n LegacyCentralIconBase ? (\n <LegacyCentralIconBase iconProps={props} />\n ) : (\n <ModernCentralIconBase {...props} />\n );\n\nconst CentralIconSvg: FC<CentralIconBaseProps & { instanceId?: string }> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n instanceId,\n ...props\n}) => {\n const uniqueMaskId = instanceId ? `${maskId}-${instanceId}` : maskId;\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={uniqueMaskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${uniqueMaskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
7
+ ],
8
+ "mappings": "ygCAAkB,IAAlB,4DCA0B,IAA1B,sBACA,8BAUM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,UAAM,MAAM,EAC/B,OAAO,wBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,UAAM,QAAU,WACnB,OACA,cAAc,UAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,wBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,wBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,wBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFe,IAArB,8BAEa,EAA+D,UAAM,KAAK,CAAC,IAC/E,wBAAif,EAAjf,IAAqB,EAAO,OAAO,+CAA8C,wBAAC,OAAD,CAAM,EAAE,iYAAiY,KAAK,eAAc,CAAI,CACzf,EAEc",
9
+ "debugId": "787B99603D7EDCA364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import n from"react";import{Svg as u,Mask as I,Rect as i,G as C}from"react-native-svg";var f=(o)=>{let e=n.useId();return n.createElement(d,{...o,instanceId:e})},g=0,p=typeof n.useId==="function"?void 0:class extends n.Component{state={};componentDidMount(){this.setState({instanceId:`legacy-${++g}`})}render(){return n.createElement(d,{...this.props.iconProps,instanceId:this.state.instanceId})}},c=(o)=>p?n.createElement(p,{iconProps:o}):n.createElement(f,{...o}),d=({children:o,size:e=24,mode:l="masked",maskId:t,instanceId:s,...m})=>{let a=s?`${t}-${s}`:t,L=l!=="raw"&&!!t;return n.createElement(u,{...m,width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},L?n.createElement(n.Fragment,null,n.createElement(I,{id:a,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.createElement(i,{width:"24",height:"24",fill:"#000"}),n.createElement(C,{color:"#fff"},o)),n.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${a})`})):o)};import{Path as h}from"react-native-svg";var P=r.memo((o)=>r.createElement(c,{...o,maskId:"round-outlined-radius-3-stroke-1-IconHelium"},r.createElement(h,{d:"M14.016 21.0113L11.9963 22.5002L9.97665 21.0113L10.8944 13.9071L5.19165 18.2526L2.89062 17.2501L3.17159 14.7592L9.79191 12L3.17159 9.24081L2.89062 6.74988L5.19165 5.74743L10.8944 10.0929L9.97665 2.98866L11.9963 1.49976L14.016 2.98866L13.0982 10.0929L18.801 5.74743L21.102 6.74988L20.821 9.24081L14.2007 12L20.821 14.7592L21.102 17.2501L18.801 18.2526L13.0982 13.9071L14.016 21.0113Z",fill:"currentColor"}))),G=P;export{P as IconHelium,G as default};
2
+
3
+ //# debugId=B308C24690413BCC64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/IconHelium/index.tsx", "src/CentralIconBase/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconHelium: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconHelium\"><Path d=\"M14.016 21.0113L11.9963 22.5002L9.97665 21.0113L10.8944 13.9071L5.19165 18.2526L2.89062 17.2501L3.17159 14.7592L9.79191 12L3.17159 9.24081L2.89062 6.74988L5.19165 5.74743L10.8944 10.0929L9.97665 2.98866L11.9963 1.49976L14.016 2.98866L13.0982 10.0929L18.801 5.74743L21.102 6.74988L20.821 9.24081L14.2007 12L20.821 14.7592L21.102 17.2501L18.801 18.2526L13.0982 13.9071L14.016 21.0113Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconHelium;\n",
6
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\ntype Props = CentralIconBaseProps;\n\nconst ModernCentralIconBase: React.FC<Props> = (props) => {\n const instanceId = React.useId();\n return <CentralIconSvg {...props} instanceId={instanceId} />;\n};\n\nlet nextLegacyId = 0;\n\n// React's Server Components runtime exposes useId but not Component. Only\n// define the legacy class when it is needed, so modern imports stay RSC-safe.\nconst LegacyCentralIconBase =\n typeof React.useId === \"function\"\n ? undefined\n : class extends React.Component<\n { iconProps: Props },\n { instanceId?: string }\n > {\n state: { instanceId?: string } = {};\n\n componentDidMount() {\n // Defer legacy IDs until mount so server and initial client markup agree.\n this.setState({ instanceId: `legacy-${++nextLegacyId}` });\n }\n\n render() {\n return <CentralIconSvg {...this.props.iconProps} instanceId={this.state.instanceId} />;\n }\n };\n\nexport const CentralIconBase: React.FC<Props> = (props) =>\n LegacyCentralIconBase ? (\n <LegacyCentralIconBase iconProps={props} />\n ) : (\n <ModernCentralIconBase {...props} />\n );\n\nconst CentralIconSvg: FC<CentralIconBaseProps & { instanceId?: string }> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n instanceId,\n ...props\n}) => {\n const uniqueMaskId = instanceId ? `${maskId}-${instanceId}` : maskId;\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={uniqueMaskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${uniqueMaskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
7
+ ],
8
+ "mappings": "AAAA,qBCAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAU1B,IAAM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,EAAM,MAAM,EAC/B,OAAO,gBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,EAAM,QAAU,WACnB,OACA,cAAc,EAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,gBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,gBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,gBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFN,eAAS,yBAEF,IAAM,EAA+D,EAAM,KAAK,CAAC,IAC/E,gBAAif,EAAjf,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,EAAE,iYAAiY,KAAK,eAAc,CAAI,CACzf,EAEc",
9
+ "debugId": "B308C24690413BCC64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMuse: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconMuse;
@@ -0,0 +1,3 @@
1
+ var M=Object.create;var{getPrototypeOf:w,defineProperty:p,getOwnPropertyNames:I,getOwnPropertyDescriptor:S}=Object,l=Object.prototype.hasOwnProperty;function f(n){return this[n]}var v,F,g=(n,o,t)=>{var r=n!=null&&typeof n==="object";if(r){var a=o?v??=new WeakMap:F??=new WeakMap,c=a.get(n);if(c)return c}t=n!=null?M(w(n)):{};let C=o||!n||!n.__esModule||!l.call(n,"default")?p(t,"default",{value:n,enumerable:!0}):t;if(n&&typeof n==="object"||typeof n==="function"){for(let i of I(n))if(!l.call(C,i))p(C,i,{get:f.bind(n,i),enumerable:!0})}if(r)a.set(n,C);return C},h=(n)=>{var o=(u??=new WeakMap).get(n),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),n&&typeof n==="object"||typeof n==="function"){for(var r of I(n))if(!l.call(o,r))p(o,r,{get:f.bind(n,r),enumerable:!(t=S(n,r))||t.enumerable})}return u.set(n,o),o},u;var b=(n)=>n;function G(n,o){this[n]=b.bind(null,o)}var P=(n,o)=>{for(var t in o)p(n,t,{get:o[t],enumerable:!0,configurable:!0,set:G.bind(o,t)})};var D={};P(D,{IconMuse:()=>k,default:()=>E});module.exports=h(D);var d=g(require("react"));var q={};P(q,{CentralIconBase:()=>m});var e=g(require("react")),s=require("react-native-svg"),L=(n)=>{let o=e.default.useId();return e.default.createElement(B,{...n,instanceId:o})},U=0,x=typeof e.default.useId==="function"?void 0:class extends e.default.Component{state={};componentDidMount(){this.setState({instanceId:`legacy-${++U}`})}render(){return e.default.createElement(B,{...this.props.iconProps,instanceId:this.state.instanceId})}},m=(n)=>x?e.default.createElement(x,{iconProps:n}):e.default.createElement(L,{...n}),B=({children:n,size:o=24,mode:t="masked",maskId:r,instanceId:a,...c})=>{let C=a?`${r}-${a}`:r,i=t!=="raw"&&!!r;return e.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"},i?e.default.createElement(e.default.Fragment,null,e.default.createElement(s.Mask,{id:C,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.default.createElement(s.Rect,{width:"24",height:"24",fill:"#000"}),e.default.createElement(s.G,{color:"#fff"},n)),e.default.createElement(s.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${C})`})):n)};var y=require("react-native-svg"),k=d.default.memo((n)=>d.default.createElement(m,{...n,maskId:"round-outlined-radius-3-stroke-1-IconMuse"},d.default.createElement(y.Path,{d:"M5.91024 4C6.77684 4 7.39658 4.67666 7.39658 5.73832C7.39653 6.79973 7.22541 7.75727 6.94149 9.79012C6.73792 11.2145 6.38888 13.389 6.24325 14.2931C6.52285 13.7585 7.17786 12.5091 7.29403 12.2745C8.66605 9.50557 10.0959 7.03196 10.508 6.37699C11.0544 5.50256 11.535 5.15237 12.2785 5.15237C12.6646 5.1524 13.124 5.34745 13.3517 5.60744C13.6604 5.96037 13.7248 6.52934 13.714 7.14946C13.6979 8.10067 13.5745 9.61727 13.4054 11.3077C13.3301 12.0603 13.1849 13.5966 13.0871 14.6271C13.9654 13.0557 15.5908 10.1656 16.2463 9.15632C16.8177 8.27657 17.3921 7.71004 18.1643 7.71001C18.8305 7.71001 19.6517 8.1809 19.6028 9.43268C19.5308 11.2803 19.2644 15.3046 19.1428 17.1105C19.9601 15.9209 21.0333 14.16 21.4358 13.4982C21.8428 12.8289 22.2603 12.288 22.8938 12.2696C23.544 12.2508 23.9794 12.6928 23.9993 13.3751C24.019 14.0576 23.6123 14.8251 23.0725 15.6965C22.4868 16.642 21.8312 17.654 21.0335 18.5988C20.2358 19.5436 19.5027 20.2618 18.384 20.2619C17.382 20.2619 16.6771 19.5961 16.6281 18.3771C16.6026 17.7384 16.7235 16.3647 16.8147 15.2912C16.9202 14.048 17.0478 12.8476 17.1369 12.0538C16.2563 13.6665 14.4026 17.0432 13.5685 18.3615C12.7524 19.6512 12.3547 20.1055 11.4933 20.1057C10.6316 20.1057 10.2536 19.485 10.2413 18.551C10.2275 17.5379 10.9886 11.4547 11.2462 9.42781C10.8285 10.3217 9.80148 12.5163 9.15734 13.8214C8.53419 15.0843 7.48905 17.2665 6.73055 18.5236C6.18411 19.4293 5.57028 20.1056 4.66021 20.1057C3.75009 20.1057 3.23637 19.4939 3.23637 18.51C3.23637 17.5261 3.52123 15.8868 3.82721 13.8536C3.98019 12.8697 4.15464 11.7982 4.35161 10.6612C4.49583 9.83846 4.74639 8.39097 4.90045 7.502C4.20053 8.59186 2.9409 10.5536 2.55764 11.1446C2.1315 11.8019 1.74901 12.2812 1.11525 12.2813C0.415901 12.2813 0.000127898 11.7355 0 11.1017C0 10.4678 0.322379 9.97919 0.845713 9.11922C1.51779 8.01407 2.72591 6.50769 3.38774 5.71681C4.1678 4.78476 4.9474 4.00012 5.91024 4Z",fill:"currentColor"}))),E=k;
2
+
3
+ //# debugId=280F52D780D73BE864756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/IconMuse/index.tsx", "src/CentralIconBase/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMuse: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconMuse\"><Path d=\"M5.91024 4C6.77684 4 7.39658 4.67666 7.39658 5.73832C7.39653 6.79973 7.22541 7.75727 6.94149 9.79012C6.73792 11.2145 6.38888 13.389 6.24325 14.2931C6.52285 13.7585 7.17786 12.5091 7.29403 12.2745C8.66605 9.50557 10.0959 7.03196 10.508 6.37699C11.0544 5.50256 11.535 5.15237 12.2785 5.15237C12.6646 5.1524 13.124 5.34745 13.3517 5.60744C13.6604 5.96037 13.7248 6.52934 13.714 7.14946C13.6979 8.10067 13.5745 9.61727 13.4054 11.3077C13.3301 12.0603 13.1849 13.5966 13.0871 14.6271C13.9654 13.0557 15.5908 10.1656 16.2463 9.15632C16.8177 8.27657 17.3921 7.71004 18.1643 7.71001C18.8305 7.71001 19.6517 8.1809 19.6028 9.43268C19.5308 11.2803 19.2644 15.3046 19.1428 17.1105C19.9601 15.9209 21.0333 14.16 21.4358 13.4982C21.8428 12.8289 22.2603 12.288 22.8938 12.2696C23.544 12.2508 23.9794 12.6928 23.9993 13.3751C24.019 14.0576 23.6123 14.8251 23.0725 15.6965C22.4868 16.642 21.8312 17.654 21.0335 18.5988C20.2358 19.5436 19.5027 20.2618 18.384 20.2619C17.382 20.2619 16.6771 19.5961 16.6281 18.3771C16.6026 17.7384 16.7235 16.3647 16.8147 15.2912C16.9202 14.048 17.0478 12.8476 17.1369 12.0538C16.2563 13.6665 14.4026 17.0432 13.5685 18.3615C12.7524 19.6512 12.3547 20.1055 11.4933 20.1057C10.6316 20.1057 10.2536 19.485 10.2413 18.551C10.2275 17.5379 10.9886 11.4547 11.2462 9.42781C10.8285 10.3217 9.80148 12.5163 9.15734 13.8214C8.53419 15.0843 7.48905 17.2665 6.73055 18.5236C6.18411 19.4293 5.57028 20.1056 4.66021 20.1057C3.75009 20.1057 3.23637 19.4939 3.23637 18.51C3.23637 17.5261 3.52123 15.8868 3.82721 13.8536C3.98019 12.8697 4.15464 11.7982 4.35161 10.6612C4.49583 9.83846 4.74639 8.39097 4.90045 7.502C4.20053 8.59186 2.9409 10.5536 2.55764 11.1446C2.1315 11.8019 1.74901 12.2812 1.11525 12.2813C0.415901 12.2813 0.000127898 11.7355 0 11.1017C0 10.4678 0.322379 9.97919 0.845713 9.11922C1.51779 8.01407 2.72591 6.50769 3.38774 5.71681C4.1678 4.78476 4.9474 4.00012 5.91024 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconMuse;\n",
6
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\ntype Props = CentralIconBaseProps;\n\nconst ModernCentralIconBase: React.FC<Props> = (props) => {\n const instanceId = React.useId();\n return <CentralIconSvg {...props} instanceId={instanceId} />;\n};\n\nlet nextLegacyId = 0;\n\n// React's Server Components runtime exposes useId but not Component. Only\n// define the legacy class when it is needed, so modern imports stay RSC-safe.\nconst LegacyCentralIconBase =\n typeof React.useId === \"function\"\n ? undefined\n : class extends React.Component<\n { iconProps: Props },\n { instanceId?: string }\n > {\n state: { instanceId?: string } = {};\n\n componentDidMount() {\n // Defer legacy IDs until mount so server and initial client markup agree.\n this.setState({ instanceId: `legacy-${++nextLegacyId}` });\n }\n\n render() {\n return <CentralIconSvg {...this.props.iconProps} instanceId={this.state.instanceId} />;\n }\n };\n\nexport const CentralIconBase: React.FC<Props> = (props) =>\n LegacyCentralIconBase ? (\n <LegacyCentralIconBase iconProps={props} />\n ) : (\n <ModernCentralIconBase {...props} />\n );\n\nconst CentralIconSvg: FC<CentralIconBaseProps & { instanceId?: string }> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n instanceId,\n ...props\n}) => {\n const uniqueMaskId = instanceId ? `${maskId}-${instanceId}` : maskId;\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={uniqueMaskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${uniqueMaskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
7
+ ],
8
+ "mappings": "ugCAAkB,IAAlB,4DCA0B,IAA1B,sBACA,8BAUM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,UAAM,MAAM,EAC/B,OAAO,wBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,UAAM,QAAU,WACnB,OACA,cAAc,UAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,wBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,wBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,wBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFe,IAArB,8BAEa,EAA6D,UAAM,KAAK,CAAC,IAC7E,wBAAg9D,EAAh9D,IAAqB,EAAO,OAAO,6CAA4C,wBAAC,OAAD,CAAM,EAAE,k2DAAk2D,KAAK,eAAc,CAAI,CACx9D,EAEc",
9
+ "debugId": "280F52D780D73BE864756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import n from"react";import{Svg as u,Mask as I,Rect as a,G as f}from"react-native-svg";var g=(o)=>{let e=n.useId();return n.createElement(c,{...o,instanceId:e})},h=0,i=typeof n.useId==="function"?void 0:class extends n.Component{state={};componentDidMount(){this.setState({instanceId:`legacy-${++h}`})}render(){return n.createElement(c,{...this.props.iconProps,instanceId:this.state.instanceId})}},p=(o)=>i?n.createElement(i,{iconProps:o}):n.createElement(g,{...o}),c=({children:o,size:e=24,mode:d="masked",maskId:t,instanceId:s,...l})=>{let C=s?`${t}-${s}`:t,m=d!=="raw"&&!!t;return n.createElement(u,{...l,width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},m?n.createElement(n.Fragment,null,n.createElement(I,{id:C,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.createElement(a,{width:"24",height:"24",fill:"#000"}),n.createElement(f,{color:"#fff"},o)),n.createElement(a,{width:"24",height:"24",fill:"currentColor",mask:`url(#${C})`})):o)};import{Path as P}from"react-native-svg";var x=r.memo((o)=>r.createElement(p,{...o,maskId:"round-outlined-radius-3-stroke-1-IconMuse"},r.createElement(P,{d:"M5.91024 4C6.77684 4 7.39658 4.67666 7.39658 5.73832C7.39653 6.79973 7.22541 7.75727 6.94149 9.79012C6.73792 11.2145 6.38888 13.389 6.24325 14.2931C6.52285 13.7585 7.17786 12.5091 7.29403 12.2745C8.66605 9.50557 10.0959 7.03196 10.508 6.37699C11.0544 5.50256 11.535 5.15237 12.2785 5.15237C12.6646 5.1524 13.124 5.34745 13.3517 5.60744C13.6604 5.96037 13.7248 6.52934 13.714 7.14946C13.6979 8.10067 13.5745 9.61727 13.4054 11.3077C13.3301 12.0603 13.1849 13.5966 13.0871 14.6271C13.9654 13.0557 15.5908 10.1656 16.2463 9.15632C16.8177 8.27657 17.3921 7.71004 18.1643 7.71001C18.8305 7.71001 19.6517 8.1809 19.6028 9.43268C19.5308 11.2803 19.2644 15.3046 19.1428 17.1105C19.9601 15.9209 21.0333 14.16 21.4358 13.4982C21.8428 12.8289 22.2603 12.288 22.8938 12.2696C23.544 12.2508 23.9794 12.6928 23.9993 13.3751C24.019 14.0576 23.6123 14.8251 23.0725 15.6965C22.4868 16.642 21.8312 17.654 21.0335 18.5988C20.2358 19.5436 19.5027 20.2618 18.384 20.2619C17.382 20.2619 16.6771 19.5961 16.6281 18.3771C16.6026 17.7384 16.7235 16.3647 16.8147 15.2912C16.9202 14.048 17.0478 12.8476 17.1369 12.0538C16.2563 13.6665 14.4026 17.0432 13.5685 18.3615C12.7524 19.6512 12.3547 20.1055 11.4933 20.1057C10.6316 20.1057 10.2536 19.485 10.2413 18.551C10.2275 17.5379 10.9886 11.4547 11.2462 9.42781C10.8285 10.3217 9.80148 12.5163 9.15734 13.8214C8.53419 15.0843 7.48905 17.2665 6.73055 18.5236C6.18411 19.4293 5.57028 20.1056 4.66021 20.1057C3.75009 20.1057 3.23637 19.4939 3.23637 18.51C3.23637 17.5261 3.52123 15.8868 3.82721 13.8536C3.98019 12.8697 4.15464 11.7982 4.35161 10.6612C4.49583 9.83846 4.74639 8.39097 4.90045 7.502C4.20053 8.59186 2.9409 10.5536 2.55764 11.1446C2.1315 11.8019 1.74901 12.2812 1.11525 12.2813C0.415901 12.2813 0.000127898 11.7355 0 11.1017C0 10.4678 0.322379 9.97919 0.845713 9.11922C1.51779 8.01407 2.72591 6.50769 3.38774 5.71681C4.1678 4.78476 4.9474 4.00012 5.91024 4Z",fill:"currentColor"}))),L=x;export{x as IconMuse,L as default};
2
+
3
+ //# debugId=3B14C5AA612D3A8C64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/IconMuse/index.tsx", "src/CentralIconBase/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMuse: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconMuse\"><Path d=\"M5.91024 4C6.77684 4 7.39658 4.67666 7.39658 5.73832C7.39653 6.79973 7.22541 7.75727 6.94149 9.79012C6.73792 11.2145 6.38888 13.389 6.24325 14.2931C6.52285 13.7585 7.17786 12.5091 7.29403 12.2745C8.66605 9.50557 10.0959 7.03196 10.508 6.37699C11.0544 5.50256 11.535 5.15237 12.2785 5.15237C12.6646 5.1524 13.124 5.34745 13.3517 5.60744C13.6604 5.96037 13.7248 6.52934 13.714 7.14946C13.6979 8.10067 13.5745 9.61727 13.4054 11.3077C13.3301 12.0603 13.1849 13.5966 13.0871 14.6271C13.9654 13.0557 15.5908 10.1656 16.2463 9.15632C16.8177 8.27657 17.3921 7.71004 18.1643 7.71001C18.8305 7.71001 19.6517 8.1809 19.6028 9.43268C19.5308 11.2803 19.2644 15.3046 19.1428 17.1105C19.9601 15.9209 21.0333 14.16 21.4358 13.4982C21.8428 12.8289 22.2603 12.288 22.8938 12.2696C23.544 12.2508 23.9794 12.6928 23.9993 13.3751C24.019 14.0576 23.6123 14.8251 23.0725 15.6965C22.4868 16.642 21.8312 17.654 21.0335 18.5988C20.2358 19.5436 19.5027 20.2618 18.384 20.2619C17.382 20.2619 16.6771 19.5961 16.6281 18.3771C16.6026 17.7384 16.7235 16.3647 16.8147 15.2912C16.9202 14.048 17.0478 12.8476 17.1369 12.0538C16.2563 13.6665 14.4026 17.0432 13.5685 18.3615C12.7524 19.6512 12.3547 20.1055 11.4933 20.1057C10.6316 20.1057 10.2536 19.485 10.2413 18.551C10.2275 17.5379 10.9886 11.4547 11.2462 9.42781C10.8285 10.3217 9.80148 12.5163 9.15734 13.8214C8.53419 15.0843 7.48905 17.2665 6.73055 18.5236C6.18411 19.4293 5.57028 20.1056 4.66021 20.1057C3.75009 20.1057 3.23637 19.4939 3.23637 18.51C3.23637 17.5261 3.52123 15.8868 3.82721 13.8536C3.98019 12.8697 4.15464 11.7982 4.35161 10.6612C4.49583 9.83846 4.74639 8.39097 4.90045 7.502C4.20053 8.59186 2.9409 10.5536 2.55764 11.1446C2.1315 11.8019 1.74901 12.2812 1.11525 12.2813C0.415901 12.2813 0.000127898 11.7355 0 11.1017C0 10.4678 0.322379 9.97919 0.845713 9.11922C1.51779 8.01407 2.72591 6.50769 3.38774 5.71681C4.1678 4.78476 4.9474 4.00012 5.91024 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconMuse;\n",
6
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\ntype Props = CentralIconBaseProps;\n\nconst ModernCentralIconBase: React.FC<Props> = (props) => {\n const instanceId = React.useId();\n return <CentralIconSvg {...props} instanceId={instanceId} />;\n};\n\nlet nextLegacyId = 0;\n\n// React's Server Components runtime exposes useId but not Component. Only\n// define the legacy class when it is needed, so modern imports stay RSC-safe.\nconst LegacyCentralIconBase =\n typeof React.useId === \"function\"\n ? undefined\n : class extends React.Component<\n { iconProps: Props },\n { instanceId?: string }\n > {\n state: { instanceId?: string } = {};\n\n componentDidMount() {\n // Defer legacy IDs until mount so server and initial client markup agree.\n this.setState({ instanceId: `legacy-${++nextLegacyId}` });\n }\n\n render() {\n return <CentralIconSvg {...this.props.iconProps} instanceId={this.state.instanceId} />;\n }\n };\n\nexport const CentralIconBase: React.FC<Props> = (props) =>\n LegacyCentralIconBase ? (\n <LegacyCentralIconBase iconProps={props} />\n ) : (\n <ModernCentralIconBase {...props} />\n );\n\nconst CentralIconSvg: FC<CentralIconBaseProps & { instanceId?: string }> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n instanceId,\n ...props\n}) => {\n const uniqueMaskId = instanceId ? `${maskId}-${instanceId}` : maskId;\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={uniqueMaskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${uniqueMaskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
7
+ ],
8
+ "mappings": "AAAA,qBCAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAU1B,IAAM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,EAAM,MAAM,EAC/B,OAAO,gBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,EAAM,QAAU,WACnB,OACA,cAAc,EAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,gBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,gBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,gBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFN,eAAS,yBAEF,IAAM,EAA6D,EAAM,KAAK,CAAC,IAC7E,gBAAg9D,EAAh9D,IAAqB,EAAO,OAAO,6CAA4C,gBAAC,EAAD,CAAM,EAAE,k2DAAk2D,KAAK,eAAc,CAAI,CACx9D,EAEc",
9
+ "debugId": "3B14C5AA612D3A8C64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1917,6 +1917,8 @@ Below is a complete list of available icons:
1917
1917
  - IconKimi
1918
1918
  - IconSpacexai
1919
1919
  - IconQwen
1920
+ - IconHelium
1921
+ - IconMuse
1920
1922
 
1921
1923
  ### Sound & Music
1922
1924