31 lines
794 B
JavaScript
31 lines
794 B
JavaScript
/**
|
|
* @license lucide-static v0.511.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
const Pizza = `
|
|
<svg
|
|
class="lucide lucide-pizza"
|
|
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="m12 14-1 1" />
|
|
<path d="m13.75 18.25-1.25 1.42" />
|
|
<path d="M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12" />
|
|
<path d="M18.8 9.3a1 1 0 0 0 2.1 7.7" />
|
|
<path d="M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z" />
|
|
</svg>
|
|
`;
|
|
|
|
export { Pizza as default };
|
|
//# sourceMappingURL=pizza.js.map
|