react-icons
Version:
svg react icons of popular icon packs using ES6 imports
39 lines (28 loc) • 2.86 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 GoOcticonPaintcan = (function (_React$Component) {
_inherits(GoOcticonPaintcan, _React$Component);
function GoOcticonPaintcan() {
_classCallCheck(this, GoOcticonPaintcan);
_React$Component.apply(this, arguments);
}
GoOcticonPaintcan.prototype.render = function render() {
return React.createElement(
IconBase,
_extends({ viewBox: '0 0 768 1024.032' }, this.props),
React.createElement(
'g',
null,
React.createElement('path', { d: 'm384 0.001c-212.077 0-384 171.923-384 384v64c0 35.346 28.654 64 64 64v320c0 70.692 143.269 128 320 128s320-57.308 320-128v-320c35.346 0 64-28.654 64-64v-64c0-212.07699999999997-171.923-384-384-384z m192 640v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v32c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c-35.346 0-64-28.654-64-64v-115.19299999999998c58.382000000000005 31.08499999999998 151.31799999999998 51.192999999999984 256 51.192999999999984s197.618-20.108 256-51.193v115.19299999999998c0 35.346000000000004-28.653999999999996 64-64 64z m-192-192c-107.433 0-199.393-26.474-237.372-64 37.979-37.526 129.939-64 237.372-64s199.393 26.474 237.372 64c-37.97900000000004 37.52600000000001-129.93900000000008 64-237.37200000000007 64z m0-192c-176.62 0-319.816 57.236-319.996 127.867-0.001-0.001-0.002-0.001-0.003-0.002 0.07399999999998386-176.66899999999998 143.313-319.865 319.99899999999997-319.865 176.731 0 320 143.269 320 320 0-70.69199999999995-143.269-128-320-128z' })
)
);
};
return GoOcticonPaintcan;
})(React.Component);
exports['default'] = GoOcticonPaintcan;
module.exports = exports['default'];