open-icon
Version:
Open Icon
26 lines (25 loc) • 627 B
JavaScript
// lib/meta/icon_arrow-spread.svg.ts
var meta = {
"description": "The arrow-spread icon features two arrows facing away from each other, symbolizing the act of spreading apart or diverging in different directions. This icon can be used to represent separation, expansion, or divergence.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"spread",
"separate",
"diverge",
"expand",
"direction",
"move",
"point",
"navigation",
"communication"
],
"title": "Arrow Spread"
};
var icon_arrow_spread_svg_default = meta;
export {
icon_arrow_spread_svg_default as default,
meta
};