UNPKG

@figlinq/plotly-icons

Version:
42 lines 998 B
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 TraceTypeAnimationIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, { viewBox: "0 0 46 46", ...props, children: [/*#__PURE__*/_jsx("path", { fill: "none", d: "M0 0h46v46H0z" }), /*#__PURE__*/_jsx("circle", { cx: "13.5", cy: "31.5", r: "7", fill: "#55bbe7", opacity: ".4" }), /*#__PURE__*/_jsx("circle", { cx: "17.875", cy: "27.125", r: "7", fill: "#23e5fc", opacity: ".55" }), /*#__PURE__*/_jsx("circle", { cx: "22.25", cy: "22.75", r: "7", fill: "#21ccfc", opacity: ".7" }), /*#__PURE__*/_jsx("circle", { cx: "26.625", cy: "18.375", r: "7", fill: "#1fb3fb", opacity: ".85" }), /*#__PURE__*/_jsx("circle", { cx: "31", cy: "14", r: "7", fill: "#08547d" })] }); export default TraceTypeAnimationIcon;