open-icon
Version:
Open Icon
26 lines (25 loc) • 482 B
JavaScript
// lib/meta/icon_dice-1.svg.ts
var meta = {
"description": "An icon of a single dice showing the number 1, commonly used in games or for random selection processes.",
"category": [
"Special Characters"
],
"tag": [
"dice",
"game",
"random",
"number",
"one",
"luck",
"casino",
"probability",
"chance",
"symbol"
],
"title": "Dice 1"
};
var icon_dice_1_svg_default = meta;
export {
icon_dice_1_svg_default as default,
meta
};