open-icon
Version:
Open Icon
26 lines (25 loc) • 700 B
JavaScript
// lib/meta/icon_arrow-headed-rotate-top-right.svg.ts
var meta = {
"description": "The arrow-headed-rotate-top-right icon features an arrow pointing to the top right with a rotation symbol, indicating a movement or rotation in that direction. It can represent turning, rotating, or switching to a different direction.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"rotate",
"up",
"right",
"direction",
"movement",
"switch",
"navigation",
"pointer",
"symbol"
],
"title": "Arrow Headed Rotate Top Right"
};
var icon_arrow_headed_rotate_top_right_svg_default = meta;
export {
icon_arrow_headed_rotate_top_right_svg_default as default,
meta
};