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