import * as React from "react"; import { ISvgIcons } from "./type"; export const BlockerIcon: React.FC = ({ height = "24", width = "24", className = "", ...rest }) => ( );