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