open-icon
Version:
Open Icon
26 lines (25 loc) • 629 B
JavaScript
// lib/meta/icon_arrow-rotate-top-left.svg.ts
var meta = {
"description": "The arrow-rotate-top-left icon depicts an arrow rotating in a counter-clockwise direction towards the top-left. It is commonly used to indicate a rotation or a change in direction.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"rotate",
"counter-clockwise",
"direction",
"change",
"movement",
"top-left",
"navigation",
"symbol",
"turn"
],
"title": "Arrow Rotate Top Left"
};
var icon_arrow_rotate_top_left_svg_default = meta;
export {
icon_arrow_rotate_top_left_svg_default as default,
meta
};