import { describe, it, expect } from 'vitest'; import * as all from './index'; describe('Icons', () => { it('are defined', () => { expect(all).toBeDefined(); }); });