@lunit/oui
Version:
Lunit Oncology UI components
4 lines (3 loc) • 537 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const SvgIcInformationLargeoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m-9 8a9 9 0 1 1 18 0 9 9 0 0 1-18 0m8.25 4.247c0 .38.283.694.65.743a.5.5 0 0 0 .2 0 .75.75 0 0 0 .65-.743v-5.5a.75.75 0 0 0-1.5 0zM10 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2", clipRule: "evenodd" }) }));
export default SvgIcInformationLargeoutlined20Px;