styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.WiFiOutline = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M21.157 10.764c0-.785-.269-1.464-.706-2.048-.045-.094-.131-.149-.21-.226a3.485 3.485 0 00-.536-.48c-4.45-3.739-10.965-3.735-15.414.006-.193.142-.742.738-.742.738a3.48 3.48 0 00-.706 2.09c0 .816.362 1.758.759 2.155l5.775 5.796a3.477 3.477 0 002.622 1.204c.996 0 1.709-.167 2.526-1 .004 0 5.565-5.646 5.565-5.646.706-.703 1.067-1.699 1.067-2.589zm-9.156 7.234a1.5 1.5 0 11-.002-3 1.5 1.5 0 01.002 3zm3.888-3.268a1.494 1.494 0 01-1.061.438c-.385 0-.768-.146-1.061-.438a2.501 2.501 0 00-3.536 0 1.502 1.502 0 01-2.122-2.123 5.508 5.508 0 017.779 0 1.5 1.5 0 01.001 2.123zm2.829-2.828c-.293.293-.677.438-1.061.438s-.769-.146-1.062-.438a6.508 6.508 0 00-9.192 0 1.504 1.504 0 01-2.122 0 1.503 1.503 0 010-2.123c3.704-3.701 9.729-3.701 13.435 0 .587.588.587 1.537.002 2.123z", key: "k0" })));
});
exports.WiFiOutline.displayName = 'WiFiOutline';
exports.WiFiOutlineDimensions = { height: 24, width: 24 };