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