UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.2 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 IconMaterialBottomPanelOpenW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BottomPanelOpenW100Filled', short_name: 'BottomPanelOpen', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M399 561h161.882Q571 561 575 551.5t-3.25-16.75L500.7 463.7Q492 455 480 455t-21 9l-70.778 70.778Q381 542 384.75 551.5 388.5 561 399 561ZM232 884q-24.75 0-42.375-17.625T172 824V328q0-24.75 17.625-42.375T232 268h496q24.75 0 42.375 17.625T788 328v496q0 24.75-17.625 42.375T728 884H232Zm-32-176h560V328q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v380Z" }) }))); }); IconMaterialBottomPanelOpenW100Filled.displayName = 'AmauiIconMaterialBottomPanelOpenW100Filled'; exports.default = IconMaterialBottomPanelOpenW100Filled;