/**
* Phone Off - End call
* @category communication
*/
import type { IconDefinition } from '../../types';
export const phoneOff: IconDefinition = {
name: 'phone-off',
category: 'communication',
description: 'End call (phone with X)',
tags: ['phone', 'end', 'hangup', 'disconnect', 'off'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default phoneOff;