@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.33 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WifiLock = /*#__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.7c.6.6 1.12 1.33 1.5 2.1a1 1 0 0 1-1.77.9 6.13 6.13 0 0 0-8.17-2.75 3.5 3.5 0 0 0-1.77-1.28 8.13 8.13 0 0 1 10.21 1.04Zm-12.8-.99a8.3 8.3 0 0 0-.26.27c-.6.36-1.08.88-1.38 1.51A1 1 0 0 1 2.18 10a11.92 11.92 0 0 1 19.64 0 1 1 0 0 1-1.64 1.14 9.92 9.92 0 0 0-15.2-1.41Zm10.76 3.99c.46.46.83 1.02 1.1 1.62a1 1 0 0 1-1.84.8 3.23 3.23 0 0 0-3.37-1.93A2.5 2.5 0 0 0 10 13.05V13c0-.14 0-.28-.02-.41 1.9-.82 4.2-.45 5.76 1.11Zm-2.68 2.74A1.5 1.5 0 0 1 12 19v-3c.38 0 .77.15 1.06.44ZM4 14v-1a2.5 2.5 0 0 1 5 0v1h.5c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5h-6A1.5 1.5 0 0 1 2 20.5v-5c0-.83.67-1.5 1.5-1.5H4Zm1.5-1v1h2v-1a1 1 0 1 0-2 0Zm2 5a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z"
}));
});
WifiLock.displayName = 'WifiLock';
export var WifiLockDimensions = {
height: 24,
width: 24
};