UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.31 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 FaCcVisa = (function (_React$Component) { _inherits(FaCcVisa, _React$Component); function FaCcVisa() { _classCallCheck(this, FaCcVisa); _React$Component.apply(this, arguments); } FaCcVisa.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: 'm1975 990h-138q14-37 66-179l3-9q4-10 10-26t9-26l12 55z m-1444-65l-58-295q-11-54-75-54h-268l-2 13q311 79 403 336z m179-349l-162 438-17-89q-26-70-85-129.5t-131-88.5l135 510h175l261-641h-176z m139 642h166l104-642h-166z m768-626q-69-27-149-27-123 0-201 59t-79 153q-1 102 145 174 48 23 67 41t19 39q0 30-30 46t-69 16q-86 0-156-33l-22-11-23 144q74 34 185 34 130 1 208.5-59t80.5-160q0-106-140-174-49-25-71-42t-22-38q0-22 24.5-38.5t70.5-16.5q70-1 124 24l15 8z m425-16h-128q-65 0-87 54l-246 588h174l35-96h212q5 22 20 96h154z m262-320v1280q0 52-38 90t-90 38h-2048q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h2048q52 0 90 38t38 90z' }) ) ); }; return FaCcVisa; })(React.Component); exports['default'] = FaCcVisa; module.exports = exports['default'];