UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.02 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 FaOpera = (function (_React$Component) { _inherits(FaOpera, _React$Component); function FaOpera() { _classCallCheck(this, FaOpera); _React$Component.apply(this, arguments); } FaOpera.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 1536 1896.0833' }, this.props), React.createElement( 'g', null, React.createElement('path', { d: 'm768 1628q77 0 139.5-63t100.5-166 59-234.5 21-268.5-21-268.5-59-234.5-100.5-166-139.5-63-139.5 63-100.5 166-59 234.5-21 268.5 21 268.5 59 234.5 100.5 166 139.5 63z m0 164q-184 0-333-77t-240-203-141-287-50-329 50-329 141-287 240-203 333-77q148 0 274 50t214.5 136 151.5 201 92.5 244 29.5 265-29.5 265-92.5 244-151.5 201-214.5 136-274 50z' }) ) ); }; return FaOpera; })(React.Component); exports['default'] = FaOpera; module.exports = exports['default'];