@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WifiWarning = /*#__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: "m17.78 10.7.35.38c-.8-.2-1.67-.02-2.3.56a6.13 6.13 0 0 0-9.26 2.04 1 1 0 0 1-1.78-.9 8.13 8.13 0 0 1 13-2.07ZM11.96 19l1.21-2.43A1.5 1.5 0 1 0 11.95 19Zm2.07-4.15.9-1.8a5.23 5.23 0 0 0-7.69 2.26 1 1 0 1 0 1.84.8 3.23 3.23 0 0 1 4.95-1.26Zm6.39-6.55c.5.5.99 1.09 1.4 1.69a1 1 0 0 1-1.64 1.14 9.92 9.92 0 0 0-16.36 0 1 1 0 0 1-1.64-1.15A11.92 11.92 0 0 1 20.42 8.3Zm-4.26 4.53-4 8A1.5 1.5 0 0 0 13.5 23h8a1.5 1.5 0 0 0 1.34-2.17l-4-8a1.5 1.5 0 0 0-2.68 0ZM18 15.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0Zm-.5 5.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Z"
}));
});
WifiWarning.displayName = 'WifiWarning';
export var WifiWarningDimensions = {
height: 24,
width: 24
};