1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-24 09:12:50 +02:00

feat: add flag icons

This commit is contained in:
mrholek
2019-11-10 15:48:24 +01:00
parent 5cd192c303
commit 6af9b02abd
4 changed files with 282 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
@function unicode($str) {
@return unquote("\"") + $str + unquote("\"");
}