@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.66 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 IconMaterialCookingW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CookingW100Filled', short_name: 'Cooking', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M425.96-210q-5.96 0-9.96-4.02-4-4.03-4-9.98v-48q0-14-9-23t-23-9H172q-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-4h208q24.75 0 42.38 17.62Q440-296.75 440-272v48q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm108 0q-5.96 0-9.96-4.02-4-4.03-4-9.98v-48q0-24.75 17.63-42.38Q555.25-332 580-332h208q5.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 4H580q-14 0-23 9t-9 23v48q0 5.95-4.04 9.98-4.03 4.02-10 4.02ZM266-412q-39.17 0-66.58-27.42Q172-466.83 172-506v-68q0-12.75 8.63-21.38Q189.25-604 202-604h556q12.75 0 21.38 8.62Q788-586.75 788-574v68q0 39.17-27.42 66.58Q733.17-412 694-412H266Zm-80-272q-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-4h200v-10q0-12.75 8.5-21.38Q403-752 416.49-752h127.02q13.49 0 21.99 8.62 8.5 8.63 8.5 21.38v10h200q5.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 4H186Z" }) })));
});
IconMaterialCookingW100Filled.displayName = 'OnesyIconMaterialCookingW100Filled';
exports.default = IconMaterialCookingW100Filled;
;