open-icon
Version:
Open Icon
13 lines (12 loc) • 434 B
JavaScript
// lib/meta/icon_flag-golf.svg.ts
var meta = {
description: "A simple icon representing a golf flag, commonly used in golf-related interfaces and applications.",
category: ["Interface", "Symbol"],
tag: ["golf", "sport", "flag", "marker", "navigation", "target", "outdoor", "activity", "course", "green"],
title: "Flag Golf"
};
var icon_flag_golf_svg_default = meta;
export {
icon_flag_golf_svg_default as default,
meta
};