open-icon
Version:
Open Icon
27 lines (26 loc) • 598 B
JavaScript
// lib/meta/icon_two-dots-horizontal.svg.ts
var meta = {
"description": "The icon 'two-dots-horizontal' represents two dots aligned horizontally. This icon is commonly used to indicate a pause, break, or separation in content.",
"category": [
"Symbol",
"Interface"
],
"tag": [
"dots",
"horizontal",
"pause",
"break",
"separation",
"two",
"spacing",
"divider",
"point",
"connection"
],
"title": "Two Dots Horizontal"
};
var icon_two_dots_horizontal_svg_default = meta;
export {
icon_two_dots_horizontal_svg_default as default,
meta
};