@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.61 kB
JavaScript
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 IconMaterialNoFoodW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NoFoodW100', short_name: 'NoFood', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m842-655-42 405q-.68 8.33-8.84 11.17Q783-236 777-242q-2-2-3-5.5t-1-6.5l42-406H475q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h162v-146q0-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.97v146h147q13.5 0 22.75 9.75T842-655ZM625-395ZM789-78 47-820q-4-4-4.5-9.5T47-840q5-5 10-5t10 5L809-98q4 4 4.5 9.5T809-78q-5 5-10 5t-10-5ZM129-216q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h480q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H129Zm0 124q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h480q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H129Zm293-393v28q-13-2-26-2.5t-27-.5q-93 0-148.5 27.5T150-368h389l28 28H153q-14.25 0-23.62-11.5Q120-363 124-377q11-21 32-41t52-35.5q31-15.5 71.5-25T369-488q14 0 27 .5t26 2.5Zm-53 117Z" }) })));
});
IconMaterialNoFoodW100.displayName = 'OnesyIconMaterialNoFoodW100';
exports.default = IconMaterialNoFoodW100;
;