open-icon
Version:
Open Icon
27 lines (26 loc) • 701 B
JavaScript
// lib/meta/icon_arrow-diagonal-tr-bl-split.svg.ts
var meta = {
"description": "The arrow diagonal tr bl split icon features a split arrow pointing from the top right to the bottom left direction. It is commonly used in interfaces to indicate diagonal movement or direction.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"diagonal",
"direction",
"split",
"movement",
"navigation",
"pointer",
"user interface",
"interaction",
"graphic"
],
"title": "Arrow Diagonal Top Right Bottom Left Split"
};
var icon_arrow_diagonal_tr_bl_split_svg_default = meta;
export {
icon_arrow_diagonal_tr_bl_split_svg_default as default,
meta
};