@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.1 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialBatteryLowW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BatteryLowW100', short_name: 'BatteryLow', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M215-326q-12.75 0-21.37-8.63Q185-343.25 185-356v-60h-23q-12.75 0-21.37-8.63Q132-433.25 132-446v-68q0-12.75 8.63-21.38Q149.25-544 162-544h23v-60.21q0-12.79 8.63-21.29 8.62-8.5 21.37-8.5h583q12.75 0 21.38 8.62Q828-616.75 828-604v247.83q0 13.17-8.62 21.67-8.63 8.5-21.38 8.5H215Zm-3-28h468v-252H212v252Z" }) })));
});
IconMaterialBatteryLowW100.displayName = 'OnesyIconMaterialBatteryLowW100';
exports.default = IconMaterialBatteryLowW100;
;