1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-30 11:39:59 +02:00

feat: add check circle icons

This commit is contained in:
mrholek
2019-11-12 13:16:02 +01:00
parent 393ae27fc3
commit 3f31a541ab
9 changed files with 9 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
src: url('#{$coreui-icons-font-path}/CoreUI-Icons-Free.eot?64h6xh#iefix') format('embedded-opentype'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Free.ttf?64h6xh') format('truetype'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Free.woff?64h6xh') format('woff'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Free.svg?64h6xh#CoreUI-Icons-Linear') format('svg');
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.svg?64h6xh#CoreUI-Icons-Linear') format('svg');
font-weight: normal;
font-style: normal;
}

View File

@@ -339,6 +339,7 @@ $icons: (
"caret-top": \ea3c,
"check": \ea55,
"check-alt": \ecf9,
"check-circle": \ea57,
"chevron-bottom": \ea59,
"chevron-circle-down-alt": \ecfc,
"chevron-circle-left-alt": \ecfd,