@uiw/icons
Version:
The premium icon font for uiw Component Library.
14 lines • 944 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var PieChart = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "w-icon " + (props.className ? props.className : ''),
children: /*#__PURE__*/_jsx("path", {
d: "M1.36909829,18.6151347 L19.3154509,18.6151347 C19.6935169,18.6151347 20,18.9251474 20,19.3075674 C20,19.6899873 19.6935169,20 19.3154509,20 L0.684549146,20 C0.306483092,20 0,19.6899873 0,19.3075674 L0,0.692432639 C0,0.310012652 0.306483092,0 0.684549146,0 C1.0626152,0 1.36909829,0.310012652 1.36909829,0.692432639 L1.36909829,18.6151347 Z M2.83676637,17.3989425 L5.59036035,11.8283319 L8.34395433,13.2209845 L11.7863833,9.04214355 L14.5399773,11.1315641 L18.6712413,4.86418564 L18.6712413,17.3989425 L2.83676637,17.3989425 Z",
fillRule: "evenodd"
})
}));