react-icons
Version:
svg react icons of popular icon packs using ES6 imports
47 lines (34 loc) • 5.09 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 TiSocialFlickrCircular = function (_React$Component) {
_inherits(TiSocialFlickrCircular, _React$Component);
function TiSocialFlickrCircular() {
_classCallCheck(this, TiSocialFlickrCircular);
return _possibleConstructorReturn(this, Object.getPrototypeOf(TiSocialFlickrCircular).apply(this, arguments));
}
_createClass(TiSocialFlickrCircular, [{
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: 'm20 35c-4.15 0-7.725-1.4833333333333343-10.626666666666667-4.41-2.8999999999999995-2.916666666666668-4.373333333333333-6.483333333333331-4.373333333333333-10.59 0-4.1466666666666665 1.4733333333333336-7.7233333333333345 4.378333333333334-10.625 2.9000000000000004-2.9000000000000004 6.475000000000001-4.375 10.621666666666666-4.375 4.109999999999999 0 7.673333333333332 1.4716666666666667 10.59 4.373333333333335 2.926666666666666 2.9033333333333324 4.41 6.48 4.41 10.626666666666665 0 4.108333333333334-1.4833333333333343 7.673333333333332-4.406666666666666 10.594999999999999-2.9166666666666643 2.921666666666667-6.483333333333334 4.405000000000001-10.593333333333334 4.405000000000001z m0-26.666666666666668c-3.2766666666666673 0-5.98 1.1116666666666664-8.263333333333334 3.4000000000000004-2.289999999999999 2.286666666666669-3.4033333333333324 4.990000000000004-3.4033333333333324 8.266666666666667 0 3.240000000000002 1.1133333333333333 5.936666666666667 3.4049999999999994 8.241666666666667 2.2866666666666653 2.3049999999999997 4.988333333333333 3.4250000000000007 8.261666666666667 3.4250000000000007 3.2383333333333333 0 5.933333333333334-1.1216666666666661 8.233333333333334-3.4283333333333346 2.3133333333333326-2.3049999999999997 3.4333333333333336-5.004999999999999 3.4333333333333336-8.238333333333333 0-3.2716666666666683-1.120000000000001-5.975000000000001-3.4250000000000007-8.261666666666667-2.3049999999999997-2.291666666666666-5-3.4049999999999994-8.241666666666667-3.4049999999999994z m-5 15.833333333333336c-2.3000000000000007 0-4.166666666666668-1.8666666666666671-4.166666666666668-4.166666666666668s1.866666666666669-4.166666666666666 4.166666666666668-4.166666666666666 4.166666666666668 1.8666666666666654 4.166666666666668 4.166666666666666-1.8666666666666671 4.166666666666668-4.166666666666668 4.166666666666668z m0-6.666666666666668c-1.3783333333333339 0-2.5 1.1216666666666661-2.5 2.5s1.1216666666666661 2.5 2.5 2.5 2.5-1.1216666666666661 2.5-2.5-1.1216666666666661-2.5-2.5-2.5z m10 6.666666666666668c-2.3000000000000007 0-4.166666666666668-1.8666666666666671-4.166666666666668-4.166666666666668s1.8666666666666671-4.166666666666668 4.166666666666668-4.166666666666668 4.166666666666668 1.8666666666666671 4.166666666666668 4.166666666666668-1.8666666666666671 4.166666666666668-4.166666666666668 4.166666666666668z' })
)
);
}
}]);
return TiSocialFlickrCircular;
}(React.Component);
exports.default = TiSocialFlickrCircular;
;