open-icon
Version:
Open Icon
13 lines (12 loc) • 550 B
JavaScript
// lib/meta/icon_radar2.svg.ts
var meta = {
description: "The radar2 icon is a symbol commonly used in user interfaces to represent a radar or scanning functionality. It typically depicts a circular radar screen with lines radiating outward to indicate scanning or detection.",
category: ["Interface"],
tag: ["radar", "scanner", "detection", "tracking", "navigation", "technology", "equipment", "screen", "circular", "graphic"],
title: "Radar 2"
};
var icon_radar2_svg_default = meta;
export {
icon_radar2_svg_default as default,
meta
};