open-icon
Version:
Open Icon
26 lines (25 loc) • 650 B
JavaScript
// lib/meta/icon_arrow-headed-corner-left-.svg.ts
var meta = {
"description": "This icon features a left-facing arrow with a distinct arrowhead at the corner, pointing towards the top left direction. It is commonly used to indicate navigation or direction change to the left.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"left",
"corner",
"navigation",
"direction",
"pointer",
"top left",
"pointer",
"symbol"
],
"title": "Arrow Headed Corner Left"
};
var icon_arrow_headed_corner_left_svg_default = meta;
export {
icon_arrow_headed_corner_left_svg_default as default,
meta
};