/**
* Bug Icon
* @category tech
*/
import type { IconDefinition } from '../../types';
export const bug: IconDefinition = {
name: 'bug',
category: 'tech',
description: 'Bug/issue (insect)',
tags: ['bug', 'issue', 'error', 'debug', 'problem'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default bug;