@react-md/material-icons
Version:
Material Design Icon components for react-md
20 lines (19 loc) • 875 B
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 SignalWifiStatusbarConnectedNoInternet1TwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
fillOpacity: ".3",
d: "M17 14.76V8h5.92C19.97 5.51 16.16 4 12 4 7.31 4 3.07 5.9 0 8.98l6.35 6.36A7.95 7.95 0 0 1 12 13c1.89 0 3.63.66 5 1.76"
}),
/*#__PURE__*/ _jsx("path", {
d: "M6.35 15.34 12 21l5-5.01v-1.23A7.96 7.96 0 0 0 12 13c-2.21 0-4.2.89-5.65 2.34M19 18h2v2h-2zm0-8h2v6h-2z"
})
]
});
});