UNPKG

lucide-static

Version:

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

28 lines (25 loc) 705 B
/** * @license lucide-static v0.436.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const ChefHat = ` <svg class="lucide lucide-chef-hat" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z" /> <path d="M6 17h12" /> </svg> `; export { ChefHat as default }; //# sourceMappingURL=chef-hat.js.map