@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 887 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialRestaurantMenuW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "RestaurantMenuW100Filled",
short_name: "RestaurantMenu",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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"
}));
});
IconMaterialRestaurantMenuW100Filled.displayName = 'OnesyIconMaterialRestaurantMenuW100Filled';
export default IconMaterialRestaurantMenuW100Filled;