open-icon
Version:
Open Icon
21 lines (20 loc) • 519 B
JavaScript
// lib/meta/icon_three-dots-horizontal.svg.ts
var meta = {
"description": "The icon depicts three dots arranged horizontally in a line. It is commonly used to represent a menu or more options available in a user interface.",
"category": [
"Interface"
],
"tag": [
"dots",
"menu",
"options",
"user interface",
"navigation"
],
"title": "Three Dots Horizontal"
};
var icon_three_dots_horizontal_svg_default = meta;
export {
icon_three_dots_horizontal_svg_default as default,
meta
};