UNPKG

@figlinq/plotly-icons

Version:
37 lines 1.13 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 TraceTypeRangeSliderIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, { viewBox: "0 0 46 46", ...props, children: [/*#__PURE__*/_jsx("path", { fill: "none", d: "M0 0h46v46H0z" }), /*#__PURE__*/_jsx("path", { fill: "none", stroke: "#08547d", d: "M5.087 16.308 9.516 18.5l5.152-3.607 6.206 2.569 9.384-4.962 10.046 12.725", strokeMiterlimit: "10", strokeWidth: "2.348" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M5 33h15v6H5zm26 0h10v6H31z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M20 33h11v6H20z" }), /*#__PURE__*/_jsx("path", { fill: "none", stroke: "#55bbe7", d: "m5 23 5 3 4-4 9 3 18-12", strokeMiterlimit: "10", strokeWidth: "2.348" }), /*#__PURE__*/_jsx("path", { fill: "none", stroke: "#08547d", d: "M23 42h-3V30h3m5 12h3V30h-3", strokeMiterlimit: "10", strokeWidth: "2.348" })] }); export default TraceTypeRangeSliderIcon;