open-icon
Version:
Open Icon
26 lines (25 loc) • 501 B
JavaScript
// lib/meta/icon_euro.svg.ts
var meta = {
"description": "The euro icon represents the official currency of the Eurozone. It is commonly used to denote amounts of money in euros.",
"category": [
"Symbol"
],
"tag": [
"currency",
"eurozone",
"money",
"finance",
"Europe",
"payment",
"foreign exchange",
"banking",
"economy",
"business"
],
"title": "Euro"
};
var icon_euro_svg_default = meta;
export {
icon_euro_svg_default as default,
meta
};