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