open-icon
Version:
Open Icon
13 lines (12 loc) • 510 B
JavaScript
// lib/meta/icon_ball-football.svg.ts
var meta = {
description: "A symbol of a football used in the game of football (soccer). It represents the sports category and is commonly used to depict football-related content.",
category: ["Sports"],
tag: ["ball", "football", "soccer", "sports", "game", "sporting equipment", "competition", "team sport", "athletics", "goal"],
title: "Football Ball"
};
var icon_ball_football_svg_default = meta;
export {
icon_ball_football_svg_default as default,
meta
};