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