@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Wifi1 = /*#__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-10.94-.02 1 1 0 0 1-1.78-.9 8.13 8.13 0 0 1 13-2.07Zm-2.04 3c.46.46.83 1.02 1.1 1.62a1 1 0 0 1-1.84.8 3.23 3.23 0 0 0-5.93-.01 1 1 0 1 1-1.83-.8 5.23 5.23 0 0 1 8.49-1.61Zm4.68-5.4c.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-7.36 8.14a1.5 1.5 0 1 1-2.12 2.12 1.5 1.5 0 0 1 2.12-2.12Z"
}));
});
Wifi1.displayName = 'Wifi1';
export var Wifi1Dimensions = {
height: 24,
width: 24
};