UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 733 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBattery50 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Battery50", short_name: "Battery50", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Z" })); }); IconMaterialBattery50.displayName = 'OnesyIconMaterialBattery50'; export default IconMaterialBattery50;