UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.17 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("@onesy/ui-react"); const IconMaterialBottomPanelCloseW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BottomPanelCloseW100', short_name: 'BottomPanelClose', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m501-516 71-71q7-7 3-16.5t-14-9.5H399q-10 0-14 9.5t3 16.5l71 71q9 9 21 9t21-9Zm227-272q25 0 42.5 17.5T788-728v496q0 25-17.5 42.5T728-172H232q-25 0-42.5-17.5T172-232v-496q0-25 17.5-42.5T232-788h496ZM200-320v88q0 12 10 22t22 10h496q12 0 22-10t10-22v-88H200Zm560-28v-380q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v380h560Zm-560 28v120-120Z" }) }))); }); IconMaterialBottomPanelCloseW100.displayName = 'OnesyIconMaterialBottomPanelCloseW100'; exports.default = IconMaterialBottomPanelCloseW100;