UNPKG

@figlinq/plotly-icons

Version:
73 lines 2.1 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 TraceTypeScattergeoIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, { viewBox: "0 0 46 46", ...props, children: [/*#__PURE__*/_jsx("path", { fill: "none", d: "M0 0h46v46H0z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", 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", strokeMiterlimit: "10" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", 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", strokeMiterlimit: "10" }), /*#__PURE__*/_jsx("circle", { cx: "37.5", cy: "18.5", r: "1", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "23", cy: "18.5", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "11.5", cy: "12.5", r: "1", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "16.5", cy: "22.5", r: "1", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "14.5", cy: "26.5", r: "1", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "26.5", cy: "25.5", r: "3", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "14.5", cy: "15.5", r: "1", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "21.5", cy: "24.5", r: "1", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "24.5", cy: "12.5", r: "1.5", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "31.5", cy: "18.5", r: "1", fill: "#08547d" })] }); export default TraceTypeScattergeoIcon;