UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

28 lines (27 loc) 848 B
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { forwardRef } from "react"; import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default /*#__PURE__*/ forwardRef(function BubbleChartRoundedIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("circle", { cx: "7.2", cy: "14.4", r: "3.2" }), /*#__PURE__*/ _jsx("circle", { cx: "14.8", cy: "18", r: "2" }), /*#__PURE__*/ _jsx("circle", { cx: "15.2", cy: "8.8", r: "4.8" }) ] }); });