import * as React from 'react'; export interface LiquidSoapContainer24Props extends React.SVGProps { ariaLabel?: string } export default function LiquidSoapContainer24({ ariaLabel, ...props }: LiquidSoapContainer24Props) { return ( ); }