1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-18 22:41:18 +02:00

Ship v0.3.0

This commit is contained in:
Łukasz Holeczek
2018-06-08 17:46:50 +02:00
parent 43fc6336b6
commit b6c05c0fb0
15 changed files with 501 additions and 489 deletions

View File

@@ -1,17 +1,17 @@
@font-face {
font-family: 'CoreUI-Icons-Linear';
src: url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear.eot?64h6xh');
src: url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear.eot?64h6xh#iefix') format('embedded-opentype'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear.ttf?64h6xh') format('truetype'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear.woff?64h6xh') format('woff'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear.svg?64h6xh#CoreUI-Icons-Linear') format('svg');
font-family: 'CoreUI-Icons-Linear-Free';
src: url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.eot?64h6xh');
src: url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.eot?64h6xh#iefix') format('embedded-opentype'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.ttf?64h6xh') format('truetype'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.woff?64h6xh') format('woff'),
url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.svg?64h6xh#CoreUI-Icons-Linear') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="#{$coreui-icons-prefix}"], [class*=" #{$coreui-icons-prefix}"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'CoreUI-Icons-Linear' !important;
font-family: 'CoreUI-Icons-Linear-Free' !important;
speak: none;
font-style: normal;
font-weight: normal;

View File

@@ -3,102 +3,104 @@ $coreui-icons-prefix: "cui-" !default;
$icons: () !default;
$icons: map-merge((
"account-logout": \e927,
"action-redo": \e928,
"action-undo": \e929,
"align-center": \e92a,
"align-left": \e92b,
"align-right": \e92c,
"aperture": \e92d,
"arrow-bottom": \e92e,
"arrow-circle-bottom": \e92f,
"arrow-circle-left": \e930,
"arrow-circle-right": \e931,
"arrow-circle-top": \e932,
"arrow-left": \e933,
"arrow-right": \e934,
"arrow-thick-bottom": \e935,
"arrow-thick-left": \e936,
"arrow-thick-right": \e937,
"arrow-thick-top": \e938,
"arrow-top": \e939,
"audio": \e93a,
"audio-spectrum": \e93b,
"badge": \e93c,
"ban": \e93d,
"bar-chart": \e93e,
"battery-empty": \e93f,
"battery-full": \e940,
"beaker": \e941,
"bluetooth": \e942,
"bold": \e943,
"bolt": \e944,
"book": \e945,
"bookmark": \e946,
"box": \e947,
"briefcase": \e948,
"british-pound": \e949,
"browser": \e94a,
"brush": \e94b,
"bug": \e94c,
"bullhorn": \e94d,
"caret-bottom": \e94e,
"caret-left": \e94f,
"caret-right": \e950,
"caret-top": \e951,
"cart": \e952,
"chat": \e953,
"check": \e954,
"chevron-bottom": \e955,
"chevron-left": \e956,
"chevron-right": \e957,
"chevron-top": \e958,
"circle-check": \e959,
"circle-x": \e95a,
"clipboard": \e95b,
"clock": \e95c,
"cloud": \e95d,
"cloud-upload": \e95e,
"cloudy": \e95f,
"social-linkedin": \e960,
"social-spotify": \e961,
"basket-loaded": \e900,
"bell": \e901,
"calculator": \e902,
"calendar": \e903,
"camera": \e904,
"chart": \e905,
"cloud-download": \e906,
"cursor": \e907,
"cursor-move": \e908,
"drop": \e909,
"energy": \e90a,
"envelope-letter": \e90b,
"equalizer": \e90c,
"globe": \e90d,
"graph": \e90e,
"home": \e90f,
"layers": \e910,
"list": \e911,
"location-pin": \e912,
"map": \e913,
"note": \e914,
"options": \e915,
"pencil": \e916,
"people": \e917,
"pie-chart": \e918,
"puzzle": \e919,
"screen-desktop": \e91a,
"screen-smartphone": \e91b,
"settings": \e91c,
"social-facebook": \e91d,
"social-skype": \e91e,
"social-twitter": \e91f,
"speech": \e920,
"speedometer": \e921,
"star": \e922,
"user": \e923,
"user-female": \e924,
"user-follow": \e925,
"user-unfollow": \e926,
"account-logout": \e900,
"action-redo": \e901,
"action-undo": \e902,
"align-center": \e903,
"align-left": \e904,
"align-right": \e905,
"arrow-bottom": \e906,
"arrow-left": \e907,
"arrow-right": \e908,
"arrow-top": \e909,
"ban": \e90a,
"basket-loaded": \e90b,
"bell": \e90c,
"bold": \e90d,
"bookmark": \e90e,
"briefcase": \e960,
"british-pound": \e961,
"brush": \e90f,
"calculator": \e910,
"calendar": \e911,
"cart": \e912,
"chart": \e913,
"check": \e914,
"chevron-bottom": \e915,
"chevron-left": \e916,
"chevron-right": \e917,
"chevron-top": \e918,
"circle-check": \e919,
"circle-x": \e91a,
"cloud": \e91b,
"cloud-download": \e91c,
"cloud-upload": \e91d,
"code": \e91e,
"cog": \e91f,
"comment-square": \e920,
"credit-card": \e921,
"cursor": \e922,
"dashboard": \e923,
"delete": \e924,
"dollar": \e925,
"drop": \e926,
"envelope-closed": \e927,
"envelope-letter": \e928,
"envelope-open": \e929,
"euro": \e92a,
"file": \e92b,
"globe": \e92c,
"graph": \e92d,
"home": \e92e,
"inbox": \e92f,
"info": \e930,
"italic": \e931,
"justify-center": \e932,
"justify-left": \e933,
"justify-right": \e934,
"laptop": \e935,
"layers": \e936,
"lightbulb": \e937,
"list": \e938,
"location-pin": \e939,
"lock-locked": \e93a,
"lock-unlocked": \e93b,
"magnifying-glass": \e93c,
"map": \e93d,
"monitor": \e962,
"moon": \e93e,
"note": \e93f,
"options": \e940,
"paperclip": \e941,
"pencil": \e942,
"people": \e943,
"phone": \e944,
"pie-chart": \e945,
"print": \e946,
"puzzle": \e947,
"rss": \e963,
"screen-desktop": \e948,
"screen-smartphone": \e949,
"settings": \e94a,
"share": \e94b,
"shield": \e94c,
"sort-ascending": \e94d,
"sort-descending": \e94e,
"speech": \e94f,
"speedometer": \e950,
"star": \e951,
"sun": \e952,
"tablet": \e953,
"tags": \e954,
"task": \e955,
"thumb-down": \e956,
"thumb-up": \e957,
"trash": \e958,
"underline": \e959,
"user": \e95a,
"user-female": \e95b,
"user-follow": \e95c,
"user-unfollow": \e95d,
"wrench": \e95e,
"yen": \e95f
), $icons);

View File

@@ -1,6 +1,6 @@
/*!
* CoreUI Icons - Open Source Icons
* @version v0.2.0
* @version v0.3.0
* @link https://coreui.io/icons
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/icons/license)