open-icon
Version:
Open Icon
26 lines (25 loc) • 499 B
JavaScript
// lib/meta/icon_dice-6.svg.ts
var meta = {
"description": "An icon representing a six-sided dice commonly used in games to determine a random number between 1 and 6.",
"category": [
"Special Characters"
],
"tag": [
"games",
"random",
"numbers",
"chance",
"board games",
"gambling",
"casino",
"luck",
"dice roll",
"dice game"
],
"title": "Dice 6"
};
var icon_dice_6_svg_default = meta;
export {
icon_dice_6_svg_default as default,
meta
};