lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
35 lines (32 loc) • 899 B
JavaScript
/**
* @license lucide-static v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Cookie = `
<svg
class="lucide lucide-cookie"
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="M11 17h.01" />
<path d="M11.496 2c.324-.016.558.292.529.615a4 4 0 004.235 4.368.713.713 0 01.758.757 4 4 0 004.366 4.237c.323-.03.63.204.614.527a10 10 0 01-2.915 6.566A1 1 0 114.93 4.918 10 10 0 0111.496 2" />
<path d="M12 12h.01" />
<path d="M16 16h.01" />
<path d="M16 3h.01" />
<path d="M21 4h.01" />
<path d="M21 8h.01" />
<path d="M7 14h.01" />
<path d="M9 8h.01" />
</svg>
`;
export { Cookie as default };
//# sourceMappingURL=cookie.mjs.map