@figlinq/plotly-icons
Version:
set of plotly icons
25 lines • 809 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 TraceTypeLineIcon = 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: "m5.087 39 9.391-12.913 8.218 7.043L37.957 12",
strokeMiterlimit: "10",
strokeWidth: "2.348"
}), /*#__PURE__*/_jsx("path", {
stroke: "#08547d",
d: "m12.13 37.826 11.74-15.261 8.217 7.044 8.217-11.739",
strokeMiterlimit: "10",
strokeWidth: "2.348"
})]
})
});
export default TraceTypeLineIcon;