UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.05 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBatteryError = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BatteryError", short_name: "BatteryError", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M320-80q-17 0-28.5-11.5T280-120v-640q0-17 11.5-28.5T320-800h80v-40q0-17 11.5-28.5T440-880h80q17 0 28.5 11.5T560-840v40h80q17 0 28.5 11.5T680-760v300q0 17-11.5 28.5T640-420q-17 0-28.5-11.5T600-460v-260H360v560h140q17 0 28.5 11.5T540-120q0 17-11.5 28.5T500-80H320Zm40-80Zm380-3-56 55q-11 11-27.5 11.5T628-108q-11-11-11-28t11-28l56-56-56-56q-11-11-11-28t11-28q11-11 28-11t28 11l56 56 56-56q11-11 27.5-11.5T852-332q11 11 11 28t-11 28l-55 56 55 56q11 11 11.5 27.5T852-108q-11 11-28 11t-28-11l-56-55Z" })); }); IconMaterialBatteryError.displayName = 'OnesyIconMaterialBatteryError'; export default IconMaterialBatteryError;