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