iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 888 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 HatChef3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.001 2a4.748 4.748 0 00-4.163 2.46 3.73 3.73 0 00-2.723 6.86l.425.245V20c0 .414.336.75.75.75h11.352a.75.75 0 00.75-.75v-8.397l.494-.284a3.73 3.73 0 00-2.723-6.86A4.748 4.748 0 0012 2zM8.944 5.645a3.252 3.252 0 016.114-.001.75.75 0 001.023.424 2.23 2.23 0 012.055 3.952l-.869.5a.75.75 0 00-.375.65v4.33H7.04v-4.368a.75.75 0 00-.375-.65l-.8-.461a2.23 2.23 0 012.056-3.952.75.75 0 001.023-.424zM7.04 17h9.852v2.25H7.04V17z", fill: "#323544" }));
exports.default = HatChef3;