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