import * as React from "react"; function BanIcon(props: React.SVGProps) { return ; } export default BanIcon;