@lunit/oui
Version:
Lunit Oncology UI components
4 lines (3 loc) • 407 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const SvgIcRectangleoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M1 2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm1 0v16h16V2z", clipRule: "evenodd" }) }));
export default SvgIcRectangleoutlined20Px;