@ricons/ionicons5
Version:
React SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.62 kB
JavaScript
'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
const React = require('react')
exports.default = React.forwardRef(function BatteryChargingSharp(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: 'M306.68 237.62h-66.5l15.33-54.7l6.43-22.92l3.94-14l4.29-15.33a3.56 3.56 0 0 0 .06-.44v-.19a1.85 1.85 0 0 0 0-.23a2 2 0 0 0 0-.24v-.14c0-.1-.07-.19-.11-.29v-.05a2.33 2.33 0 0 0-2-1.35h-.1a2.25 2.25 0 0 0-1.8 1l-12.5 17.15l-18.82 25.55l-8.36 11.48l-35.41 48.6L160 274.26h66.44l-30 107a3.93 3.93 0 0 0-.06.48v.1a1.94 1.94 0 0 0 0 .34a.29.29 0 0 0 0 .09a3 3 0 0 0 .07.32v.06a1.83 1.83 0 0 0 .14.32a2.38 2.38 0 0 0 1.52 1.16H198.68a2.1 2.1 0 0 0 1.31-.5l.06-.05a2.6 2.6 0 0 0 .42-.45L223.3 352l13-17.82z', fill: 'currentColor' }), React.createElement('path', { d: 'M289.78 134.55l-.14.74l-.21.73l-6.72 24H417V352H248.05l-23.33 32H449V128H290.13a22.62 22.62 0 0 1-.35 6.55z', fill: 'currentColor' }), React.createElement('path', { d: 'M49 160h169.49l23.31-32H17v256h159.49a22.73 22.73 0 0 1 .34-6.67l.15-.75l.2-.73l6.69-23.85H49z', fill: 'currentColor' }), React.createElement('path', { d: 'M264.76 329.08h130.55V182.92H276.28l-9.73 34.7H346l-23.16 31.78l-58.08 79.68z', fill: 'currentColor' }), React.createElement('path', { d: 'M160 294.26h-39.31l23.15-31.78l57.95-79.56H70.69v146.16h119.6l9.77-34.82H160z', fill: 'currentColor' }), React.createElement('path', { d: 'M465 202.67h32v106.67h-32z', fill: 'currentColor' }))
})