open-icon
Version:
Open Icon
27 lines (26 loc) • 574 B
JavaScript
// lib/meta/icon_arrow-headed-left-right-split.svg.ts
var meta = {
"description": "An arrow icon pointing to the left and right, splitting into two directions from the center.",
"category": [
"Arrows",
"Shapes"
],
"tag": [
"arrow",
"left",
"right",
"split",
"direction",
"movement",
"navigation",
"symbol",
"graphic",
"pointer"
],
"title": "Arrow Headed Left Right Split"
};
var icon_arrow_headed_left_right_split_svg_default = meta;
export {
icon_arrow_headed_left_right_split_svg_default as default,
meta
};