1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-21 16:01:25 +02:00

Initial release

This commit is contained in:
Łukasz Holeczek
2018-05-09 13:32:31 +02:00
commit b84df41d29
18 changed files with 9470 additions and 0 deletions

186
css/coreui-icons.css Executable file
View File

@@ -0,0 +1,186 @@
@charset "UTF-8";
/*!
* CoreUI Icons- Open Source Icons
* @version v0.1.0
* @link https://coreui.io/icons
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/icons/license)
*/
@font-face {
font-family: 'CoreUI-Icons-Linear';
src: url("fonts/CoreUI-Icons-Linear.eot?64h6xh");
src: url("fonts/CoreUI-Icons-Linear.eot?64h6xh#iefix") format("embedded-opentype"), url("fonts/CoreUI-Icons-Linear.ttf?64h6xh") format("truetype"), url("fonts/CoreUI-Icons-Linear.woff?64h6xh") format("woff"), url("fonts/CoreUI-Icons-Linear.svg?64h6xh#CoreUI-Icons-Linear") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="cui-"], [class*=" cui-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'CoreUI-Icons-Linear' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cui-basket-loaded:before {
content: "\e900";
}
.cui-bell:before {
content: "\e901";
}
.cui-calculator:before {
content: "\e902";
}
.cui-calendar:before {
content: "\e903";
}
.cui-camera:before {
content: "\e904";
}
.cui-chart:before {
content: "\e905";
}
.cui-cloud-download:before {
content: "\e906";
}
.cui-cursor:before {
content: "\e907";
}
.cui-cursor-move:before {
content: "\e908";
}
.cui-drop:before {
content: "\e909";
}
.cui-energy:before {
content: "\e90a";
}
.cui-envelope-letter:before {
content: "\e90b";
}
.cui-equalizer:before {
content: "\e90c";
}
.cui-globe:before {
content: "\e90d";
}
.cui-graph:before {
content: "\e90e";
}
.cui-home:before {
content: "\e90f";
}
.cui-layers:before {
content: "\e910";
}
.cui-list:before {
content: "\e911";
}
.cui-location-pin:before {
content: "\e912";
}
.cui-map:before {
content: "\e913";
}
.cui-note:before {
content: "\e914";
}
.cui-options:before {
content: "\e915";
}
.cui-pencil:before {
content: "\e916";
}
.cui-people:before {
content: "\e917";
}
.cui-pie-chart:before {
content: "\e918";
}
.cui-puzzle:before {
content: "\e919";
}
.cui-screen-desktop:before {
content: "\e91a";
}
.cui-screen-smartphone:before {
content: "\e91b";
}
.cui-settings:before {
content: "\e91c";
}
.cui-social-facebook:before {
content: "\e91d";
}
.cui-social-skype:before {
content: "\e91e";
}
.cui-social-twitter:before {
content: "\e91f";
}
.cui-speech:before {
content: "\e920";
}
.cui-speedometer:before {
content: "\e921";
}
.cui-star:before {
content: "\e922";
}
.cui-user:before {
content: "\e923";
}
.cui-user-female:before {
content: "\e924";
}
.cui-user-follow:before {
content: "\e925";
}
.cui-user-unfollow:before {
content: "\e926";
}
/*# sourceMappingURL=coreui-icons.css.map */