open-icon
Version:
Open Icon
26 lines (25 loc) • 488 B
JavaScript
// lib/meta/icon-24.svg.ts
var meta = {
"description": "A 24x24 pixels icon depicting an arrow. It is commonly used to indicate directions, navigation, or movement.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"navigation",
"direction",
"movement",
"pointer",
"24x24",
"icon",
"symbol",
"interface",
"graphic"
],
"title": "Arrow Icon - 24x24"
};
var icon_24_svg_default = meta;
export {
icon_24_svg_default as default,
meta
};