@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.53 kB
JavaScript
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 IconMaterialHotelClassW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HotelClassW100', short_name: 'HotelClass', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m606-400 135-117q7.08.87 11.04 6.12 3.96 5.25 3.96 11.38 0 3.5-1.29 6.41-1.28 2.91-4.71 5.09l-112 97 34 148V-239.19q0 7.19-4.5 11.69Q663-223 656-223h-4.59q-2.41 0-4.41-2l-41-175Zm-71-219-38-90q1.92-5.28 5.96-8.14 4.04-2.86 8.9-2.86t9.5 3q4.64 3 6.64 8l39 93-32-3ZM294-287l126-76 126 77-33-144 111-96-146-13-58-136-58 135-146 13 111 97-33 143Zm-27-10 29-123-95-83q-5-5-8-10.67-3-5.66-3-11.33 0-10.68 7.5-19.84T218-555l125.49-11.07L392-682q3.75-9 11.63-13.5 7.87-4.5 16.12-4.5t16.33 4.5Q444.15-691 448-682l48.51 115.93L622-555q13 1 20.5 10.13t7.5 19.78q0 6.09-3 11.59t-8 10.5l-95 83 29.33 123.05q.67 1.95.67 6.52 0 12.93-8.93 21.68T544.23-260q-2.23 0-16.23-5l-108-65-108 65q-4 2-8.12 3.5-4.13 1.5-7.88 1.5-13.5 0-23.25-11T267-297Zm153-164Z" }) })));
});
IconMaterialHotelClassW100.displayName = 'OnesyIconMaterialHotelClassW100';
exports.default = IconMaterialHotelClassW100;
;