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

feat: add brand icons

This commit is contained in:
mrholek
2019-11-10 11:50:51 +01:00
parent e1759eb868
commit 2bdb6c190c
8 changed files with 887 additions and 7 deletions

View File

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