react-icons
Version:
svg react icons of popular icon packs using ES6 imports
47 lines (34 loc) • 5.07 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 FaIoxhost = function (_React$Component) {
_inherits(FaIoxhost, _React$Component);
function FaIoxhost() {
_classCallCheck(this, FaIoxhost);
return _possibleConstructorReturn(this, Object.getPrototypeOf(FaIoxhost).apply(this, arguments));
}
_createClass(FaIoxhost, [{
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: 'm28.575 18.75q0 0.6837499999999999-0.48999999999999844 1.1812499999999986t-1.1912500000000001 0.4974999999999987h-13.7125q-0.6999999999999993 0-1.1899999999999995-0.4974999999999987t-0.4875000000000007-1.1812499999999986 0.4875000000000007-1.1812499999999986 1.1912500000000001-0.4974999999999987h13.712500000000002q0.6999999999999993 0 1.1900000000000013 0.4974999999999987t0.4875000000000007 1.1812499999999986z m4.178749999999997 0q0-1.6799999999999997-0.45000000000000284-3.3200000000000003h-19.178749999999994q-0.7025000000000006 0-1.1912500000000001-0.4875000000000007t-0.4875000000000007-1.1750000000000007q0-0.6999999999999993 0.4875000000000007-1.1899999999999995t1.1912500000000001-0.4875000000000007h17.73375q-1.71875-2.7937499999999993-4.59-4.4350000000000005t-6.25-1.6412499999999994q-3.4574999999999996 0-6.39625 1.71t-4.65 4.6375-1.7062500000000007 6.388750000000002q0 1.6799999999999997 0.4500000000000002 3.3200000000000003h19.17875q0.7025000000000006 0 1.1912500000000001 0.4875000000000007t0.4875000000000007 1.1750000000000007q0 0.6999999999999993-0.4875000000000007 1.1900000000000013t-1.1912500000000001 0.4875000000000007h-17.735q1.71875 2.7937499999999993 4.600000000000001 4.435000000000002t6.260000000000002 1.6412499999999994q2.5787499999999994 0 4.94125-1.0062500000000014t4.0625-2.715 2.7124999999999986-4.0625 1.016250000000003-4.949999999999999z m7.246250000000003-4.98q0 0.6837499999999999-0.48749999999999716 1.1724999999999994t-1.1925000000000026 0.4875000000000007h-2.5574999999999974q0.33124999999999716 1.6625000000000014 0.33124999999999716 3.321249999999999 0 3.2624999999999993-1.2787500000000023 6.241250000000001t-3.427500000000002 5.137499999999999-5.127500000000001 3.4374999999999964-6.239999999999998 1.2775000000000034q-4.805 0-8.76-2.5974999999999966t-5.8875-6.837499999999999h-3.693749999999996q-0.7025000000000001 0-1.19125-0.4875000000000007t-0.48750000000000004-1.192499999999999q0-0.6837499999999999 0.48750000000000004-1.1724999999999994t1.1925-0.4875000000000007h2.5787500000000003q-0.3325-1.6625000000000014-0.3325-3.321249999999999 0-3.2624999999999993 1.2799999999999998-6.241250000000001t3.4274999999999993-5.1375 5.127500000000001-3.4375 6.258749999999996-1.275000000000004q4.785 0 8.740000000000002 2.5974999999999993t5.887500000000003 6.837499999999999h3.674999999999997q0.7000000000000028 0 1.1899999999999977 0.4875000000000007t0.48749999999999716 1.1912500000000001z' })
)
);
}
}]);
return FaIoxhost;
}(React.Component);
exports.default = FaIoxhost;