@figlinq/plotly-icons
Version:
set of plotly icons
34 lines • 1.18 kB
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 TraceTypeScatterpolarIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
stroke: "#08547d",
d: "m38.985 32.246-16 9.221L7 32.221l.015-18.467 16-9.221L39 13.779l-.015 18.467z",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08547d",
d: "m33.99 29.357-11 6.339L12 29.339l.01-12.696 11-6.339L34 16.661l-.01 12.696z",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08547d",
d: "m28.994 26.467-6 3.458L17 26.458l.006-6.925 6-3.458L29 19.542l-.006 6.925zM39 32 7 14m0 18 32-18M23 5v36.185",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
})]
});
export default TraceTypeScatterpolarIcon;