UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

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