UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

47 lines (34 loc) 4.72 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 FaBullseye = function (_React$Component) { _inherits(FaBullseye, _React$Component); function FaBullseye() { _classCallCheck(this, FaBullseye); return _possibleConstructorReturn(this, Object.getPrototypeOf(FaBullseye).apply(this, arguments)); } _createClass(FaBullseye, [{ 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: 'm25.714285714285715 20q0 2.3657142857142865-1.6742857142857126 4.039999999999999t-4.040000000000003 1.6742857142857162-4.039999999999999-1.6742857142857126-1.6742857142857144-4.040000000000003 1.6742857142857144-4.039999999999999 4.039999999999999-1.6742857142857144 4.039999999999999 1.6742857142857144 1.6742857142857162 4.039999999999999z m2.8571428571428577 0q0-3.548571428571428-2.5114285714285707-6.0600000000000005t-6.060000000000002-2.5114285714285707-6.0600000000000005 2.5114285714285707-2.5114285714285707 6.0600000000000005 2.5114285714285725 6.060000000000002 6.059999999999999 2.5114285714285707 6.060000000000002-2.5114285714285707 2.5114285714285707-6.060000000000002z m2.8571428571428577 0q0 4.732857142857142-3.3485714285714288 8.079999999999998t-8.080000000000002 3.3485714285714323-8.08-3.3485714285714288-3.3485714285714288-8.080000000000002 3.3485714285714288-8.08 8.08-3.3485714285714288 8.079999999999998 3.3485714285714288 3.3485714285714323 8.08z m2.857142857142854 0q0-2.8999999999999986-1.1385714285714315-5.547142857142857t-3.047142857142852-4.5528571428571425-4.5528571428571425-3.047142857142857-5.547142857142859-1.1385714285714288-5.547142857142857 1.1385714285714288-4.5528571428571425 3.047142857142857-3.047142857142857 4.5528571428571425-1.1385714285714288 5.547142857142857 1.1385714285714288 5.547142857142859 3.047142857142857 4.5528571428571425 4.5528571428571425 3.047142857142859 5.547142857142857 1.1385714285714243 5.547142857142859-1.1385714285714315 4.5528571428571425-3.047142857142859 3.047142857142859-4.5528571428571425 1.1385714285714243-5.547142857142852z m2.857142857142854 0q0 4.665714285714287-2.299999999999997 8.604285714285716t-6.237142857142857 6.238571428571426-8.605714285714285 2.3000000000000043-8.6-2.3000000000000043-6.242857142857143-6.238571428571426-2.295714285714286-8.604285714285716 2.3000000000000003-8.604285714285714 6.234285714285714-6.238571428571428 8.604285714285714-2.3000000000000003 8.605714285714285 2.3000000000000003 6.238571428571426 6.238571428571428 2.298571428571435 8.604285714285714z' }) ) ); } }]); return FaBullseye; }(React.Component); exports.default = FaBullseye;