UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.35 kB
'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; }; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } var React = require('react'); var IconBase = require('../IconBase'); var GoOcticonGift = (function (_React$Component) { _inherits(GoOcticonGift, _React$Component); function GoOcticonGift() { _classCallCheck(this, GoOcticonGift); _React$Component.apply(this, arguments); } GoOcticonGift.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 896 1024.032' }, this.props), React.createElement( 'g', null, React.createElement('path', { d: 'm832 256.001h-88c12-21 21-43 23-58 4-43-7-78-33-103-23-24-52-31-87-31-3 0-5 0-7 0-34 1-71 16-98 37s-47 46-62 77c-15-31-35-56-62-77s-64-37-98-37c-1 0-2 0-2 0-36 0-68 6-92 31-26 25-37 60-33 103 2 15 11 37 23 58h-88c-35 0-64 29-64 64v192h64v320c0 35 29 64 64 64h576c35 0 64-29 64-64v-320h64v-192c0-35-29-64-64-64z m-306-56c11-23 27-43 48-59 19-15 46-25 67-26h6c29 0 42 7 51 16s21 25 19 61c-3 12-16 39-32 64h-185l26-56z m-264-69c8-8 20-16 58-16 20 0 46 11 66 26 21 16 37 35 48 59l27 56h-186c-16-25-29-52-32-64-2-36 10-52 19-61z m186 701h-256v-320h256v320z m0-384h-320v-128h320v128z m320 384h-256v-320h256v320z m64-384h-320v-128h320v128z' }) ) ); }; return GoOcticonGift; })(React.Component); exports['default'] = GoOcticonGift; module.exports = exports['default'];