@figlinq/plotly-icons
Version:
set of plotly icons
31 lines • 1.37 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 TraceTypeChoroplethmapboxIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#dfe8f3",
d: "M5.5 6H41v35.5H5.5zM5.5 11.2H41M5.5 16.4H41M5.5 21.1H41M5.5 26.3H41M5.5 31.4H41M5.5 36.6H41M10.7 41.4V6M15.8 41.5V6M20.5 41.5V6M25.7 41.5V6M30.9 41.5V6M36 41.5V6",
strokeMiterlimit: "10",
strokeWidth: ".25"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3cb5e8",
stroke: "#fff",
d: "m31.1 27.4-2.2 3.3-4.4 1.1-2.2-2.2H19l-6 1.1-3.3-2.2 3.7-4.4v-3.3h5l4 2.9 4.3-2.9 8.9 6.6Z",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
stroke: "#fff",
d: "m35.5 27.4-8.9-6.6-4.3 2.9-4-2.9h-5l-2.8-1.7v-2.2l-1.1-1.1-1.1 1.1-1.1-1.1v-4.4h2.2l2.2-1.1h2.2l3.3 2.2h3.3l4.4-2.2 3.3 3.3-3.1 3.3h5.5v-2.2h3.3v1.1l1.1 1.1 1.1-1.1 3.3 3.3v3.3h-3.9v5Zm-9.4 7.2L25 35.7h-1.1l.6-3.9-2.2-2.2H19l-6 1.1 7.6 3.9v2.2l3.3 2.2h2.2l1.1-1.1v-2.2Z",
strokeLinecap: "round",
strokeLinejoin: "round"
})]
});
export default TraceTypeChoroplethmapboxIcon;