open-icon
Version:
Open Icon
13 lines (12 loc) • 521 B
JavaScript
// lib/meta/icon_radar3.svg.ts
var meta = {
description: "Radar3 icon is a representation of a radar screen with three blips, commonly used to indicate scanning or tracking of objects. It is often used in user interfaces to symbolize detection or monitoring.",
category: ["Interface"],
tag: ["radar3", "radar", "detection", "monitoring", "scan", "tracking", "screen", "blips", "interface", "symbol"],
title: "Radar3"
};
var icon_radar3_svg_default = meta;
export {
icon_radar3_svg_default as default,
meta
};