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