open-icon
Version:
Open Icon
26 lines (25 loc) • 573 B
JavaScript
// lib/meta/icon_arrow-in-center.svg.ts
var meta = {
"description": "An arrow icon with another arrow in the center, pointing inwards. This icon is commonly used to indicate a call to action or a direction towards the center.",
"category": [
"Arrows",
"Interface",
"Symbol"
],
"tag": [
"arrow",
"direction",
"center",
"pointer",
"navigation",
"action",
"arrows",
"inwards"
],
"title": "Arrow in Center"
};
var icon_arrow_in_center_svg_default = meta;
export {
icon_arrow_in_center_svg_default as default,
meta
};