open-icon
Version:
Open Icon
26 lines (25 loc) • 694 B
JavaScript
// lib/meta/icon_arrow-headed-rotate-bottom-left.svg.ts
var meta = {
"description": "The arrow-headed-rotate-bottom-left icon features an arrow pointing downwards and to the left, with a circular head. This icon symbolizes rotation or turning in a counter-clockwise direction.",
"category": [
"Arrows"
],
"tag": [
"rotate",
"direction",
"counter-clockwise",
"movement",
"navigation",
"arrow",
"symbol",
"rotate icon",
"arrow icon",
"bottom-left"
],
"title": "Arrow Headed Rotate Bottom Left"
};
var icon_arrow_headed_rotate_bottom_left_svg_default = meta;
export {
icon_arrow_headed_rotate_bottom_left_svg_default as default,
meta
};