import { SvgIcon, SvgIconProps } from "@mui/material"; export default function BuildingShop(props: SvgIconProps) { return ( ); }