UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

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