@teamsparta/stack-icons
Version:
stack icons
17 lines (16 loc) • 704 B
text/typescript
export { InfoBell } from './InfoBell.mjs';
export { InfoBreaktime } from './InfoBreaktime.mjs';
export { InfoCalendar } from './InfoCalendar.mjs';
export { InfoCheck } from './InfoCheck.mjs';
export { InfoCheckCircle } from './InfoCheckCircle.mjs';
export { InfoCircle } from './InfoCircle.mjs';
export { InfoClock } from './InfoClock.mjs';
export { InfoCoupon } from './InfoCoupon.mjs';
export { InfoError } from './InfoError.mjs';
export { InfoHelp } from './InfoHelp.mjs';
export { InfoPoint } from './InfoPoint.mjs';
export { InfoTimer } from './InfoTimer.mjs';
export { InfoVerified } from './InfoVerified.mjs';
export { InfoWarning } from './InfoWarning.mjs';
import 'react';
import '../type.mjs';