react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.3 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; };
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 FaCcDinersClub = (function (_React$Component) {
_inherits(FaCcDinersClub, _React$Component);
function FaCcDinersClub() {
_classCallCheck(this, FaCcDinersClub);
_React$Component.apply(this, arguments);
}
FaCcDinersClub.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 2304 1896.0833' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm858 1241v-693q-106 41-172 135.5t-66 211.5 66 211.5 172 134.5z m504-346q0-117-66-211.5t-172-135.5v694q106-41 172-135.5t66-211.5z m215 0q0 159-78.5 294t-213.5 213.5-294 78.5q-119 0-227.5-46.5t-187-125-125-187-46.5-227.5q0-159 78.5-294t213.5-213.5 294-78.5 294 78.5 213.5 213.5 78.5 294z m383 7q0-139-55.5-261.5t-147.5-205.5-213.5-131-252.5-48h-301q-176 0-323.5 81t-235 230-87.5 335q0 171 87 317.5t236 231.5 323 85h301q129 0 251.5-50.5t214.5-135 147.5-202.5 55.5-246z m344-646v1280q0 52-38 90t-90 38h-2048q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h2048q52 0 90 38t38 90z' })
)
);
};
return FaCcDinersClub;
})(React.Component);
exports['default'] = FaCcDinersClub;
module.exports = exports['default'];