UNPKG

@figlinq/plotly-icons

Version:
31 lines 1.05 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 TraceTypeTimeSeriesIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, { viewBox: "0 0 46 46", ...props, children: /*#__PURE__*/_jsxs("g", { fill: "none", children: [/*#__PURE__*/_jsx("path", { stroke: "#55bbe7", d: "M7 6v31M23 6v31M15 6v34M31 6v34m8-34v31", strokeMiterlimit: "10", strokeWidth: "2" }), /*#__PURE__*/_jsx("path", { d: "M0 0h46v46H0z" }), /*#__PURE__*/_jsx("path", { stroke: "#08547d", d: "M5.13 24.645 11 29l4-6.871 3.458 2.516L23 17.29l3.917 10.032L31 15.451 35.082 24l4.168-4.355 2.054-5.71", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }), /*#__PURE__*/_jsx("path", { stroke: "#08547d", d: "M4 39h6m2 3h6m2-3h6m2 3h6m2-3h6", strokeLinejoin: "round", strokeWidth: "2" })] }) }); export default TraceTypeTimeSeriesIcon;