@figlinq/plotly-icons
Version:
set of plotly icons
32 lines • 1.01 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 TraceTypeParcoordsIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: /*#__PURE__*/_jsxs("g", {
fill: "none",
children: [/*#__PURE__*/_jsx("path", {
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("path", {
stroke: "#55bbe7",
d: "M9 8v30m9-30v30M28 8v30m9-30v30",
strokeMiterlimit: "10",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
stroke: "#08547d",
d: "M9 28.429 18 29l10-4.714L37 31M9 23.074 18 23l10-11.92L37 20",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
stroke: "#08547d",
d: "m9 17 9 6 10 1 9-4",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
})]
})
});
export default TraceTypeParcoordsIcon;