UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

47 lines (34 loc) 5.06 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 FaBellSlashO = function (_React$Component) { _inherits(FaBellSlashO, _React$Component); function FaBellSlashO() { _classCallCheck(this, FaBellSlashO); return _possibleConstructorReturn(this, Object.getPrototypeOf(FaBellSlashO).apply(this, arguments)); } _createClass(FaBellSlashO, [{ 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: 'm20.3125 35.625q0-0.3125-0.3125-0.3125-1.1524999999999999 0-1.9825000000000017-0.8299999999999983t-0.8299999999999983-1.9825000000000017q0-0.3125-0.3125-0.3125t-0.3125 0.3125q0 1.4249999999999972 1.0062500000000014 2.4312499999999986t2.4312499999999986 1.0062500000000014q0.3125 0 0.3125-0.3125z m-10.4875-9.2775l17.125-14.84375q-0.8200000000000003-1.71875-2.5874999999999986-2.8625000000000007t-4.362500000000001-1.1412499999999994q-1.8162500000000001 0-3.3099999999999987 0.6150000000000002t-2.3725000000000005 1.5724999999999998-1.3475000000000001 2.0124999999999993-0.47000000000000064 2.0500000000000007q0 7.5-2.6750000000000007 12.5975z m26.425 3.6525q0 1.0150000000000006-0.7424999999999997 1.7575000000000003t-1.7575000000000003 0.7424999999999997h-8.75q0 2.0700000000000003-1.4649999999999999 3.5349999999999966t-3.535 1.4650000000000034-3.5249999999999986-1.4549999999999983-1.4749999999999996-3.5249999999999986l2.9099999999999984-2.520000000000003h14.785q-3.2424999999999997-3.6525-4.43375-8.965l2.1662500000000016-1.8949999999999996q1.1924999999999955 6.953749999999999 5.822499999999998 10.86z m1.6799999999999997-27.1875l1.6412499999999994 1.875q0.15625 0.19500000000000028 0.146250000000002 0.4587500000000002t-0.2049999999999983 0.4399999999999995l-36.5625 31.67875q-0.19500000000000295 0.15625-0.4587500000000029 0.13750000000000284t-0.41999999999999993-0.21625000000000227l-1.6412499999999999-1.875q-0.15625-0.19500000000000028-0.14625-0.458750000000002t0.20500000000000002-0.4200000000000017l3.6337500000000005-3.1449999999999996q-0.3725000000000005-0.6249999999999964-0.3725000000000005-1.2874999999999979 0.9749999999999996-0.8200000000000003 1.7774999999999999-1.71875t1.6600000000000001-2.333750000000002 1.455-3.0962500000000013 0.9749999999999996-4.022500000000001 0.3825000000000003-5.078749999999996q0-2.96875 2.285-5.5175t5.99625-3.0962499999999995q-0.15625-0.37375000000000025-0.15625-0.7612500000000004 0-0.78125 0.5474999999999994-1.3275000000000001t1.3275000000000006-0.5474999999999999 1.3275000000000006 0.5474999999999999 0.5474999999999994 1.3275000000000001q0 0.3912500000000003-0.15625 0.7625000000000002 2.4212500000000006 0.34999999999999964 4.2775 1.6100000000000003t2.8900000000000006 3.075000000000001l8.163749999999997-7.085000000000002q0.19500000000000028-0.1575000000000002 0.458750000000002-0.13750000000000018t0.4200000000000017 0.21499999999999986z' }) ) ); } }]); return FaBellSlashO; }(React.Component); exports.default = FaBellSlashO;