@figlinq/plotly-icons
Version:
set of plotly icons
27 lines • 871 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
const TraceTypePieIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "m23 23-10.725 8.999A14 14 0 0 0 37 23z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M23 23h14A14 14 0 0 0 25.431 9.213zm0 0H9a14 14 0 0 0 3.275 8.999zm0 0 2.431 13.787A14 14 0 0 0 32 33.725z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "m23 23 2.431-13.787A14 14 0 0 0 9 23z"
}), /*#__PURE__*/_jsx("circle", {
cx: "23",
cy: "23",
r: "6",
fill: "#fff"
})]
});
export default TraceTypePieIcon;