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