UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

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