UNPKG

@figlinq/plotly-icons

Version:
40 lines 1.36 kB
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 TraceTypeSunburstIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, { viewBox: "0 0 60 60", ...props, children: [/*#__PURE__*/_jsx("circle", { cx: "29.31", cy: "31.08", r: "14.14", fill: "#3cb5e8" }), /*#__PURE__*/_jsx("path", { fill: "#7cc6e6", d: "M29.24 47.68A16.82 16.82 0 0 1 21 45.5l2.17-3.82a12.52 12.52 0 0 0 18.58-10.92h4.41a16.94 16.94 0 0 1-16.92 16.92Z" }), /*#__PURE__*/_jsx("path", { fill: "#08507a", d: "M20.23 47.09a18.67 18.67 0 0 1 9.34-34.83v18.67M29.57 30.93h18.67a18.67 18.67 0 0 0-18.67-18.67v18.67" }), /*#__PURE__*/_jsx("path", { fill: "#3cb5e8", d: "M19.46 48.5A20 20 0 1 1 49 30.93h-3.82a16.21 16.21 0 1 0-23.91 14.24Z" }), /*#__PURE__*/_jsx("path", { fill: "#3cb5e8", d: "M29.29 31.31h-12.1a12.1 12.1 0 0 1 12.1-12.1Z" }), /*#__PURE__*/_jsx("path", { fill: "#08507a", d: "M31.38 32.49 40 37.63a11.08 11.08 0 0 1-8.41 5.49l-.25-10.63" }), /*#__PURE__*/_jsx("circle", { cx: "29.61", cy: "30.35", r: "7.32", fill: "#fff" }), /*#__PURE__*/_jsx("circle", { cx: "29.61", cy: "30.35", r: "3.1", fill: "#08507a" })] }); export default TraceTypeSunburstIcon;