open-icon
Version:
Open Icon
27 lines (26 loc) • 585 B
JavaScript
// lib/meta/icon_arrow-out-center.svg.ts
var meta = {
"description": "The arrow-out-center icon depicts an arrow pointing outwards from the center. This icon is commonly used to indicate expanding or outward movement.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"outward",
"movement",
"expand",
"direction",
"center",
"arrow",
"navigation",
"pointer",
"symbol",
"graphic"
],
"title": "Arrow Out Center"
};
var icon_arrow_out_center_svg_default = meta;
export {
icon_arrow_out_center_svg_default as default,
meta
};