UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

6 lines 173 B
import { icons, common } from '../../../util/generic-tests'; import BellIcon from './BellIcon'; describe('BellIcon', function () { common(BellIcon); icons(BellIcon); });