open-icon
Version:
Open Icon
26 lines (25 loc) • 634 B
JavaScript
// lib/meta/icon_arrow-headed-rouned-left-down.svg.ts
var meta = {
"description": "This icon features an arrow with a rounded head pointing towards the bottom left direction. It is commonly used to indicate a downward and left movement or navigation.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"left",
"down",
"direction",
"navigation",
"pointer",
"movement",
"rounded",
"icon",
"symbol"
],
"title": "Arrow Headed Rounded Left Down"
};
var icon_arrow_headed_rouned_left_down_svg_default = meta;
export {
icon_arrow_headed_rouned_left_down_svg_default as default,
meta
};