open-icon
Version:
Open Icon
28 lines (27 loc) • 739 B
JavaScript
// lib/meta/icon_arrow-reload-right-left.svg.ts
var meta = {
"description": "The arrow-reload-right-left icon is a symbol representing a circular arrow that points to the right and left directions, indicating a reload or refresh action. This icon is commonly used in user interfaces to symbolize the option to reload or refresh content.",
"category": [
"Arrows",
"Interface",
"Symbol"
],
"tag": [
"refresh",
"circular",
"direction",
"navigation",
"update",
"rotate",
"loop",
"renewal",
"interface",
"arrow"
],
"title": "Arrow Reload Right Left"
};
var icon_arrow_reload_right_left_svg_default = meta;
export {
icon_arrow_reload_right_left_svg_default as default,
meta
};