react-icons
Version:
svg react icons of popular icon packs using ES6 imports
47 lines (34 loc) • 5.26 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: 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 _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
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('react-icon-base');
var TiSocialVimeo = function (_React$Component) {
_inherits(TiSocialVimeo, _React$Component);
function TiSocialVimeo() {
_classCallCheck(this, TiSocialVimeo);
return _possibleConstructorReturn(this, Object.getPrototypeOf(TiSocialVimeo).apply(this, arguments));
}
_createClass(TiSocialVimeo, [{
key: 'render',
value: function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 40 40' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm31.53333333333334 14.626666666666667c-0.5500000000000007 3.216666666666667-2.0166666666666657 6.263333333333334-4.416666666666668 9.133333333333335-2.3916666666666657 2.875-4.516666666666666 4.928333333333335-6.363333333333333 6.158333333333335-1.1666666666666679 0.5533333333333346-2.155000000000001 0.5666666666666664-2.9766666666666666 0.05833333333333357-0.8216666666666654-0.5166666666666657-1.4716666666666676-1.25-1.9499999999999993-2.208333333333332-0.27333333333333343-0.5466666666666669-0.9399999999999995-2.616666666666667-2-6.213333333333335-1.0616666666666674-3.591666666666665-1.6966666666666672-5.525000000000002-1.9000000000000004-5.800000000000001-0.13833333333333364-0.2699999999999996-0.4800000000000004-0.3049999999999997-1.0266666666666673-0.09999999999999964-0.5500000000000007 0.20333333333333314-0.9250000000000007 0.3766666666666669-1.1300000000000008 0.5166666666666675-0.20500000000000007 0.13333333333333286-0.3766666666666669 0.27333333333333343-0.5133333333333336 0.4066666666666663l-0.9233333333333356-1.2283333333333353 1.0266666666666673-1.2333333333333343c0.7533333333333339-0.8216666666666672 1.7100000000000009-1.6799999999999997 2.873333333333333-2.5666666666666664 1.166666666666666-0.8916666666666675 2.1900000000000013-1.4383333333333326 3.08-1.6466666666666665 0.6166666666666671-0.13333333333333286 1.1333333333333346-0.046666666666666856 1.540000000000001 0.2599999999999998 0.4116666666666653 0.30666666666666664 0.7533333333333339 0.8066666666666666 1.0266666666666673 1.4900000000000002s0.4833333333333343 1.3499999999999996 0.6166666666666671 2c0.13666666666666671 0.6500000000000004 0.27333333333333343 1.4216666666666669 0.4116666666666653 2.3100000000000005 0.13333333333333286 0.8900000000000006 0.27333333333333343 1.5749999999999993 0.41000000000000014 2.0533333333333346 0.7533333333333339 3.216666666666665 1.370000000000001 4.826666666666668 1.8500000000000014 4.826666666666668 0.6833333333333336 0 1.7783333333333324-1.4383333333333326 3.2833333333333314-4.316666666666666 0.6833333333333336-1.3000000000000007 0.7216666666666676-2.376666666666665 0.10500000000000043-3.2333333333333343-0.6166666666666671-0.8550000000000004-1.5716666666666654-0.8716666666666661-2.873333333333335-0.05000000000000071 0.20333333333333314-1.3000000000000007 0.783333333333335-2.426666666666666 1.7416666666666671-3.383333333333333 1.7100000000000009-1.8499999999999996 3.594999999999999-2.536666666666667 5.646666666666665-2.0583333333333336 2.121666666666666 0.413333333333334 2.94166666666667 2.0233333333333334 2.461666666666666 4.826666666666668z' })
)
);
}
}]);
return TiSocialVimeo;
}(React.Component);
exports.default = TiSocialVimeo;
;