/**
* Eye Off - Hidden/hide
* @category security
*/
import type { IconDefinition } from '../../types';
export const eyeOff: IconDefinition = {
name: 'eye-off',
category: 'security',
description: 'Hidden or hide content with slashed eye',
tags: ['eye', 'hide', 'hidden', 'invisible', 'private', 'password'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default eyeOff;