open-icon
Version:
Open Icon
26 lines (25 loc) • 689 B
JavaScript
// lib/meta/icon_three-dots-vertical.svg.ts
var meta = {
"description": "The three dots icon, also known as the vertical ellipsis or kebab menu, typically represents a menu or more options when clicked on. It is commonly used in user interfaces to indicate additional actions or items that are not immediately visible.",
"category": [
"Interface"
],
"tag": [
"menu",
"option",
"kebab",
"more",
"navigation",
"settings",
"user interface",
"ellipsis",
"vertical",
"actions"
],
"title": "Vertical Three Dots Icon"
};
var icon_three_dots_vertical_svg_default = meta;
export {
icon_three_dots_vertical_svg_default as default,
meta
};