@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 894 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const RoundChart = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:round-chart" }, props, { children: _jsx("path", { d: "M11.1725236,12.5540531 C11.0130438,12.3106016 10.9526783,11.9960984 11.0677656,11.6685274 L13.6985133,4.18067586 C13.1511,4.06232573 12.5828285,4 12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 C13.2829049,20 14.4952792,19.6980224 15.5699191,19.1612708 L11.1725236,12.5540531 Z M20,12 C20,10.8647416 19.7635304,9.7847136 19.33716,8.8064847 L13.4221228,12.3243808 L17.2333904,18.0509237 C18.9279567,16.5840184 20,14.4172038 20,12 Z M22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 C17.5374756,2 22,6.4987793 22,12 Z" }) })));
export default RoundChart;
//# sourceMappingURL=round-chart.js.map