UNPKG

@codementor/ui-kit

Version:
50 lines (42 loc) 1.96 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.BooksSvg = undefined; var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _createIcon = require('../hoc/createIcon'); var _createIcon2 = _interopRequireDefault(_createIcon); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var BooksSvg = function BooksSvg(props) { return _react2.default.createElement( 'svg', props, _react2.default.createElement( 'g', { fill: 'none', fillRule: 'evenodd' }, _react2.default.createElement('path', { d: 'M0 0h24v24H0z' }), _react2.default.createElement('path', { fill: '#000', fillRule: 'nonzero', d: 'M21.943 18.47L17.961 4.008a1.404 1.404 0 0 0-1.345-.995 1.385 1.385 0 0 0-.368 0l-2.848.776a1.374 1.374 0 0 0-.557.309 1.394 1.394 0 0 0-1.334-.995H8.522a1.384 1.384 0 0 0-1.066.507 1.384 1.384 0 0 0-1.075-.517H3.394A1.392 1.392 0 0 0 2 4.485v14.99c0 .77.624 1.393 1.394 1.393H6.38a1.384 1.384 0 0 0 1.065-.507c.262.326.657.516 1.076.517h2.987c.77 0 1.394-.623 1.394-1.392V7.26l3.494 12.733c.18.591.726.995 1.345.995.122.016.246.016.368 0l2.848-.776a1.394 1.394 0 0 0 .985-1.741zM16.636 4.376l.29 1.074-2.849.756-.308-1.044 2.867-.786zM8.581 6.773h2.987v10.395H8.581V6.773zm2.987-2.278v1.114H8.581V4.524l2.987-.03zM3.533 6.763H6.52v10.395H3.533V6.763zM6.52 4.485v1.114H3.533V4.445l2.987.04zm-2.987 14.99v-1.104H6.52v1.105H3.533zm5.088 0v-1.104h2.987v1.105H8.621zM14.436 7.33l2.848-.756L20.032 16.6l-2.848.756L14.436 7.33zm3.316 12.295l-.3-1.084 2.848-.756.29 1.064-2.838.776z' }) ) ); }; BooksSvg.defaultProps = { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24' }; exports.default = (0, _createIcon2.default)({ SvgComponent: BooksSvg, displayName: 'BooksIcon' }); exports.BooksSvg = BooksSvg;