open-icon
Version:
Open Icon
26 lines (25 loc) • 577 B
JavaScript
// lib/meta/icon_vote.svg.ts
var meta = {
"description": "The vote icon typically represents an action of choosing, selecting, or making a decision. It is commonly used to indicate a voting option or to encourage viewers to participate in a poll or survey.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"ballot",
"election",
"decision-making",
"survey",
"voting",
"selection",
"choose",
"poll",
"decision"
],
"title": "Vote"
};
var icon_vote_svg_default = meta;
export {
icon_vote_svg_default as default,
meta
};