open-icon
Version:
Open Icon
23 lines (22 loc) • 531 B
JavaScript
// lib/meta/icon_two-dots-vertical.svg.ts
var meta = {
"description": "The icon depicts two vertical dots stacked on top of each other. This icon is commonly used to indicate a pause, break, or separation in content.",
"category": [
"Interface"
],
"tag": [
"dots",
"vertical",
"pause",
"break",
"separation",
"two",
"special characters"
],
"title": "Two Dots Vertical"
};
var icon_two_dots_vertical_svg_default = meta;
export {
icon_two_dots_vertical_svg_default as default,
meta
};