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