@figlinq/plotly-icons
Version:
set of plotly icons
19 lines • 602 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 TraceTypeAreaIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M38 39V23l-11 4-9-3-11 3v12h31z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "m38 21-11 4-9-3-11 3V14l14 5L38 7v14z"
})]
});
export default TraceTypeAreaIcon;