@lunit/oui
Version:
Lunit Oncology UI components
4 lines (3 loc) • 544 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const SvgIcRectangleIncludeoutlined20Px = (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: "M15.5 3a.5.5 0 0 0-.5.5V6h-2.5a.5.5 0 0 0 0 1H15v2.5a.5.5 0 0 0 1 0V7h2.5a.5.5 0 0 0 0-1H16V3.5a.5.5 0 0 0-.5-.5" })] }));
export default SvgIcRectangleIncludeoutlined20Px;