react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 897 B
JavaScript
;
exports.__esModule = true;
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var IconBase = require("../IconBase");
var MdSignalWifiStatusbarNull = function MdSignalWifiStatusbarNull(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 26 24" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "M13 4c4.25 0 7.62 1.51 9.68 2.75L13 18.8 3.33 6.75C5.38 5.51 8.75 4 13 4m0-2C5.74 2 .9 5.96.42 6.32l12.57 15.66.01.02.01-.01L25.58 6.32C25.1 5.96 20.26 2 13 2z" })
)
);
};
exports["default"] = MdSignalWifiStatusbarNull;
module.exports = exports["default"];