open-icon
Version:
Open Icon
13 lines (12 loc) • 509 B
JavaScript
// lib/meta/icon_ball-rugby.svg.ts
var meta = {
description: "This icon depicts a rugby ball, which is used in the sport of rugby. The rugby ball is typically oval in shape and made of leather or synthetic materials.",
category: ["Sports"],
tag: ["rugby", "ball", "rugby ball", "sports equipment", "oval", "leather", "synthetic", "team sport", "field sport", "contact sport"],
title: "Ball Rugby"
};
var icon_ball_rugby_svg_default = meta;
export {
icon_ball_rugby_svg_default as default,
meta
};