react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 892 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 FaBuysellads = function FaBuysellads(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1536 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m915 1086h-294l147-551z m86 322h311l-324-1024h-440l-324 1024h311l383-314z m535-992v960q0 118-85 203t-203 85h-960q-118 0-203-85t-85-203v-960q0-118 85-203t203-85h960q118 0 203 85t85 203z" })
)
);
};
exports["default"] = FaBuysellads;
module.exports = exports["default"];