/**
* Share Icon
* @category actions
*/
import type { IconDefinition } from '../../types';
export const share: IconDefinition = {
name: 'share',
category: 'actions',
description: 'Share content with others',
tags: ['share', 'send', 'distribute', 'export', 'forward'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default share;