/**
* Video Call - Video call with camera
* @category communication
*/
import type { IconDefinition } from '../../types';
export const videoCall: IconDefinition = {
name: 'video-call',
category: 'communication',
description: 'Video call (camera with person)',
tags: ['video', 'call', 'camera', 'conference', 'meeting'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default videoCall;