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