@lunit/oui
Version:
Lunit Oncology UI components
4 lines (3 loc) • 450 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const SvgIcRefreshLeftoutlined20Px = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 20 20", ...props, children: _jsx("path", { fillRule: "evenodd", d: "M3.673 7a7 7 0 1 1-.275 5.333.5.5 0 0 0-.943.334A8 8 0 1 0 3 6.125V3.5a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1z", clipRule: "evenodd" }) }));
export default SvgIcRefreshLeftoutlined20Px;