@ricons/ionicons5
Version: 
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
5 lines (4 loc) • 607 B
JavaScript
import * as React from 'react'
export default React.forwardRef(function FlaskSharp(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: 'M469.11 382.76L325 153.92V74h32V32H155v42h32v79.92L42.89 382.76c-13 20.64-14.78 43.73-3 65.1S71.59 480 96 480h320c24.41 0 44.32-10.76 56.1-32.14s10.04-44.46-2.99-65.1zM224.39 173.39a29.76 29.76 0 0 0 4.62-16V74h54v84.59a25.85 25.85 0 0 0 4 13.82L356.82 283H155.18z', fill: 'currentColor' }))
})