UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.71 kB
'use strict'; 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 GoOcticonOrganization = (function (_React$Component) { _inherits(GoOcticonOrganization, _React$Component); function GoOcticonOrganization() { _classCallCheck(this, GoOcticonOrganization); _React$Component.apply(this, arguments); } GoOcticonOrganization.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 896 1024.032' }, this.props), React.createElement( 'g', null, React.createElement('path', { d: 'm304 317.001c35 41 86 67 144 67s109-26 144-67c22 40 64 67 112 67 71 0 128-57 128-128s-57-128-128-128c-26 0-49 8-69 21-20-84.99999999999997-96-148.99999999999997-187-148.99999999999997s-167 64-187 149c-20-13-43-21-69-21-71 0-128 57-128 128s57 128 128 128c48 0 90-27 112-67z m333-97c13-24 38-41 67-41 42 0 77 35 77 77s-35 77-77 77-75-34-76-75c4-12 7-25 9-38z m-189-156.99999999999997c71 0 129 58 129 129s-58 129-129 129-129-58-129-129 58-128.99999999999997 129-128.99999999999997z m-256 270c-42 0-77-35-77-77s35-77 77-77c29 0 54 17 67 41 2 13 5 26 9 38-1 41-34 75-76 75z m640 51h-768c-35 0-64 29-64 64v192c0 35 29 64 64 64v128c0 35 29 64 64 64h64c35 0 64-29 64-64v-64h64v192c0 35 29 64 64 64h128c35 0 64-29 64-64v-192h64v64c0 35 29 64 64 64h64c35 0 64-29 64-64v-128c35 0 64-29 64-64v-192c0-35-29-64-64-64z m-640 448h-64v-192h-64v-192h128v384z m448-128h-64v-128h-64v384h-128v-384h-64v128h-64v-256h384v256z m192-64h-64v192h-64v-384h128v192z' }) ) ); }; return GoOcticonOrganization; })(React.Component); exports['default'] = GoOcticonOrganization; module.exports = exports['default'];