open-icon
Version:
Open Icon
25 lines (24 loc) • 519 B
JavaScript
// lib/meta/icon_arrow-invert.svg.ts
var meta = {
"description": "This icon shows an inverted arrow, pointing in the opposite direction. It can be used to symbolize a return, revert, or undo action.",
"category": [
"Arrows"
],
"tag": [
"arrow",
"invert",
"opposite",
"return",
"revert",
"undo",
"direction",
"navigation",
"reverse"
],
"title": "Arrow Invert"
};
var icon_arrow_invert_svg_default = meta;
export {
icon_arrow_invert_svg_default as default,
meta
};