open-icon
Version:
Open Icon
26 lines (25 loc) • 481 B
JavaScript
// lib/meta/icon_dollar.svg.ts
var meta = {
"description": "The dollar icon represents currency and is commonly used to symbolize money or financial transactions.",
"category": [
"Symbol"
],
"tag": [
"currency",
"money",
"financial",
"dollar sign",
"business",
"economy",
"wealth",
"payment",
"cost",
"cash"
],
"title": "Dollar"
};
var icon_dollar_svg_default = meta;
export {
icon_dollar_svg_default as default,
meta
};