@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.57 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 IconMaterialSkilletCooktopW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SkilletCooktopW100', short_name: 'SkilletCooktop', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-394q-29 0-48.5-19.5T172-462v-112q0-5.95 4.02-9.97Q180.05-588 186-588h454q0-29 16.5-52.5T701-673l150-51q5-2 10 1t7 8q2 5-.42 10.14-2.42 5.15-7.58 6.86l-150 51q-18.67 6.21-30.33 22.51Q668-608.18 668-588v126q0 28.33-19.5 48.17Q629-394 600-394H240Zm0-28h360q17 0 28.5-11.5T640-462v-98H200v98q0 17 11.5 28.5T240-422Zm172 236v-68q0-14-9-23t-23-9H146q-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-4h234q24.75 0 42.38 17.62Q440-278.75 440-254v68q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98Zm108 0v-68q0-24.75 17.63-42.38Q555.25-314 580-314h234q5.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 23v68q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98ZM420-491Z" }) })));
});
IconMaterialSkilletCooktopW100.displayName = 'OnesyIconMaterialSkilletCooktopW100';
exports.default = IconMaterialSkilletCooktopW100;
;