UNPKG

@figlinq/plotly-icons

Version:
66 lines 1.47 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 TraceTypeScatterternaryIcon = 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: "m23 6 17 32H6L23 6z" }), /*#__PURE__*/_jsx("circle", { cx: "19", cy: "22", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "23", cy: "17", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "23", cy: "30", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "27", cy: "26", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "17", cy: "35", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "28", cy: "34", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "11", cy: "35", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "32", cy: "30", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "23", cy: "12", r: "2", fill: "#08547d" }), /*#__PURE__*/_jsx("circle", { cx: "35", cy: "35", r: "2", fill: "#08547d" })] }); export default TraceTypeScatterternaryIcon;