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