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