UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 4.37 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 GoOcticonRadioTower = (function (_React$Component) { _inherits(GoOcticonRadioTower, _React$Component); function GoOcticonRadioTower() { _classCallCheck(this, GoOcticonRadioTower); _React$Component.apply(this, arguments); } GoOcticonRadioTower.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 1024 1024.032' }, this.props), React.createElement( 'g', null, React.createElement('path', { d: 'm306.838 390.74c15.868-16.306 15.868-42.731 0-59.037-20.521-21.116-30.643-48.417-30.705-76.124 0.062-27.77 10.183-55.039 30.705-76.186 15.868-16.337 15.868-42.764 0-59.069-7.934-8.184-18.272-12.275-28.706-12.275-10.371 0-20.804 4.029-28.738 12.213-36.266 37.297-54.633 86.433-54.57 135.317-0.062 48.792 18.305 97.927 54.57 135.161 15.867999999999995 16.305999999999983 41.57600000000002 16.305999999999983 57.44400000000002 0z m-157.74500000000003-357.597c-8.121-8.309-18.68-12.463-29.3-12.463-10.558 0-21.179 4.154-29.237 12.463-59.756 61.348999999999975-89.80499999999999 142.00199999999998-89.743 222.43599999999998-0.06200000000000239 80.34100000000001 29.987 161.14999999999998 89.681 222.437 16.181 16.618 42.356 16.618 58.537 0 16.118-16.587 16.118-43.513 0-60.067-43.7-44.98-65.44-103.456-65.44-162.368s21.74-117.449 65.44-162.368c16.117999999999995-16.651000000000025 16.117999999999995-43.57700000000002 0.0619999999999834-60.07000000000002z m363.938 326.705c57.351 0 103.956-46.574 103.956-103.956 0-57.382-46.605-103.955-103.956-103.955-57.381 0-103.956 46.573-103.956 103.955 0.00100000000009004 57.382000000000005 46.575000000000045 103.95600000000002 103.95600000000002 103.95600000000002z m420.50800000000004-326.08000000000004c-16.181-16.618-42.355-16.618-58.475 0-16.181 16.587-16.181 43.513 0 60.068 43.668 44.918 65.409 103.456 65.409 162.368 0 58.85-21.805 117.387-65.473 162.306-16.117 16.618-16.117 43.575 0.062 60.068 8.059 8.309 18.616 12.463 29.237 12.463 10.558 0 21.178-4.154 29.236-12.463 59.726-61.287 89.774-142.096 89.649-222.437 0.1290000000000191-80.27799999999996-29.91999999999996-161.08699999999996-89.64499999999998-222.37299999999996z m-420.25800000000004 409.10600000000005l0 0c-26.489 0.062-53.04-6.466-77.091-19.429l-201.13299999999995 536.146h95.209l54.819-63.973h255.891l53.977 63.973h95.272l-201.101-536.021c-23.74000000000001 12.775999999999954-49.72900000000004 19.303999999999974-75.84300000000007 19.303999999999974z m-0.625 30.64399999999995l64.34800000000007 230.18300000000005h-127.945l63.59699999999992-230.18300000000005z m-127.56999999999994 358.128l63.974-63.973h127.944l63.974 63.973h-255.89200000000005z m332.10799999999995-710.603c-15.868 16.306-15.868 42.731 0 59.037 20.491 21.116 30.611 48.511 30.674 76.124-0.062 27.77-10.183 55.102-30.674 76.187-15.868 16.336-15.868 42.763 0 59.068 7.871 8.184 18.242 12.213 28.737 12.213 10.309 0 20.741-4.029 28.675-12.213 36.298-37.234 54.665-86.433 54.54-135.255 0.125-48.792-18.181-97.927-54.54-135.161-15.804999999999836-16.30600000000001-41.54399999999987-16.30600000000001-57.41199999999992 0z' }) ) ); }; return GoOcticonRadioTower; })(React.Component); exports['default'] = GoOcticonRadioTower; module.exports = exports['default'];