UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

4 lines (3 loc) 912 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const SvgIcEllipseIncludeoutlined20Px = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: [_jsx("defs", { children: _jsxs("mask", { id: "ic_ellipse_include=outlined_20px_svg__a", maskContentUnits: "userSpaceOnUse", maskUnits: "userSpaceOnUse", children: [_jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }), _jsx("path", { fill: "#000", d: "m10 10 12.998-43.082 31.678 48.469Z" })] }) }), _jsx("path", { fillRule: "evenodd", d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 1a9 9 0 1 0 0-18 9 9 0 0 0 0 18", clipRule: "evenodd", mask: "url(#ic_ellipse_include=outlined_20px_svg__a)" }), _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 SvgIcEllipseIncludeoutlined20Px;