/**
* Code Icon
* @category tech
*/
import type { IconDefinition } from '../../types';
export const code: IconDefinition = {
name: 'code',
category: 'tech',
description: 'Code/programming symbol (>)',
tags: ['code', 'programming', 'developer', 'brackets', 'slash'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default code;