open-icon
Version:
Open Icon
26 lines (25 loc) • 682 B
JavaScript
// lib/meta/icon_three-dots-diagonal-major.svg.ts
var meta = {
"description": "The three dots diagonal major icon consists of three dots positioned diagonally from bottom-left to top-right. This icon is commonly used in user interfaces to indicate additional options or actions that can be accessed.",
"category": [
"Interface"
],
"tag": [
"menu",
"dots",
"more",
"options",
"settings",
"actions",
"interface",
"user interface",
"navigation",
"expand"
],
"title": "Three Dots Diagonal Major"
};
var icon_three_dots_diagonal_major_svg_default = meta;
export {
icon_three_dots_diagonal_major_svg_default as default,
meta
};