@figlinq/plotly-icons
Version:
set of plotly icons
20 lines • 656 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 TraceTypeOhlcIcon = 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: "#08547d",
d: "M23 24v16M11 12v24M35 6v29m-24 0H6m10-14h-5m12 18h-5m11-14h-5m11 5h-5M40 7h-5",
strokeMiterlimit: "10",
strokeWidth: "2"
})]
})
});
export default TraceTypeOhlcIcon;