@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialRestaurantW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "RestaurantW100Filled",
short_name: "Restaurant",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M306-588v-252q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v252h80v-252q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v252q0 50-31.5 83.5T334-466v346q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-346q-45-5-76.5-38.5T198-588v-252q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v252h80Zm360 162h-61.86q-13.14 0-21.64-8.63-8.5-8.62-8.5-21.37v-224q0-84 31-129t60-45q15 0 22 9t7 26v699q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-306Z"
}));
});
IconMaterialRestaurantW100Filled.displayName = 'OnesyIconMaterialRestaurantW100Filled';
export default IconMaterialRestaurantW100Filled;