open-icon
Version:
Open Icon
13 lines (12 loc) • 497 B
JavaScript
// lib/meta/icon_connect-3-way-right.svg.ts
var meta = {
description: "A three-way right arrow icon representing a connection or flow to the right in a user interface.",
category: ["Interface", "Arrows"],
tag: ["arrow", "direction", "connection", "flow", "right", "three-way", "user interface", "web design", "graphic design", "symbol"],
title: "Connect 3 Way Right"
};
var icon_connect_3_way_right_svg_default = meta;
export {
icon_connect_3_way_right_svg_default as default,
meta
};