@icongo/li
Version:
LibreICONS Icons
14 lines • 709 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiChartPie = props => /*#__PURE__*/_jsx("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", {
d: "m6.333 7.403 3.792 3.791q-.736.75-1.719 1.167-.982.417-2.073.417-1.451 0-2.677-.716-1.225-.715-1.94-1.94Q1 8.896 1 7.444q0-1.451.715-2.677.716-1.225 1.941-1.94 1.226-.716 2.677-.716v5.292zm1.299.041H13q0 1.09-.417 2.073-.416.983-1.166 1.72zm4.924-.888H7.222V1.222q1.452 0 2.677.716 1.226.715 1.941 1.94.716 1.226.716 2.678z"
})
}));
export { LIGuiChartPie };