dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
9 lines (8 loc) • 323 B
TypeScript
import { default as ArrowsArrowRightUpLine } from './arrows-arrow-right-up-line.component.js';
export * from './arrows-arrow-right-up-line.component.js';
export default ArrowsArrowRightUpLine;
declare global {
interface HTMLElementTagNameMap {
'dap-ds-icon-arrow-right-up-line': ArrowsArrowRightUpLine;
}
}