UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.4 kB
"use strict"; 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("@amaui/ui-react"); const IconMaterialBatteryPlusW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BatteryPlusW100', short_name: 'BatteryPlus', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M356 914q-12.75 0-21.375-8.625T326 884V329q0-12.75 8.625-21.375T356 299h60v-30q0-12.75 8.625-21.375T446 239h68q12.75 0 21.375 8.625T544 269v30h60q12.75 0 21.375 8.625T634 329v257q-8 2-14.5 3.5T606 593V326H354v560h102q2.065 7.667 5.032 14.333Q464 907 467 914H356Zm-2-28h102-11 11-102Zm312-56H560q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h106V696q0-5.95 4.035-9.975 4.035-4.025 10-4.025t9.965 4.025q4 4.025 4 9.975v106h106q5.95 0 9.975 4.035 4.025 4.035 4.025 10T809.975 826q-4.025 4-9.975 4H694v106q0 5.95-4.035 9.975-4.035 4.025-10 4.025T670 945.975q-4-4.025-4-9.975V830Z" }) }))); }); IconMaterialBatteryPlusW100.displayName = 'AmauiIconMaterialBatteryPlusW100'; exports.default = IconMaterialBatteryPlusW100;