open-icon
Version:
Open Icon
25 lines (24 loc) • 509 B
JavaScript
// lib/meta/icon_dice-2.svg.ts
var meta = {
"description": "The icon dice-2 represents a six-sided dice with the number 2 facing up. It can be used to indicate a random or probability-related concept.",
"category": [
"Special Characters"
],
"tag": [
"dice",
"two",
"random",
"probability",
"game",
"luck",
"chance",
"gambling",
"dice roll"
],
"title": "Dice 2"
};
var icon_dice_2_svg_default = meta;
export {
icon_dice_2_svg_default as default,
meta
};