@react-md/material-icons
Version:
Material Design Icon components for react-md
14 lines (13 loc) • 1.33 kB
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function OnlinePredictionRoundedIcon(props, ref) {
return /*#__PURE__*/ _jsx(SVGIcon, {
...props,
ref: ref,
children: /*#__PURE__*/ _jsx("path", {
d: "M15.5 11.5c0 2-2.5 3.5-2.5 5h-2c0-1.5-2.5-3-2.5-5C8.5 9.57 10.07 8 12 8s3.5 1.57 3.5 3.5m-2.5 6h-2v.5c0 .55.45 1 1 1s1-.45 1-1zm9-5.5c0-2.46-.89-4.71-2.36-6.45a.76.76 0 0 0-1.12-.06c-.27.27-.3.71-.06 1A8.44 8.44 0 0 1 20.5 12c0 2.1-.77 4.03-2.04 5.52-.25.29-.21.73.06 1 .32.32.83.28 1.12-.06 1.47-1.75 2.36-4 2.36-6.46M3.5 12c0-2.1.77-4.03 2.04-5.52.25-.29.21-.73-.06-1a.767.767 0 0 0-1.12.06C2.89 7.29 2 9.54 2 12s.89 4.71 2.36 6.46c.29.34.8.38 1.12.06.27-.27.3-.71.06-1A8.5 8.5 0 0 1 3.5 12m14 0c0 1.28-.44 2.47-1.18 3.41-.23.29-.2.71.07.98.32.32.85.29 1.13-.07A7.05 7.05 0 0 0 19 12c0-1.63-.56-3.13-1.49-4.31a.755.755 0 0 0-1.13-.07c-.26.26-.3.68-.07.98.75.93 1.19 2.12 1.19 3.4m-9.88 4.38c.26-.26.3-.68.07-.98A5.4 5.4 0 0 1 6.5 12c0-1.28.44-2.47 1.18-3.41.23-.29.2-.71-.07-.98a.76.76 0 0 0-1.12.07A7 7 0 0 0 5 12c0 1.63.56 3.13 1.49 4.32.28.35.81.38 1.13.06"
})
});
});