UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

47 lines (34 loc) 5.53 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 FaFont = function (_React$Component) { _inherits(FaFont, _React$Component); function FaFont() { _classCallCheck(this, FaFont); return _possibleConstructorReturn(this, Object.getPrototypeOf(FaFont).apply(this, arguments)); } _createClass(FaFont, [{ 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: 'm17.611428571428572 12.477142857142857l-3.7942857142857136 10.042857142857143q0.7371428571428567 0 3.0471428571428554 0.04571428571428626t3.5828571428571436 0.04285714285714448q0.4242857142857126 0 1.2714285714285722-0.04285714285714448-1.9400000000000013-5.647142857142857-4.105714285714285-10.09z m-16.182857142857145 24.665714285714287l0.04285714285714448-1.7628571428571433q0.5142857142857142-0.15714285714285836 1.2514285714285718-0.278571428571432t1.2714285714285714-0.2328571428571422 1.1057142857142859-0.32428571428571473 0.9928571428571429-0.6471428571428604 0.6914285714285713-1.1285714285714263l5.288571428571427-13.74857142857143 6.251428571428573-16.16285714285714h2.8571428571428577q0.17857142857142705 0.31428571428571406 0.24571428571428555 0.4714285714285711l4.574285714285715 10.714285714285715q0.7371428571428567 1.7400000000000002 2.3657142857142865 5.7457142857142856t2.5428571428571445 6.12857142857143q0.3357142857142854 0.7571428571428562 1.2957142857142827 3.2242857142857133t1.607142857142854 3.7600000000000016q0.4471428571428575 1.0042857142857144 0.7814285714285703 1.2714285714285722 0.42428571428571615 0.33571428571428896 1.9642857142857153 0.6599999999999966t1.875714285714288 0.4571428571428555q0.134285714285717 0.8485714285714252 0.134285714285717 1.2714285714285722 0 0.09142857142857252-0.014285714285712459 0.29142857142856826t-0.00999999999999801 0.28999999999999915q-1.4057142857142821 0-4.24285714285714-0.17714285714285438t-4.261428571428571-0.1785714285714306q-1.6971428571428575 0-4.800000000000001 0.15714285714285836t-3.9714285714285715 0.1785714285714306q0-0.9600000000000009 0.08999999999999986-1.7428571428571402l2.9271428571428473-0.6228571428571499q0.022857142857141355 0 0.27857142857142847-0.05714285714285694t0.345714285714287-0.07714285714286007 0.32428571428571473-0.10000000000000142 0.33428571428571274-0.14571428571428413 0.24571428571428555-0.1785714285714306 0.1999999999999993-0.24571428571428555 0.05714285714285694-0.3142857142857167q0-0.3571428571428541-0.6914285714285704-2.152857142857144t-1.6071428571428577-3.96142857142857-0.9357142857142868-2.232857142857142l-10.042857142857143-0.04285714285714448q-0.581428571428571 1.2928571428571445-1.7085714285714282 4.362857142857145t-1.1285714285714281 3.6285714285714263q0 0.490000000000002 0.31428571428571495 0.835714285714289t0.9714285714285715 0.548571428571428 1.081428571428571 0.29999999999999716 1.2714285714285722 0.19142857142857395 0.9171428571428564 0.09000000000000341q0.02142857142857224 0.42571428571428527 0.02142857142857224 1.2957142857142827 0 0.20000000000000284-0.042857142857142705 0.6028571428571396-1.2957142857142863 0-3.897142857142857-0.2242857142857133t-3.895714285714286-0.2228571428571442q-0.17857142857142883 0-0.5914285714285716 0.09000000000000341t-0.4800000000000004 0.09000000000000341q-1.7857142857142856 0.3142857142857167-4.1971428571428575 0.3142857142857167z' }) ) ); } }]); return FaFont; }(React.Component); exports.default = FaFont;