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