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