UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.58 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class FaBattery0 extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m37.77777777777778 14.444444444444445q0.9200000000000017 0 1.571111111111108 0.6511111111111116t0.6511111111111134 1.5711111111111116v6.666666666666668q0 0.9200000000000017-0.6511111111111134 1.5711111111111116t-1.571111111111108 0.6511111111111099v2.7777777777777786q0 1.1444444444444457-0.8155555555555551 1.9622222222222234t-1.9622222222222234 0.8155555555555551h-32.22222222222222q-1.1444444444444446 0-1.9622222222222223-0.8155555555555551t-0.8155555555555563-1.9622222222222234v-16.666666666666668q0-1.144444444444444 0.8155555555555556-1.9622222222222216t1.962222222222222-0.8155555555555569h32.22222222222222q1.1444444444444457 0 1.9622222222222234 0.8155555555555551t0.8155555555555551 1.9622222222222234v2.777777777777777z m0 8.888888888888891v-6.666666666666668h-2.2222222222222214v-5q0-0.24444444444444358-0.15555555555555856-0.40000000000000036t-0.3999999999999986-0.15555555555555678h-32.22222222222222q-0.24444444444444446 0-0.3999999999999999 0.155555555555555t-0.15555555555555634 0.40000000000000213v16.666666666666668q0 0.24444444444444358 0.15555555555555545 0.3999999999999986t0.3999999999999999 0.155555555555555h32.22222222222222q0.24444444444444713 0 0.3999999999999986-0.155555555555555t0.15555555555555856-0.3999999999999986v-5h2.2222222222222214z"/></g> </IconBase> ); } }