File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ import { library } from '@fortawesome/fontawesome-svg-core';
4444import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' ;
4545
4646/* import specific icons */
47- import { faSearch , faXmark } from '@fortawesome/free-solid-svg-icons' ;
47+ import { faSearch } from '@fortawesome/free-solid-svg-icons/faSearch' ;
48+ import { faXmark } from '@fortawesome/free-solid-svg-icons/faXmark' ;
4849
4950export {
5051 HiveAutocomplete ,
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ import { library } from '@fortawesome/fontawesome-svg-core';
1111import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' ;
1212
1313/* import specific icons */
14- import { faSearch , faXmark } from '@fortawesome/free-solid-svg-icons' ;
14+ import { faSearch } from '@fortawesome/free-solid-svg-icons/faSearch' ;
15+ import { faXmark } from '@fortawesome/free-solid-svg-icons/faXmark' ;
1516
1617/* add icons to the library */
1718library . add ( faSearch , faXmark ) ;
You can’t perform that action at this time.
0 commit comments