@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 595 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function OpenSharp(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: 'M201.37 288l176-176H48v352h352V134.63l-176 176L201.37 288z', fill: 'currentColor' }), React.createElement('path', { d: 'M320 48v32h89.37l-32 32L400 134.63l32-32V192h32V48H320z', fill: 'currentColor' }))
})