UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

47 lines (34 loc) 3.82 kB
'use strict'; 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 FaCircleONotch = function (_React$Component) { _inherits(FaCircleONotch, _React$Component); function FaCircleONotch() { _classCallCheck(this, FaCircleONotch); return _possibleConstructorReturn(this, Object.getPrototypeOf(FaCircleONotch).apply(this, arguments)); } _createClass(FaCircleONotch, [{ 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: 'm39.285714285714285 20q0 3.9285714285714306-1.528571428571432 7.5t-4.107142857142861 6.149999999999999-6.149999999999999 4.107142857142854-7.499999999999993 1.528571428571432-7.5-1.528571428571432-6.1499999999999995-4.107142857142861-4.107142857142858-6.1499999999999915-1.5285714285714285-7.5q-1.1102230246251565e-16-4.7542857142857144 2.165714285714286-8.895714285714286t5.914285714285713-6.8185714285714285 8.351428571428574-3.371428571428571v5.091428571428572q-4.931428571428572 1.0042857142857144-8.18 4.932857142857142t-3.2514285714285736 9.061428571428571q0 2.902857142857144 1.1399999999999997 5.548571428571428t3.0457142857142863 4.551428571428573 4.554285714285713 3.048571428571428 5.545714285714286 1.1371428571428552 5.548571428571428-1.1371428571428552 4.5528571428571425-3.047142857142859 3.048571428571428-4.551428571428573 1.1357142857142861-5.549999999999997q0-5.132857142857143-3.2457142857142856-9.061428571428571t-8.182857142857141-4.932857142857143v-5.091428571428571q4.600000000000001 0.6928571428571426 8.349999999999998 3.371428571428571t5.914285714285711 6.8185714285714285 2.1685714285714326 8.895714285714286z' }) ) ); } }]); return FaCircleONotch; }(React.Component); exports.default = FaCircleONotch;