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