open-icon
Version:
Open Icon
27 lines (26 loc) • 598 B
JavaScript
// lib/meta/icon_three-dots-lines.svg.ts
var meta = {
"description": "The icon consists of three horizontally aligned dots, representing a menu or options list. It is often used as a symbol for displaying additional actions or choices.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"menu",
"options",
"list",
"dots",
"actions",
"more",
"expand",
"context menu",
"navigation",
"settings"
],
"title": "Three Dots Lines"
};
var icon_three_dots_lines_svg_default = meta;
export {
icon_three_dots_lines_svg_default as default,
meta
};