@figlinq/plotly-icons
Version:
set of plotly icons
46 lines • 1.18 kB
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 TraceTypeErrorBarsIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("circle", {
cx: "23",
cy: "31",
r: "3",
fill: "#08547d"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08547d",
d: "M23 23v16m4 0h-8m8-16h-8",
strokeMiterlimit: "10",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("circle", {
cx: "11",
cy: "23",
r: "3",
fill: "#08547d"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08547d",
d: "M11 11v24m4 0H7m8-24H7",
strokeMiterlimit: "10",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("circle", {
cx: "35",
cy: "21",
r: "3",
fill: "#08547d"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08547d",
d: "M35 9v24m4 0h-8m8-24h-8",
strokeMiterlimit: "10",
strokeWidth: "2"
})]
});
export default TraceTypeErrorBarsIcon;