@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WifiOff = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m12.86 14.27 7.43 7.44a1 1 0 0 0 1.42-1.42l-18-18a1 1 0 1 0-1.42 1.42l3.1 3.1a11.97 11.97 0 0 0-3.21 3.17 1 1 0 0 0 1.64 1.14 9.94 9.94 0 0 1 3.01-2.87L8 9.4a8.14 8.14 0 0 0-3.2 3.38 1 1 0 0 0 1.78.9 6.08 6.08 0 0 1 2.9-2.8l1.41 1.42a5.2 5.2 0 0 0-3.63 3.01 1 1 0 0 0 1.83.8 3.23 3.23 0 0 1 3.78-1.84Zm-1.33-5.93 2.22 2.23a6.1 6.1 0 0 1 3.76 3.13 1 1 0 1 0 1.78-.9 8.1 8.1 0 0 0-7.76-4.45ZM8.5 5.33l1.65 1.65a9.9 9.9 0 0 1 10.02 4.15 1 1 0 1 0 1.64-1.14 11.91 11.91 0 0 0-13.3-4.66Zm4.55 11.11a1.5 1.5 0 1 1-2.12 2.12 1.5 1.5 0 0 1 2.12-2.12Z"
}));
});
WifiOff.displayName = 'WifiOff';
export var WifiOffDimensions = {
height: 24,
width: 24
};