@react-md/material-icons
Version:
Material Design Icon components for react-md
36 lines (35 loc) • 1.43 kB
JavaScript
// 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 StreamRoundedIcon(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: "m7.89 14.65-2.94 2.93a.996.996 0 1 0 1.41 1.41l2.94-2.93a.996.996 0 1 0-1.41-1.41M6.41 4.94A.996.996 0 1 0 5 6.35l2.93 2.94c.39.39 1.02.39 1.42 0 .38-.39.38-1.02-.01-1.41zm9.71 9.71c-.39-.39-1.02-.39-1.42 0a.996.996 0 0 0 0 1.41L17.64 19a.996.996 0 1 0 1.41-1.41zm-.06-5.32 2.99-2.98c.39-.4.39-1.03 0-1.42a.996.996 0 0 0-1.41 0l-2.99 2.98c-.39.39-.39 1.02 0 1.42.39.39 1.02.39 1.41 0"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "12",
cy: "4",
r: "2"
})
]
});
});