import React from "react"; const EntityIcon = (props: React.SVGProps) => { return ( ); }; export { EntityIcon };