react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 1.2 kB
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 FaGift = function FaGift(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1536 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m928 1356v-56-468-192h-320v192 468 56q0 25 18 38.5t46 13.5h192q28 0 46-13.5t18-38.5z m-456-844h195l-126-161q-26-31-69-31-40 0-68 28t-28 68 28 68 68 28z m688-96q0-40-28-68t-68-28q-43 0-69 31l-125 161h194q40 0 68-28t28-68z m376 256v320q0 14-9 23t-23 9h-96v416q0 40-28 68t-68 28h-1088q-40 0-68-28t-28-68v-416h-96q-14 0-23-9t-9-23v-320q0-14 9-23t23-9h440q-93 0-158.5-65.5t-65.5-158.5 65.5-158.5 158.5-65.5q107 0 168 77l128 165 128-165q61-77 168-77 93 0 158.5 65.5t65.5 158.5-65.5 158.5-158.5 65.5h440q14 0 23 9t9 23z" })
)
);
};
exports["default"] = FaGift;
module.exports = exports["default"];