@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 850 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialBatteryVert020W100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BatteryVert020W100",
short_name: "BatteryVert020",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8.9 20.45q-.325 0-.537-.213-.213-.212-.213-.537V5.825q0-.325.213-.538.212-.212.537-.212h1.5v-.75q0-.325.213-.538.212-.212.537-.212h1.7q.325 0 .538.212.212.213.212.538v.75h1.5q.325 0 .538.212.212.213.212.538V19.7q0 .325-.212.537-.213.213-.538.213Zm-.05-3.7h6.3v-11h-6.3Z"
}));
});
IconMaterialBatteryVert020W100.displayName = 'OnesyIconMaterialBatteryVert020W100';
export default IconMaterialBatteryVert020W100;