UNPKG

@figlinq/plotly-icons

Version:
37 lines 1.1 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 TraceTypeCandlestickIcon = 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: "M23 24v16M11 12v24M35 6v29", strokeMiterlimit: "10", strokeWidth: "2" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M8 19h6v10H8z" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M13 20v8H9v-8h4m2-2H7v12h8V18z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M20 27h6v4h-6z" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M25 28v2h-4v-2h4m2-2h-8v6h8v-6z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M32 15h6v14h-6z" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M37 16v12h-4V16h4m2-2h-8v16h8V14z" })] }); export default TraceTypeCandlestickIcon;