UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.3 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 IconMaterialRiceBowlW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RiceBowlW100Filled', short_name: 'RiceBowl', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M402-132q-12.75 0-21.37-8.71-8.63-8.7-8.63-21.58V-185q-99-39-169.5-115.5T132-480q0-72.21 27.39-135.72 27.39-63.51 74.35-110.49 46.96-46.98 110.43-74.38Q407.65-828 479.83-828q72.17 0 135.73 27.41 63.56 27.4 110.57 74.38 47.02 46.98 74.44 110.49Q828-552.21 828-480q0 103-70.5 179.5T588-185v22.71q0 12.88-8.62 21.58Q570.75-132 558-132H402Zm-28-348h212v-302q-26.5-9-53-13.5t-53-4.5q-26.5 0-53 4.5T374-782v302Zm-214 0h186v-291q-85 40-135.5 118.5T160-480Zm454 0h186q0-94-50.5-172.5T614-771v291Z" }) }))); }); IconMaterialRiceBowlW100Filled.displayName = 'OnesyIconMaterialRiceBowlW100Filled'; exports.default = IconMaterialRiceBowlW100Filled;