open-icon
Version:
Open Icon
27 lines (26 loc) • 571 B
JavaScript
// lib/meta/icon_money.svg.ts
var meta = {
"description": "The money icon typically represents wealth, currency, finance, and transactions. It can be used to indicate the concept of payment, savings, banking, economy, and prosperity.",
"category": [
"Symbols",
"Finance"
],
"tag": [
"currency",
"wealth",
"finance",
"cash",
"banking",
"economy",
"payment",
"transactions",
"prosperity",
"savings"
],
"title": "Money"
};
var icon_money_svg_default = meta;
export {
icon_money_svg_default as default,
meta
};