UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.09 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 IconMaterialRestaurantMenuW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RestaurantMenuW100', short_name: 'RestaurantMenu', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M475-458 181-166q-4 4-9.5 4.5T161-166q-5-5-5-10t5-10l394-394q-21-50-10-94.5t50-83.5q35-35 92-52t96 22q39 39 22 96t-52 92q-39 39-83.5 50T575-560l-80 80 294 294q4 4 4.5 9.5T789-166q-5 5-10 4.5t-10-4.5L475-458Zm-180-34L187-600q-30-30-43-79t8-89q7-14 22-16t26 9l189 189-94 94Z" }) }))); }); IconMaterialRestaurantMenuW100.displayName = 'OnesyIconMaterialRestaurantMenuW100'; exports.default = IconMaterialRestaurantMenuW100;