import { shield } from "../../components/icons"; import { Tooltip } from "../../components/Tooltip"; import { t } from "../../i18n"; export const EncryptedIcon = () => ( {shield} );