UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.22 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 IconMaterialBatteryCharging80W100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BatteryCharging80W100Filled', short_name: 'BatteryCharging80', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.35 21.35q-.3 0-.5-.2t-.2-.5V5.35q0-.3.2-.5t.5-.2h2.05V3.9q0-.325.213-.538.212-.212.537-.212h1.7q.325 0 .538.212.212.213.212.538v.75h2.05q.3 0 .5.2t.2.5v15.3q0 .3-.2.5t-.5.2Zm4.05-5.375 1.2-2.25q.125-.2-.012-.388-.138-.187-.363-.187h-.875V11.2q0-.325-.3-.388-.3-.062-.45.213l-1.2 2.25q-.125.2.013.387.137.188.362.188h.875v1.95q0 .325.3.388.3.062.45-.213Z" }) }))); }); IconMaterialBatteryCharging80W100Filled.displayName = 'AmauiIconMaterialBatteryCharging80W100Filled'; exports.default = IconMaterialBatteryCharging80W100Filled;