open-icon
Version:
Open Icon
26 lines (25 loc) • 523 B
JavaScript
// lib/meta/icon_arrow-headed-left.svg.ts
var meta = {
"description": "An icon featuring an arrow pointing to the left, with a distinct arrowhead at one end.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"Left arrow",
"Pointing",
"Direction",
"Navigation",
"Back",
"Symbol",
"Arrowhead",
"Simple",
"Minimalistic"
],
"title": "Arrow Headed Left"
};
var icon_arrow_headed_left_svg_default = meta;
export {
icon_arrow_headed_left_svg_default as default,
meta
};