iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 974 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ChefHat = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 112a56.06 56.06 0 00-56-56c-1.77 0-3.54.1-5.29.26a56 56 0 00-101.42 0C75.54 56.1 73.77 56 72 56a56 56 0 00-24 106.59V208a16 16 0 0016 16h128a16 16 0 0016-16v-45.41A56.09 56.09 0 00240 112zm-48 96H64v-40.58a55.49 55.49 0 008 .58h112a55.49 55.49 0 008-.58zm-8-56h-13.75l5.51-22.06a8 8 0 00-15.52-3.88L153.75 152H136v-24a8 8 0 00-16 0v24h-17.75l-6.49-25.94a8 8 0 10-15.52 3.88L85.75 152H72a40 40 0 010-80h.58a55.21 55.21 0 00-.58 8 8 8 0 0016 0 40 40 0 0180 0 8 8 0 0016 0 55.21 55.21 0 00-.58-8h.58a40 40 0 010 80z" }));
exports.default = ChefHat;