UNPKG

@figlinq/plotly-icons

Version:
25 lines 1.15 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 TraceTypeChoroplethIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, { viewBox: "0 0 46 46", ...props, children: [/*#__PURE__*/_jsx("path", { fill: "none", d: "M0 0h46v46H0z" }), /*#__PURE__*/_jsx("path", { fill: "#3cb5e8", stroke: "#fff", d: "m32.05 26.375-2.3 3.45-4.6 1.15-2.3-2.3H19.4l-6.15 1.15-3.45-2.3 3.85-4.6v-3.45h5.163l4.187 3 4.45-3 9.2 6.9h-4.6z", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", stroke: "#fff", d: "m36.65 26.375-9.2-6.9-4.45 3-4.187-3H13.65l-2.875-1.725v-2.3l-1.15-1.15-1.15 1.15-1.15-1.15V9.7h2.3l2.3-1.15h2.3l3.45 2.3h3.45l4.6-2.3 3.45 3.45-3.45 3.45h5.75v-2.3h3.45v1.15l1.15 1.15 1.15-1.15 3.45 3.45v3.45H36.65v5.175zm-9.775 7.475L25.725 35h-1.15l.575-4.025-2.3-2.3H19.4l-6.15 1.15 7.875 4.025v2.3l3.45 2.3h2.3l1.15-1.15V35l-1.15-1.15z", strokeLinecap: "round", strokeLinejoin: "round" })] }); export default TraceTypeChoroplethIcon;