@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.05 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 IconMaterialRoomServiceW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RoomServiceW100', short_name: 'RoomService', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M158-284q-6 0-10-4t-4-10q0-6 4-10t10-4h644q6 0 10 4t4 10q0 6-4 10t-10 4H158Zm14-88q0-115 81-197.5T452-666v-20q0-11 8.5-19.5T480-714q11 0 19.5 8.5T508-686v20q118 14 199 96.5T788-372H172Zm31-28h554q-8-96-89-167t-188-71q-107 0-188 71t-89 167Zm277 0Z" }) })));
});
IconMaterialRoomServiceW100.displayName = 'OnesyIconMaterialRoomServiceW100';
exports.default = IconMaterialRoomServiceW100;
;