react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 924 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 FaMedium = function FaMedium(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1792 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m1792 1332v209h-642v-209h134v-926h-6l-314 1135h-243l-310-1135h-8v926h135v209h-538v-209h69q21 0 43-19.5t22-37.5v-881q0-18-22-40t-43-22h-69v-209h672l221 821h6l223-821h670v209h-71q-19 0-41 22t-22 40v881q0 18 21.5 37.5t41.5 19.5h71z" })
)
);
};
exports["default"] = FaMedium;
module.exports = exports["default"];