@react-md/material-icons
Version:
Material Design Icon components for react-md
14 lines (13 loc) • 862 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default function CloudOffRoundedIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsx(SVGIcon, {
...remaining,
ref: ref,
children: /*#__PURE__*/ _jsx("path", {
d: "M24 15c0-2.64-2.05-4.78-4.65-4.96A7.49 7.49 0 0 0 12 4c-1.33 0-2.57.36-3.65.97l1.49 1.49C10.51 6.17 11.23 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19a2.996 2.996 0 0 1 1.79 5.4l1.41 1.41c1.09-.92 1.8-2.27 1.8-3.81M3.71 4.56a.996.996 0 0 0 0 1.41l2.06 2.06h-.42a5.99 5.99 0 0 0-5.29 6.79C.46 17.84 3.19 20 6.22 20h11.51l1.29 1.29a.996.996 0 1 0 1.41-1.41L5.12 4.56a.996.996 0 0 0-1.41 0M6 18c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73l8 8z"
})
});
}