iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 kB
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 ChefHatLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M238 112a54.06 54.06 0 00-54-54 54.6 54.6 0 00-6.52.4 54 54 0 00-99 0A54.6 54.6 0 0072 58a54 54 0 00-22 103.3V208a14 14 0 0014 14h128a14 14 0 0014-14v-46.7a54.07 54.07 0 0032-49.3zm-44 96a2 2 0 01-2 2H64a2 2 0 01-2-2v-42.94a54 54 0 0010 .94h112a54 54 0 0010-.94zm-10-54h-16.31l6.13-24.54a6 6 0 10-11.64-2.92L155.31 154H134v-26a6 6 0 00-12 0v26h-21.31l-6.87-27.46a6 6 0 00-11.64 2.92L88.31 154H72a42 42 0 010-84c1 0 2 0 2.92.11A54.63 54.63 0 0074 80a6 6 0 0012 0 42 42 0 0184 0 6 6 0 0012 0 54.63 54.63 0 00-.92-9.89c1-.06 1.94-.11 2.92-.11a42 42 0 010 84z" }));
exports.default = ChefHatLight;