UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 863 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTableRestaurantW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TableRestaurantW100Filled", short_name: "TableRestaurant", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M683-562H277l-15 118h437l-16-118ZM205-226l45-336h-96q-11 0-18-9t-4-20l44-151q2-8 8-12.5t14-3.5h565q8 0 14 4.5t8 12.5l44 150q3 11-4 20t-18 9h-97l45 336q1 6-3 10.5t-10 4.5q-5 0-9-3.5t-5-8.5l-26-193H258l-26 194q-1 5-5 8t-9 3q-6 0-10-4.5t-3-10.5Z" })); }); IconMaterialTableRestaurantW100Filled.displayName = 'OnesyIconMaterialTableRestaurantW100Filled'; export default IconMaterialTableRestaurantW100Filled;