open-icon
Version:
Open Icon
26 lines (25 loc) • 540 B
JavaScript
// lib/meta/icon_dice-3.svg.ts
var meta = {
"description": "The 'dice-3' icon represents a standard six-sided dice showing the number 3. It is commonly used to symbolize randomness, luck, chance, and games.",
"category": [
"Special Characters"
],
"tag": [
"dice",
"three",
"randomness",
"luck",
"chance",
"games",
"gambling",
"number",
"probability",
"dice roll"
],
"title": "Dice Three"
};
var icon_dice_3_svg_default = meta;
export {
icon_dice_3_svg_default as default,
meta
};