open-icon
Version:
Open Icon
26 lines (25 loc) • 648 B
JavaScript
// lib/meta/icon_key-previous-up.svg.ts
var meta = {
"description": "The key-previous-up icon is a graphical representation of a key pointing upwards, indicating a function or action related to going back or returning. This icon is commonly used in user interfaces to represent a previous step or action.",
"category": [
"Interface"
],
"tag": [
"key",
"previous",
"up",
"navigation",
"return",
"user interface",
"button",
"arrow",
"action",
"step"
],
"title": "Key Previous Up"
};
var icon_key_previous_up_svg_default = meta;
export {
icon_key_previous_up_svg_default as default,
meta
};