// Import necessary functions and types import React from "react"; import { createSvgIcon } from "@mui/material/utils"; // Define the SVG component using createSvgIcon export const BUILDING = createSvgIcon( , "Building" ); export const GEAR = createSvgIcon( , "Gear" );