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