react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 3.16 kB
JavaScript
;
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 FaShirtsinbulk = (function (_React$Component) {
_inherits(FaShirtsinbulk, _React$Component);
function FaShirtsinbulk() {
_classCallCheck(this, FaShirtsinbulk);
_React$Component.apply(this, arguments);
}
FaShirtsinbulk.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: 'm0 0h1536v1392l-776 338-760-338v-1392z m1436 1327v-926h-1336v926l661 294z m0-1026v-201h-1336v201h1336z m-1255 298v115h-37v-115h37z m0 148v115h-37v-115h37z m0 148v115h-37v-115h37z m0 148v115h-37v-115h37z m0 148v115h-37v-115h37z m26 143l15-34 105 47-15 33z m136 60l15-34 105 46-15 34z m135 60l15-34 105 46-15 34z m136 59l15-33 104 46-15 34z m183 13l105-46 15 33-105 47z m135-60l105-46 15 34-105 46z m136-60l105-46 15 34-105 46z m135-59l105-47 15 34-105 46z m-944-1200v36h-114v-36h114z m162 0v36h-115v-36h115z m162 0v36h-115v-36h115z m161 0v36h-114v-36h114z m162 0v36h-114v-36h114z m162 0v36h-115v-36h115z m162 0v36h-115v-36h115z m161 0v36h-114v-36h114z m-1210 340v79h-37v-115h115v36h-78z m240-36v36h-115v-36h115z m162 0v36h-115v-36h115z m161 0v36h-114v-36h114z m162 0v36h-114v-36h114z m162 0v36h-115v-36h115z m162 0v36h-115v-36h115z m125 115v-79h-78v-36h115v115h-37z m0 148v-115h37v115h-37z m0 148v-115h37v115h-37z m0 148v-115h37v115h-37z m0 148v-115h37v115h-37z m0 148v-115h37v115h-37z m-595-35q-129 0-221-91.5t-92-221.5q0-129 92-221t221-92q130 0 221.5 92t91.5 221q0 130-91.5 221.5t-221.5 91.5z m-165-381q0 36 19.5 56.5t49.5 25 64 7 64 2 49.5 9 19.5 30.5q0 49-112 49-97 0-123-51h-3l-31 63q67 42 162 42 29 0 56.5-5t55.5-16 45.5-33 17.5-53q0-46-27.5-69.5t-67.5-27-79.5-3-67-5-27.5-25.5q0-21 20.5-33t40.5-15 41-3q34 0 70.5 11t51.5 34h3l30-58q-3-1-21-8.5t-22.5-9-19.5-7-22-7-20-4.5-24-4-23-1q-29 0-56.5 5t-54 16.5-43 34-16.5 53.5z' })
)
);
};
return FaShirtsinbulk;
})(React.Component);
exports['default'] = FaShirtsinbulk;
module.exports = exports['default'];