move files

This commit is contained in:
Eric Fennis
2021-04-14 23:43:47 +02:00
parent f2582af4a3
commit 0922e72e3d
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import { Component, ElementRef, Input, Inject, ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core';
import { Icons } from './icons.provider';
import { IconData } from '../icons/types';
import { createElement } from '../create-element';
import { createElement } from '../helpers/create-element';
@Component({
selector: 'lucide-angular, lucide-icon, i-lucide, span-lucide',