30 lines
642 B
JavaScript
30 lines
642 B
JavaScript
/**
|
|
* @license lucide-static v0.535.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
const GeorgianLari = `
|
|
<svg
|
|
class="lucide lucide-georgian-lari"
|
|
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.5 21a7.5 7.5 0 1 1 7.35-9" />
|
|
<path d="M13 12V3" />
|
|
<path d="M4 21h16" />
|
|
<path d="M9 12V3" />
|
|
</svg>
|
|
`;
|
|
|
|
export { GeorgianLari as default };
|
|
//# sourceMappingURL=georgian-lari.js.map
|