@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.2 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function LibrarySharp(props, ref) {
return React.createElement('svg', Object.assign({ xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', viewBox: '0 0 512 512' }, props, { ref: ref }), React.createElement('path', { d: 'M84 480H28a12 12 0 0 1-12-12V92a12 12 0 0 1 12-12h56a12 12 0 0 1 12 12v376a12 12 0 0 1-12 12z', fill: 'currentColor' }), React.createElement('path', { d: 'M240 208v-52a12 12 0 0 0-12-12H124a12 12 0 0 0-12 12v52z', fill: 'currentColor' }), React.createElement('path', { d: 'M112 416v52a12 12 0 0 0 12 12h104a12 12 0 0 0 12-12v-52z', fill: 'currentColor' }), React.createElement('path', { d: 'M112 240h128v144H112z', fill: 'currentColor' }), React.createElement('path', { d: 'M340 480h-72a12 12 0 0 1-12-12V44a12 12 0 0 1 12-12h72a12 12 0 0 1 12 12v424a12 12 0 0 1-12 12z', fill: 'currentColor' }), React.createElement('path', { d: 'M369 100.7l30 367.83a12 12 0 0 0 13.45 10.92l72.16-9a12 12 0 0 0 10.47-12.9L465 91.21a12 12 0 0 0-13.2-10.94l-72.13 7.51A12 12 0 0 0 369 100.7z', fill: 'currentColor' }))
})