import React from "react"; import SvgIcon from "./base"; function Shell({ className = "" }) { return ( ); } export default Shell;