open-icon
Version:
Open Icon
26 lines (25 loc) • 708 B
JavaScript
// lib/meta/icon_arrow-headed-diagonal-tr-bl-split.svg.ts
var meta = {
"description": "This icon features a diagonal arrow split into two with one side pointing towards the bottom left and the other towards the top right. It is commonly used to indicate a split or division in direction.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"diagonal",
"split",
"direction",
"division",
"pointer",
"navigation",
"movement",
"pointing",
"symbol"
],
"title": "Arrow Headed Diagonal Top Left Bottom Right Split"
};
var icon_arrow_headed_diagonal_tr_bl_split_svg_default = meta;
export {
icon_arrow_headed_diagonal_tr_bl_split_svg_default as default,
meta
};