UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

49 lines (38 loc) 2.35 kB
'use strict'; exports.__esModule = 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; }; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } 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('../IconBase'); var MdConfirmationNumber = (function (_React$Component) { _inherits(MdConfirmationNumber, _React$Component); function MdConfirmationNumber() { _classCallCheck(this, MdConfirmationNumber); _React$Component.apply(this, arguments); } MdConfirmationNumber.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 24 24' }, this.props), React.createElement( 'g', null, React.createElement( 'defs', null, React.createElement('path', { id: 'a', d: 'M0 0h24v24H0z' }) ), React.createElement( 'clipPath', { id: 'b' }, React.createElement('use', { overflow: 'visible' }) ), React.createElement('path', { d: 'M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-9 7.5h-2v-2h2v2zm0-4.5h-2v-2h2v2zm0-4.5h-2v-2h2v2z' }) ) ); }; return MdConfirmationNumber; })(React.Component); exports['default'] = MdConfirmationNumber; module.exports = exports['default'];