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