Skip to content

Commit 2ec196a

Browse files
committed
refactor: update icons to v4
1 parent 9229e82 commit 2ec196a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pug/icons/coreui-icons-brand.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ block view
1616
.row.text-center
1717
each icon in icons
1818
.col-6.col-sm-4.col-md-2
19-
i(class='c-icon c-icon-2xl mt-5 mb-2 cib-' + icon)
19+
i(class='icon icon-2xl mt-5 mb-2 cib-' + icon)
2020
div cib-#{icon}
2121
// /.row
2222

pug/icons/coreui-icons-flag.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ block view
1515
.row.text-center
1616
each icon in icons
1717
.col-6.col-sm-4.col-md-2
18-
i(class='c-icon c-icon-2xl mt-5 mb-2 cif-' + icon.toLowerCase())
18+
i(class='icon icon-2xl mt-5 mb-2 cif-' + icon.toLowerCase())
1919
div cif-#{icon.toLowerCase()}

pug/icons/coreui-icons-free.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ block view
1616
.row.text-center
1717
each icon in icons
1818
.col-6.col-sm-4.col-md-2
19-
i(class='c-icon c-icon-2xl mt-5 mb-2 cil-' + icon)
19+
i(class='icon icon-2xl mt-5 mb-2 cil-' + icon)
2020
div cil-#{icon}
2121
// /.row
2222

0 commit comments

Comments
 (0)