open-icon
Version:
Open Icon
13 lines (12 loc) • 531 B
JavaScript
// lib/meta/icon_connect-3-way-down.svg.ts
var meta = {
description: "An icon depicting a connection of three lines merging into one, pointing downwards. It is commonly used in user interfaces to represent a three-way connection or network.",
category: ["Interface"],
tag: ["connect", "3-way", "down", "network", "interface", "link", "merge", "lines", "junction", "UI"],
title: "Connect Three Way Down"
};
var icon_connect_3_way_down_svg_default = meta;
export {
icon_connect_3_way_down_svg_default as default,
meta
};