open-icon
Version:
Open Icon
13 lines (12 loc) • 570 B
JavaScript
// lib/meta/icon_bug.svg.ts
var meta = {
description: "The bug icon is commonly used in user interfaces to represent a technical issue or software bug. It can also symbolize insects or pests in nature. The icon features a simple and recognizable representation of a bug, typically with multiple legs and antennae.",
category: ["Interface", "Animals"],
tag: ["technology", "software", "issue", "insect", "pest", "bug", "error", "coding", "problem", "glitch"],
title: "Bug"
};
var icon_bug_svg_default = meta;
export {
icon_bug_svg_default as default,
meta
};