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