open-icon
Version:
Open Icon
13 lines (12 loc) • 461 B
JavaScript
// lib/meta/icon_bug-2.svg.ts
var meta = {
description: "The bug-2 icon is a stylized graphical representation of a bug or insect. It can be used in user interfaces to symbolize bugs, issues, or errors.",
category: ["Interface", "Animals"],
tag: ["bug", "insect", "error", "issue", "problem", "user interface", "computer", "software", "icon"],
title: "Bug 2"
};
var icon_bug_2_svg_default = meta;
export {
icon_bug_2_svg_default as default,
meta
};