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