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