UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

22 lines (18 loc) 779 B
"use strict"; 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 MdNetworkCell = function MdNetworkCell(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 24 24" }, props), React.createElement( "g", null, React.createElement("path", { d: "M2 22h20V2z" }), React.createElement("path", { d: "M17 7L2 22h15z" }) ) ); }; exports["default"] = MdNetworkCell; module.exports = exports["default"];