/**
* Upload Icon
* @category actions
*/
import type { IconDefinition } from '../../types';
export const upload: IconDefinition = {
name: 'upload',
category: 'actions',
description: 'Upload file or data',
tags: ['upload', 'import', 'arrow-up', 'send', 'transfer'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default upload;