UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

36 lines (35 loc) 1.27 kB
// 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 StreamSharpIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("circle", { cx: "20", cy: "12", r: "2" }), /*#__PURE__*/ _jsx("circle", { cx: "4", cy: "12", r: "2" }), /*#__PURE__*/ _jsx("circle", { cx: "12", cy: "20", r: "2" }), /*#__PURE__*/ _jsx("path", { d: "m13.943 8.619 4.404-4.392 1.413 1.416-4.405 4.392zM8.32 9.68l.31.32 1.42-1.41-4.02-4.04h-.01l-.31-.32-1.42 1.41 4.02 4.05zm7.09 4.26L14 15.35l3.99 4.01.35.35 1.42-1.41-3.99-4.01zm-6.82.01-4.03 4.01-.32.33 1.41 1.41 4.03-4.02.33-.32z" }), /*#__PURE__*/ _jsx("circle", { cx: "12", cy: "4", r: "2" }) ] }); });