@figlinq/plotly-icons
Version:
set of plotly icons
11 lines • 545 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
const PlotPieIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 32 32",
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M14.438 2.5C6.438 2.563 0 9.063 0 17c0 8.063 6.5 14.563 14.5 14.563 3.5 0 6.625-1.188 9.125-3.188l-9.188-10.813zm16.875 13.063V15c0-8.063-6.5-14.563-14.563-14.563h-.063v15.125zM32 17.75H17.437l9.125 10.813C29.75 26 31.875 22.125 32 17.75z"
})
});
export default PlotPieIcon;