@layer components {
    .app-table-icon-link {
            align-items: center;
            color: var(--dashboard-color-text-muted);
            display: inline-flex;
            justify-content: center;
        }

    .app-table-icon-link:hover {
            color: var(--dashboard-color-text);
        }

    .app-table-icon-link i,
        .app-table-icon-link svg {
            height: 1.25rem;
            width: 1.25rem;
        }
}
