UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 949 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Wifi2 = /*#__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: "M10.96 16.44a1.5 1.5 0 1 1 2.12 2.12 1.5 1.5 0 0 1-2.12-2.12zm-2.6-2.74a5.23 5.23 0 0 1 8.5 1.62 1 1 0 1 1-1.83.8 3.23 3.23 0 0 0-5.93-.01 1 1 0 1 1-1.83-.8c.26-.6.63-1.15 1.09-1.61zm-2.05-3a8.13 8.13 0 0 1 13 2.1 1 1 0 0 1-1.78.9 6.13 6.13 0 0 0-10.94-.02 1 1 0 1 1-1.78-.9c.38-.76.88-1.46 1.5-2.07z" })); }); Wifi2.displayName = 'Wifi2'; export var Wifi2Dimensions = { height: 24, width: 24 };