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