UNPKG

@ricons/ionicons5

Version:

React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)

5 lines (4 loc) 492 B
import * as React from 'react' export default React.forwardRef(function CropSharp(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: 'M166 346V32h-44v90H32v44h90v224h224v90h44v-90h90v-44H166z', fill: 'currentColor' }), React.createElement('path', { d: 'M346 320h44V122H192v44h154v154z', fill: 'currentColor' })) })