UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 869 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBattery2BarW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Battery2BarW100", short_name: "Battery2Bar", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M356.17-132q-13.17 0-21.67-8.63-8.5-8.62-8.5-21.37v-583q0-12.75 8.63-21.38Q343.25-775 356-775h60v-23q0-12.75 8.63-21.38Q433.25-828 446-828h68q12.75 0 21.38 8.62Q544-810.75 544-798v23h60.21q12.79 0 21.29 8.62 8.5 8.63 8.5 21.38v583q0 12.75-8.62 21.37Q616.75-132 604-132H356.17ZM354-320h252v-428H354v428Z" })); }); IconMaterialBattery2BarW100.displayName = 'OnesyIconMaterialBattery2BarW100'; export default IconMaterialBattery2BarW100;