@icongo/li
Version:
LibreICONS Icons
22 lines • 887 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIChartDoughnut = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#00bcd4",
d: "M7 8.895c-1.042 0-1.895-.853-1.895-1.895S5.958 5.105 7 5.105V1C3.684 1 1 3.684 1 7s2.684 6 6 6c1.39 0 2.684-.474 3.726-1.295L8.2 8.485c-.347.252-.758.41-1.2.41z"
}), /*#__PURE__*/_jsx("path", {
fill: "#448aff",
d: "M8.895 7H13c0-3.316-2.684-6-6-6v4.105A1.9 1.9 0 0 1 8.895 7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3f51b5",
d: "M13 7H8.895c0 .6-.284 1.137-.727 1.484l2.527 3.221A5.94 5.94 0 0 0 13 7z"
})]
}));
export { LIChartDoughnut };