Skip to content

Commit a4a5e13

Browse files
committed
Deep import of the FortAwesome icons
Signed-off-by: Olga Bulat <obulat@gmail.com>
1 parent fb9fdc7 commit a4a5e13

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/main.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ import { library } from '@fortawesome/fontawesome-svg-core'
1212
import { faCopy } from '@fortawesome/free-solid-svg-icons/faCopy'
1313
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
1414

15-
import {
16-
faCreativeCommons, faCreativeCommonsBy, faCreativeCommonsNc,
17-
faCreativeCommonsNd, faCreativeCommonsSa, faCreativeCommonsZero
18-
} from '@fortawesome/free-brands-svg-icons'
15+
import { faCreativeCommons } from '@fortawesome/free-brands-svg-icons/faCreativeCommons'
16+
import { faCreativeCommonsBy } from '@fortawesome/free-brands-svg-icons/faCreativeCommonsBy'
17+
import { faCreativeCommonsNc } from '@fortawesome/free-brands-svg-icons/faCreativeCommonsNc'
18+
import { faCreativeCommonsNd } from '@fortawesome/free-brands-svg-icons/faCreativeCommonsNd'
19+
import { faCreativeCommonsSa } from '@fortawesome/free-brands-svg-icons/faCreativeCommonsSa'
20+
import { faCreativeCommonsZero } from '@fortawesome/free-brands-svg-icons/faCreativeCommonsZero'
1921

2022
library.add(
2123
faCopy, faCreativeCommons, faCreativeCommonsBy,

0 commit comments

Comments
 (0)