@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 974 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialRamenDiningFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "RamenDiningFilled",
short_name: "RamenDining",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M320-150q-98-38-169-112.5T80-440q0-17 11.5-28.5T120-480h40v-284q0-15 10-26t25-13l652-73q14-2 23.5 7t9.5 23q0 11-8 19.5t-19 9.5l-433 49v68h430q13 0 21.5 8.5T880-670q0 13-8.5 21.5T850-640H420v160h420q17 0 28.5 11.5T880-440q0 103-71 177.5T640-150v30q0 17-11.5 28.5T600-80H360q-17 0-28.5-11.5T320-120v-30Zm0-550h40v-61l-40 4v57Zm-100 0h40v-50l-40 4v46Zm100 220h40v-160h-40v160Zm-100 0h40v-160h-40v160Z"
}));
});
IconMaterialRamenDiningFilled.displayName = 'OnesyIconMaterialRamenDiningFilled';
export default IconMaterialRamenDiningFilled;