@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
5 lines (4 loc) • 571 B
JavaScript
import * as React from 'react'
export default React.forwardRef(function BatteryFullSharp(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: 'M17 384h432V128H17zm32-224h368v192H49z', fill: 'currentColor' }), React.createElement('path', { d: 'M70.69 182.94h324.63v146.13H70.69z', fill: 'currentColor' }), React.createElement('path', { d: 'M465 202.67h32v106.67h-32z', fill: 'currentColor' }))
})