open-icon
Version:
Open Icon
27 lines (26 loc) • 714 B
JavaScript
// lib/meta/icon_arrow-up-down-split.svg.ts
var meta = {
"description": "The arrow-up-down-split icon depicts a single arrow splitting into two arrows moving in opposite directions. This icon is commonly used to represent the actions of expanding or collapsing a section, as well as indicating upward and downward movements simultaneously.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"expand",
"collapse",
"direction",
"move",
"split",
"opposite",
"upward",
"downward",
"navigation"
],
"title": "Arrow Up Down Split"
};
var icon_arrow_up_down_split_svg_default = meta;
export {
icon_arrow_up_down_split_svg_default as default,
meta
};