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