open-icon
Version:
Open Icon
26 lines (25 loc) • 658 B
JavaScript
// lib/meta/icon_arrow-roate-bottom-right.svg.ts
var meta = {
"description": "An arrow icon pointing towards the bottom right direction, indicating a downward and rightward movement or rotation. Commonly used to symbolize a diagonal movement or rotation in various applications.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"rotation",
"downward",
"diagonal",
"movement",
"directional",
"navigation",
"pointer",
"symbol",
"icon"
],
"title": "Arrow Rotate Bottom Right"
};
var icon_arrow_roate_bottom_right_svg_default = meta;
export {
icon_arrow_roate_bottom_right_svg_default as default,
meta
};