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 IconMaterialChairAlt = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ChairAlt', short_name: 'ChairAlt', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7 18v2q0 .425-.287.712Q6.425 21 6 21t-.713-.288Q5 20.425 5 20v-6q0-.825.588-1.413Q6.175 12 7 12h1v-2H7q-.825 0-1.412-.588Q5 8.825 5 8V5q0-.825.588-1.413Q6.175 3 7 3h10q.825 0 1.413.587Q19 4.175 19 5v3q0 .825-.587 1.412Q17.825 10 17 10h-1v2h1q.825 0 1.413.587Q19 13.175 19 14v6q0 .425-.288.712Q18.425 21 18 21t-.712-.288Q17 20.425 17 20v-2ZM7 8h10V5H7v3Zm3 4h4v-2h-4Zm-3 4h10v-2H7Zm0-8V5v3Zm0 8v-2 2Z" }) }))); }); IconMaterialChairAlt.displayName = 'AmauiIconMaterialChairAlt'; exports.default = IconMaterialChairAlt;