/**
* API Icon
* @category tech
*/
import type { IconDefinition } from '../../types';
export const api: IconDefinition = {
name: 'api',
category: 'tech',
description: 'API endpoint',
tags: ['api', 'endpoint', 'integration', 'interface', 'service'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default api;