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