UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.16 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 IconMaterialBottomPanelOpenW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BottomPanelOpenW100', short_name: 'BottomPanelOpen', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M399 561h162q10 0 14-9.5t-3-16.5l-71-71q-9-9-21-9t-21 9l-71 71q-7 7-3 16.5t14 9.5ZM232 884q-25 0-42.5-17.5T172 824V328q0-25 17.5-42.5T232 268h496q25 0 42.5 17.5T788 328v496q0 25-17.5 42.5T728 884H232Zm-32-148v88q0 12 10 22t22 10h496q12 0 22-10t10-22v-88H200Zm0-28h560V328q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v380Zm0 28v120-120Z" }) }))); }); IconMaterialBottomPanelOpenW100.displayName = 'AmauiIconMaterialBottomPanelOpenW100'; exports.default = IconMaterialBottomPanelOpenW100;