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