UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

39 lines (28 loc) 2.29 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 FaFileZipO = (function (_React$Component) { _inherits(FaFileZipO, _React$Component); function FaFileZipO() { _classCallCheck(this, FaFileZipO); _React$Component.apply(this, arguments); } FaFileZipO.prototype.render = function render() { return React.createElement( IconBase, _extends({ viewBox: '0 0 1611.2499 1896.0833' }, this.props), React.createElement( 'g', null, React.createElement('path', { d: 'm640 384v-128h-128v128h128z m128 128v-128h-128v128h128z m-128 128v-128h-128v128h128z m128 128v-128h-128v128h128z m700-388q28 28 48 76t20 88v1152q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h896q40 0 88 20t76 48z m-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22z m384 1528v-1024h-416q-40 0-68-28t-28-68v-416h-128v128h-128v-128h-512v1536h1280z m-627-721l107 349q8 27 8 52 0 83-72.5 137.5t-183.5 54.5-183.5-54.5-72.5-137.5q0-25 8-52 21-63 120-396v-128h128v128h79q22 0 39 13t23 34z m-141 465q53 0 90.5-19t37.5-45-37.5-45-90.5-19-90.5 19-37.5 45 37.5 45 90.5 19z' }) ) ); }; return FaFileZipO; })(React.Component); exports['default'] = FaFileZipO; module.exports = exports['default'];