open-icon
Version:
Open Icon
26 lines (25 loc) • 593 B
JavaScript
// lib/meta/icon_arrow-rotate-bottom-left.svg.ts
var meta = {
"description": "This icon depicts an arrow rotating in a clockwise direction towards the bottom left corner. It symbolizes movement, rotation, and direction.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"rotate",
"clockwise",
"movement",
"direction",
"bottom left",
"spin",
"turn",
"point"
],
"title": "Arrow Rotate Bottom Left"
};
var icon_arrow_rotate_bottom_left_svg_default = meta;
export {
icon_arrow_rotate_bottom_left_svg_default as default,
meta
};