open-icon
Version:
Open Icon
13 lines (12 loc) • 500 B
JavaScript
// lib/meta/icon_flag-3.svg.ts
var meta = {
description: "A flag icon with three horizontal stripes, each in a different color. This icon can be used to represent countries, languages, or to indicate selections or categories.",
category: ["Interface"],
tag: ["flag", "nationality", "selection", "category", "language", "country", "patriotic", "symbol", "international", "three"],
title: "Flag 3"
};
var icon_flag_3_svg_default = meta;
export {
icon_flag_3_svg_default as default,
meta
};