open-icon
Version:
Open Icon
28 lines (27 loc) • 725 B
JavaScript
// lib/meta/icon_arrow-headed-up-down-split.svg.ts
var meta = {
"description": "The arrow-headed-up-down-split icon features an arrow pointing up and an arrow pointing down, split at the center. It can be used to represent various concepts like sorting, toggling between two options, or indicating a dual-directional movement.",
"category": [
"Arrows",
"Interface",
"Symbol"
],
"tag": [
"arrow",
"up",
"down",
"split",
"toggle",
"directional",
"sorting",
"movement",
"dual",
"choice"
],
"title": "Arrow Headed Up Down Split"
};
var icon_arrow_headed_up_down_split_svg_default = meta;
export {
icon_arrow_headed_up_down_split_svg_default as default,
meta
};