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