UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

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