UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.69 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 IconMaterialRoomPreferencesW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RoomPreferencesW100Filled', short_name: 'RoomPreferences', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M212-172q-6 0-10-4t-4-10q0-6 4-10t10-4h66v-528q0-25 17.5-42.5T338-788h176q20 0 35.5 11.5T571-748h51q25 0 42.5 17.5T682-688v156q0 6-4 10t-10 4q-6 0-10-4t-4-10v-156q0-14-9-23t-23-9h-48v232q0 7-3 13t-8 11q-37 33-57.5 74.5T485-296q0 26 5 47t14 41q6 13-1 24.5T482-172H212Zm254-280q11 0 19.5-8.5T494-480q0-11-8.5-19.5T466-508q-11 0-19.5 8.5T438-480q0 11 8.5 19.5T466-452Zm242 298q-6 0-10-4t-5-10l-1-13q-26-5-42-15t-30-25l-13 7q-5 3-10.5 2t-8.5-6l-1-2q-4-5-3-11t6-10l11-9q-9-24-9-46t9-46l-11-9q-5-4-6-10t3-11l1-2q3-5 8.5-6t10.5 2l13 7q14-15 30-25t42-15l1-13q1-6 5-10t10-4q6 0 10 4t5 10l1 13q26 5 42 15t30 25l13-7q5-3 10.5-2t8.5 6l1 2q4 5 3 11t-6 10l-11 9q9 24 9 46t-9 46l11 9q5 4 6 10t-3 11l-1 2q-3 5-8.5 6t-10.5-2l-13-7q-14 15-30 25t-42 15l-1 13q-1 6-5 10t-10 4Zm0-54q36 0 62-26t26-62q0-36-26-62t-62-26q-36 0-62 26t-26 62q0 36 26 62t62 26Z" }) }))); }); IconMaterialRoomPreferencesW100Filled.displayName = 'OnesyIconMaterialRoomPreferencesW100Filled'; exports.default = IconMaterialRoomPreferencesW100Filled;