UNPKG

@figlinq/plotly-icons

Version:
37 lines 1.26 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 TraceTypeHeatmapIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, { viewBox: "0 0 46 46", ...props, children: [/*#__PURE__*/_jsx("path", { fill: "none", d: "M0 0h46v46H0z" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M32 20h6v6h-6zm-12-6h6v6h-6zm-6 6h6v6h-6zm0 12h6v6h-6zm6 0h6v6h-6zm12 0h6v6h-6zm-6-12h6v6h-6z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M26 14h6v6h-6zm6 0h6v6h-6zm-12 6h6v6h-6zM8 20h6v6H8z" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M14 14h6v6h-6z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M8 14h6v6H8z" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M26 26h6v6h-6zM8 26h6v6H8z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M20 26h6v6h-6zm12 0h6v6h-6zm-18 0h6v6h-6zM26 8h6v6h-6z" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M8 8h6v6H8zm12 0h6v6h-6zm12 0h6v6h-6z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M14 8h6v6h-6zM8 32h6v6H8zm18 0h6v6h-6z" })] }); export default TraceTypeHeatmapIcon;