import * as React from "react"; import { SVGProps } from "react"; const SvgFridgeIndustrial = (props: SVGProps) => ( ); export default SvgFridgeIndustrial;