UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

47 lines (34 loc) 5.28 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 FaHandLizardO = function (_React$Component) { _inherits(FaHandLizardO, _React$Component); function FaHandLizardO() { _classCallCheck(this, FaHandLizardO); return _possibleConstructorReturn(this, Object.getPrototypeOf(FaHandLizardO).apply(this, arguments)); } _createClass(FaHandLizardO, [{ 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: 'm22.480000000000004 2.5q1.1912500000000001 0 2.2662499999999994 0.5474999999999999t1.7787499999999952 1.5025l11.170000000000002 15.254999999999999q2.3049999999999997 3.1050000000000004 2.3049999999999997 7.012500000000003v6.932499999999997q0 1.5625-1.09375 2.65625t-2.65625 1.09375h-7.5q-1.5625 0-2.65625-1.09375t-1.09375-2.65625v-3.4574999999999996l-5.587500000000002-2.7925000000000004h-10.662499999999998q-1.5625 0-2.65625-1.09375t-1.09375-2.65625v-0.625q0-2.3249999999999993 1.6500000000000004-3.9750000000000014t3.9749999999999996-1.6499999999999986h8.20375l0.8200000000000003-2.5h-13.39875q-1.9537499999999994 0-3.3875-1.3187499999999996t-1.59375-3.2524999999999995q-1.2687499999999998-1.5412499999999998-1.2687499999999998-3.553750000000001v-0.625q0-1.5625 1.09375-2.6587499999999995t2.65625-1.0912500000000005h18.73z m15.019999999999996 31.25v-6.93375q0-3.06625-1.8162499999999966-5.547499999999999l-11.191250000000004-15.253750000000002q-0.7624999999999957-1.0149999999999988-2.0124999999999957-1.0149999999999988h-18.727500000000006q-0.5062499999999983 0-0.8774999999999982 0.37124999999999986t-0.37499999999999956 0.8787500000000001q0 0.625 0.029999999999999805 0.9662500000000005t0.18500000000000005 0.7912499999999998 0.4874999999999998 0.8399999999999999q0.19625000000000004-0.6050000000000004 0.6950000000000003-0.9749999999999996t1.1025-0.3725000000000005h16.25v0.625h-16.25q-0.5062499999999996 0-0.8774999999999995 0.37124999999999986t-0.3725000000000005 0.8787500000000001q0 0.8599999999999994 0.06000000000000005 1.1325000000000003 0.15625 0.8599999999999994 0.8599999999999999 1.4250000000000007t1.5824999999999996 0.567499999999999h14.277500000000002q0.78125 0 1.3275000000000006 0.5474999999999994t0.5474999999999994 1.3275000000000006q0 0.2925000000000004-0.09750000000000014 0.5875000000000004l-1.25 3.7499999999999982q-0.19500000000000028 0.5650000000000013-0.6837499999999999 0.9250000000000007t-1.0949999999999989 0.3625000000000007h-8.651250000000001q-1.2874999999999996 0-2.2074999999999996 0.9175000000000004t-0.9175000000000022 2.2074999999999996v0.625q0 0.5075000000000003 0.37124999999999986 0.8787500000000001t0.8762500000000006 0.37124999999999986h10.9575q0.3125 0 0.5662500000000001 0.1374999999999993l6.192499999999999 3.085000000000001q0.46875 0.25375000000000014 0.7525000000000013 0.7025000000000006t0.2837500000000013 0.9750000000000014v3.849999999999998q0 0.5062500000000014 0.37124999999999986 0.8774999999999977t0.8787500000000001 0.3712500000000034h7.4999999999999964q0.5075000000000003 0 0.8787499999999966-0.3725000000000023t0.3712500000000034-0.8787499999999966z' }) ) ); } }]); return FaHandLizardO; }(React.Component); exports.default = FaHandLizardO;