@lunit/oui
Version:
Lunit Oncology UI components
4 lines (3 loc) • 472 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const SvgIcRectangleExcludeoutlined20Px = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: [_jsx("path", { fillRule: "evenodd", d: "M1 2h1v16H1zm1 15h16v1H2zM2 2h10v1H2zm16 9h1v7h-1z", clipRule: "evenodd" }), _jsx("path", { d: "M12.5 7a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1z" })] }));
export default SvgIcRectangleExcludeoutlined20Px;