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

Ship v0.2.0

This commit is contained in:
Łukasz Holeczek
2018-05-22 13:23:04 +02:00
parent b84df41d29
commit 580bcc8f0a
14 changed files with 450 additions and 280 deletions

View File

@@ -1,15 +1,15 @@
@charset "UTF-8";
/*!
* CoreUI Icons- Open Source Icons
* @version v0.1.0
* CoreUI Icons - Open Source Icons
* @version v0.2.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");
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;
}
@@ -28,6 +28,242 @@
-moz-osx-font-smoothing: grayscale;
}
.cui-account-logout:before {
content: "\e927";
}
.cui-action-redo:before {
content: "\e928";
}
.cui-action-undo:before {
content: "\e929";
}
.cui-align-center:before {
content: "\e92a";
}
.cui-align-left:before {
content: "\e92b";
}
.cui-align-right:before {
content: "\e92c";
}
.cui-aperture:before {
content: "\e92d";
}
.cui-arrow-bottom:before {
content: "\e92e";
}
.cui-arrow-circle-bottom:before {
content: "\e92f";
}
.cui-arrow-circle-left:before {
content: "\e930";
}
.cui-arrow-circle-right:before {
content: "\e931";
}
.cui-arrow-circle-top:before {
content: "\e932";
}
.cui-arrow-left:before {
content: "\e933";
}
.cui-arrow-right:before {
content: "\e934";
}
.cui-arrow-thick-bottom:before {
content: "\e935";
}
.cui-arrow-thick-left:before {
content: "\e936";
}
.cui-arrow-thick-right:before {
content: "\e937";
}
.cui-arrow-thick-top:before {
content: "\e938";
}
.cui-arrow-top:before {
content: "\e939";
}
.cui-audio:before {
content: "\e93a";
}
.cui-audio-spectrum:before {
content: "\e93b";
}
.cui-badge:before {
content: "\e93c";
}
.cui-ban:before {
content: "\e93d";
}
.cui-bar-chart:before {
content: "\e93e";
}
.cui-battery-empty:before {
content: "\e93f";
}
.cui-battery-full:before {
content: "\e940";
}
.cui-beaker:before {
content: "\e941";
}
.cui-bluetooth:before {
content: "\e942";
}
.cui-bold:before {
content: "\e943";
}
.cui-bolt:before {
content: "\e944";
}
.cui-book:before {
content: "\e945";
}
.cui-bookmark:before {
content: "\e946";
}
.cui-box:before {
content: "\e947";
}
.cui-briefcase:before {
content: "\e948";
}
.cui-british-pound:before {
content: "\e949";
}
.cui-browser:before {
content: "\e94a";
}
.cui-brush:before {
content: "\e94b";
}
.cui-bug:before {
content: "\e94c";
}
.cui-bullhorn:before {
content: "\e94d";
}
.cui-caret-bottom:before {
content: "\e94e";
}
.cui-caret-left:before {
content: "\e94f";
}
.cui-caret-right:before {
content: "\e950";
}
.cui-caret-top:before {
content: "\e951";
}
.cui-cart:before {
content: "\e952";
}
.cui-chat:before {
content: "\e953";
}
.cui-check:before {
content: "\e954";
}
.cui-chevron-bottom:before {
content: "\e955";
}
.cui-chevron-left:before {
content: "\e956";
}
.cui-chevron-right:before {
content: "\e957";
}
.cui-chevron-top:before {
content: "\e958";
}
.cui-circle-check:before {
content: "\e959";
}
.cui-circle-x:before {
content: "\e95a";
}
.cui-clipboard:before {
content: "\e95b";
}
.cui-clock:before {
content: "\e95c";
}
.cui-cloud:before {
content: "\e95d";
}
.cui-cloud-upload:before {
content: "\e95e";
}
.cui-cloudy:before {
content: "\e95f";
}
.cui-social-linkedin:before {
content: "\e960";
}
.cui-social-spotify:before {
content: "\e961";
}
.cui-basket-loaded:before {
content: "\e900";
}

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
@charset "UTF-8";/*!
* CoreUI Icons- Open Source Icons
* @version v0.1.0
* CoreUI Icons - Open Source Icons
* @version v0.2.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:400;font-style:normal}[class*=" cui-"],[class^=cui-]{font-family:CoreUI-Icons-Linear!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-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"}
*/@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:400;font-style:normal}[class*=" cui-"],[class^=cui-]{font-family:CoreUI-Icons-Linear!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cui-account-logout:before{content:"\e927"}.cui-action-redo:before{content:"\e928"}.cui-action-undo:before{content:"\e929"}.cui-align-center:before{content:"\e92a"}.cui-align-left:before{content:"\e92b"}.cui-align-right:before{content:"\e92c"}.cui-aperture:before{content:"\e92d"}.cui-arrow-bottom:before{content:"\e92e"}.cui-arrow-circle-bottom:before{content:"\e92f"}.cui-arrow-circle-left:before{content:"\e930"}.cui-arrow-circle-right:before{content:"\e931"}.cui-arrow-circle-top:before{content:"\e932"}.cui-arrow-left:before{content:"\e933"}.cui-arrow-right:before{content:"\e934"}.cui-arrow-thick-bottom:before{content:"\e935"}.cui-arrow-thick-left:before{content:"\e936"}.cui-arrow-thick-right:before{content:"\e937"}.cui-arrow-thick-top:before{content:"\e938"}.cui-arrow-top:before{content:"\e939"}.cui-audio:before{content:"\e93a"}.cui-audio-spectrum:before{content:"\e93b"}.cui-badge:before{content:"\e93c"}.cui-ban:before{content:"\e93d"}.cui-bar-chart:before{content:"\e93e"}.cui-battery-empty:before{content:"\e93f"}.cui-battery-full:before{content:"\e940"}.cui-beaker:before{content:"\e941"}.cui-bluetooth:before{content:"\e942"}.cui-bold:before{content:"\e943"}.cui-bolt:before{content:"\e944"}.cui-book:before{content:"\e945"}.cui-bookmark:before{content:"\e946"}.cui-box:before{content:"\e947"}.cui-briefcase:before{content:"\e948"}.cui-british-pound:before{content:"\e949"}.cui-browser:before{content:"\e94a"}.cui-brush:before{content:"\e94b"}.cui-bug:before{content:"\e94c"}.cui-bullhorn:before{content:"\e94d"}.cui-caret-bottom:before{content:"\e94e"}.cui-caret-left:before{content:"\e94f"}.cui-caret-right:before{content:"\e950"}.cui-caret-top:before{content:"\e951"}.cui-cart:before{content:"\e952"}.cui-chat:before{content:"\e953"}.cui-check:before{content:"\e954"}.cui-chevron-bottom:before{content:"\e955"}.cui-chevron-left:before{content:"\e956"}.cui-chevron-right:before{content:"\e957"}.cui-chevron-top:before{content:"\e958"}.cui-circle-check:before{content:"\e959"}.cui-circle-x:before{content:"\e95a"}.cui-clipboard:before{content:"\e95b"}.cui-clock:before{content:"\e95c"}.cui-cloud:before{content:"\e95d"}.cui-cloud-upload:before{content:"\e95e"}.cui-cloudy:before{content:"\e95f"}.cui-social-linkedin:before{content:"\e960"}.cui-social-spotify:before{content:"\e961"}.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.min.css.map */

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -13,7 +13,7 @@
<glyph unicode="&#xe903;" glyph-name="calendar" d="M944 784h-176v112h-64v-112h-384v112h-64v-112h-176c-26.497-0.032-47.968-21.503-48-47.997v-672.003c0.032-26.497 21.503-47.968 47.997-48h864.003c26.497 0.032 47.968 21.503 48 47.997v672.003c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM928 80h-832v640h160v-80h64v80h384v-80h64v80h160zM224 528h64v-64h-64v64zM400 528h64v-64h-64v64zM560 528h64v-64h-64v64zM736 528h64v-64h-64v64zM224 384h64v-64h-64v64zM400 384h64v-64h-64v64zM560 384h64v-64h-64v64zM736 384h64v-64h-64v64zM224 240h64v-64h-64v64zM400 240h64v-64h-64v64zM560 240h64v-64h-64v64zM736 240h64v-64h-64v64z" />
<glyph unicode="&#xe904;" glyph-name="camera" d="M943.986 736h-178.4l-32.484 93.504c-8.97 25.236-32.639 42.984-60.456 43h-322.164c-0.004 0-0.009 0-0.014 0-27.962 0-51.734-17.937-60.438-42.933l-0.136-0.449-31.694-93.122h-178.2c-26.497-0.031-47.969-21.503-48-47.997v-624.003c0.031-26.497 21.503-47.969 47.997-48h863.989c26.497 0.031 47.969 21.503 48 47.997v624.003c-0.031 26.497-21.503 47.969-47.997 48h-0.003zM927.986 80h-831.972v592h208.024l46.444 136.5h322.162l47.42-136.5h207.922zM512 624c-125.921 0-228-102.079-228-228s102.079-228 228-228c125.921 0 228 102.079 228 228v0c-0.148 125.861-102.138 227.852-227.985 228h-0.015zM512 232c-90.575 0-164 73.425-164 164s73.425 164 164 164c90.575 0 164-73.425 164-164v0c-0.106-90.532-73.468-163.894-163.99-164h-0.010z" />
<glyph unicode="&#xe905;" glyph-name="chart" d="M248 688h-176c-22.081-0.026-39.974-17.919-40-39.997v-640.003c0.026-22.081 17.919-39.974 39.997-40h176.003c22.081 0.026 39.974 17.919 40 39.997v640.003c-0.026 22.081-17.919 39.974-39.997 40h-0.003zM224 32h-128v592h128zM600 480h-176c-22.081-0.026-39.974-17.919-40-39.997v-432.003c0.026-22.081 17.919-39.974 39.997-40h176.003c22.081 0.026 39.974 17.919 40 39.997v432.003c-0.026 22.081-17.919 39.974-39.997 40h-0.003zM576 32h-128v384h128zM952 928h-176c-22.081-0.026-39.974-17.919-40-39.997v-880.003c0.026-22.081 17.919-39.974 39.997-40h176.003c22.081 0.026 39.974 17.919 40 39.997v880.003c-0.026 22.081-17.919 39.974-39.997 40h-0.003zM928 32h-128v832h128z" />
<glyph unicode="&#xe906;" glyph-name="cloud-download" d="M544 92.864v371.136h-64v-371.136l-103.764 103.762-45.256-45.252 181.020-181.022 181.020 181.022-45.256 45.252-103.764-103.762zM800 640c0 158.8-129.2 288-288 288s-288-129.2-288-288c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h160v64h-160c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h64v64c0 123.712 100.288 224 224 224s224-100.288 224-224v0-64h64c70.692 0 128-57.308 128-128s-57.308-128-128-128v0h-160v-64h160c106.039 0 192 85.961 192 192s-85.961 192-192 192v0z" />
<glyph unicode="&#xe906;" glyph-name="cloud-download" d="M544 92.864v451.136h-64v-451.136l-103.764 103.762-45.256-45.252 181.020-181.022 181.020 181.022-45.256 45.252-103.764-103.762zM800 640c0 158.8-129.2 288-288 288s-288-129.2-288-288c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h160v64h-160c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h64v64c0 123.712 100.288 224 224 224s224-100.288 224-224v0-64h64c70.692 0 128-57.308 128-128s-57.308-128-128-128v0h-160v-64h160c106.039 0 192 85.961 192 192s-85.961 192-192 192v0z" />
<glyph unicode="&#xe907;" glyph-name="cursor" d="M680.644-32h-74l-211.946 326.056-330.698 132.278v74l786.894 369.354c4.978 2.392 10.823 3.789 16.994 3.789 22.091 0 40-17.909 40-40 0-3.631-0.484-7.149-1.391-10.494l0.065 0.28zM139.496 465.066l297.8-119.122 196.946-303 197.31 746.96z" />
<glyph unicode="&#xe908;" glyph-name="cursor-move" d="M806.824 628.822l-45.254-45.254 103.764-103.764h-321.334v321.332l103.764-103.762 45.256 45.252-181.020 181.022-181.020-181.022 45.256-45.252 103.764 103.762v-321.332h-322.942l103.766 103.764-45.254 45.254-181.022-181.018 181.020-181.018 45.256 45.254-103.766 103.764h322.942v-322.94l-103.764 103.762-45.256-45.252 181.020-181.022 181.020 181.022-45.256 45.252-103.764-103.762v322.94h321.334l-103.766-103.764 45.256-45.254 181.018 181.018-181.018 181.018z" />
<glyph unicode="&#xe909;" glyph-name="drop" d="M789.266 518.674l-250.316 390.978c-5.778 8.924-15.684 14.746-26.95 14.746s-21.172-5.822-26.874-14.621l-0.076-0.125-250.322-390.982c-41.557-55.858-66.529-126.199-66.529-202.373 0-0.315 0-0.63 0.001-0.945v0.049c0-189.57 154.226-343.8 343.8-343.8s343.8 154.226 343.8 343.8c0.001 0.267 0.001 0.584 0.001 0.9 0 76.175-24.975 146.517-67.182 203.284l0.647-0.911zM512 35.6c-154.28 0-279.8 125.516-279.8 279.8-0.001 0.226-0.001 0.492-0.001 0.759 0 62.283 20.517 119.773 55.162 166.082l-0.519-0.725q0.638 0.864 1.216 1.768l223.942 349.766 223.934-349.768q0.576-0.906 1.216-1.768c34.13-45.584 54.651-103.078 54.651-165.365 0-0.263 0-0.527-0.001-0.79v0.041c0-154.282-125.52-279.8-279.8-279.8z" />
@@ -46,4 +46,63 @@
<glyph unicode="&#xe924;" glyph-name="user-female" d="M807.2 272.688l-145.646 94.668 26.532 48.644h46.856c53.019 0 96 42.981 96 96 0 13.666-2.856 26.666-8.003 38.434l0.241-0.618-100.018 229.044c-31.753 87.646-114.276 149.141-211.162 149.141s-179.409-61.495-210.667-147.582l-0.495-1.559-100.018-229.044c-4.906-11.15-7.762-24.15-7.762-37.816 0-53.019 42.981-96 96-96h46.856l26.532-48.644-145.646-94.668c-44.083-28.852-72.8-77.998-72.8-133.851 0-0.106 0-0.212 0-0.318v0.017-170.536h736v170.536c0 0.089 0 0.194 0 0.299 0 55.854-28.718 105.001-72.193 133.48l-0.607 0.373zM816 32h-608v106.536c0 0.053 0 0.116 0 0.179 0 33.513 17.231 63.002 43.318 80.089l0.364 0.224 195.32 126.958-73.096 134.014h-84.848c-17.673 0-31.999 14.327-31.999 32 0 4.53 0.941 8.841 2.639 12.747l-0.080-0.207 100.344 229.8 0.896 2.286c22.444 63.054 81.616 107.383 151.142 107.383s128.697-44.329 150.794-106.265l0.348-1.118 0.4-1.16 100.84-230.926c1.618-3.699 2.559-8.010 2.559-12.54 0-17.673-14.327-32-31.999-32h-84.848l-73.094-134.014 195.322-126.958c26.448-17.312 43.678-46.799 43.678-80.31 0-0.064 0-0.128 0-0.191v0.010z" />
<glyph unicode="&#xe925;" glyph-name="user-follow" d="M432 928c-123.654-0.145-223.856-100.347-224-223.986v-159.376c0.022-28.090 7.257-54.486 19.954-77.44l-0.418 0.824 54.91-100.666-145.646-94.668c-44.083-28.852-72.8-77.998-72.8-133.851 0-0.106 0-0.212 0-0.318v0.017-170.536h576v64h-512v106.536c0 0.053 0 0.116 0 0.179 0 33.513 17.231 63.002 43.318 80.089l0.364 0.224 195.32 126.958-83.28 152.682c-7.367 13.278-11.709 29.116-11.722 45.966v159.366c0 88.366 71.634 160 160 160s160-71.634 160-160v0-159.362c-0.013-16.855-4.355-32.692-11.973-46.465l0.251 0.495-83.278-152.682 143-92.952v76.332l-58.446 38 54.91 100.668c12.277 22.126 19.513 48.517 19.536 76.597v159.369c-0.145 123.654-100.347 223.856-223.986 224h-0.014zM864 160v128h-64v-128h-128v-64h128v-128h64v128h128v64h-128z" />
<glyph unicode="&#xe926;" glyph-name="user-unfollow" d="M400 928c-123.654-0.145-223.856-100.347-224-223.986v-159.374c0.022-28.090 7.258-54.486 19.954-77.441l-0.418 0.825 54.91-100.668-145.646-94.668c-44.083-28.853-72.8-77.999-72.8-133.853 0-0.105 0-0.21 0-0.315v0.016-170.536h560v64h-496v106.536c0 0.053 0 0.115 0 0.178 0 33.513 17.231 63.002 43.316 80.090l0.364 0.224 195.32 126.958-83.28 152.682c-7.366 13.279-11.707 29.117-11.72 45.968v159.364c0 88.366 71.634 160 160 160s160-71.634 160-160v0-159.36c-0.013-16.854-4.355-32.692-11.973-46.465l0.251 0.495-83.278-152.684 127-82.552v76.332l-42.446 27.6 54.908 100.668c12.278 22.127 19.515 48.519 19.538 76.599v159.367c-0.145 123.654-100.347 223.856-223.986 224h-0.014zM934.628 249.372l-45.256 45.256-97.372-97.372-97.372 97.372-45.256-45.256 97.372-97.372-97.372-97.372 45.256-45.256 97.372 97.372 97.372-97.372 45.256 45.256-97.372 97.372 97.372 97.372z" />
<glyph unicode="&#xe927;" glyph-name="account-logout" d="M154.31 415.932l549.19 0.002v64h-549.19l150.106 150.108-45.256 45.252-227.362-227.362 227.362-227.362 45.256 45.256-150.106 150.106zM320 928v-64h608v-832h-608v-64h672v960h-672z" />
<glyph unicode="&#xe928;" glyph-name="action-redo" d="M723.348-30.996l-269.246 269.25 45.254 45.254 223.992-223.992 223.992 223.992 45.256-45.254-269.248-269.25zM723.348-30.992l-269.246 269.246 45.254 45.254 223.992-223.992 223.992 223.992 45.256-45.254-269.248-269.246zM755.35 14.294h-64v552.188c0 163.684-133.166 296.852-296.85 296.852-166.458 0-296.852-126.212-296.852-287.334h-64c0 96.048 37.7 185.138 106.158 250.858 67.49 64.8 157.942 100.476 254.694 100.476 198.974 0 360.85-161.876 360.85-360.852z" />
<glyph unicode="&#xe929;" glyph-name="action-undo" d="M991.95 567.15c0 146.12-87.302 272.236-212.486 328.924q-4 1.8-8.040 3.524-8.092 3.43-16.38 6.47-4.142 1.522-8.334 2.94-8.38 2.842-16.936 5.28c-29.568 8.704-63.536 13.712-98.675 13.712s-69.107-5.008-101.232-14.349l2.557 0.637q-8.556-2.436-16.938-5.28-4.188-1.42-8.332-2.94-8.286-3.038-16.38-6.47-4.046-1.712-8.042-3.524c-125.184-56.688-212.484-182.8-212.484-328.924v0-474.966l-191.99 191.99-45.258-45.254 269.25-269.246 269.246 269.246-45.254 45.254-192-192v474.974c0 145.782 105.628 267.356 244.372 292.2 15.778 2.956 33.931 4.646 52.479 4.646s36.701-1.69 54.313-4.926l-1.834 0.28c138.742-24.85 244.372-146.424 244.372-292.2h64z" />
<glyph unicode="&#xe92a;" glyph-name="align-center" d="M32 832h960v-64h-960v64zM192 656h640v-64h-640v64zM32 480h960v-64h-960v64zM192 304h640v-64h-640v64zM32 128h960v-64h-960v64z" />
<glyph unicode="&#xe92b;" glyph-name="align-left" d="M32 832h960v-64h-960v64zM32 656h656v-64h-656v64zM32 480h960v-64h-960v64zM32 304h656v-64h-656v64zM32 128h960v-64h-960v64z" />
<glyph unicode="&#xe92c;" glyph-name="align-right" d="M32 832h960v-64h-960v64zM336 656h656v-64h-656v64zM32 480h960v-64h-960v64zM336 304h656v-64h-656v64zM32 128h960v-64h-960v64z" />
<glyph unicode="&#xe92d;" glyph-name="aperture" d="M851.788 786.35c-86.732 87.356-206.885 141.43-339.668 141.43-264.323 0-478.6-214.277-478.6-478.6 0-132.783 54.074-252.936 141.402-339.64l0.028-0.028c86.483-85.865 205.629-138.932 337.17-138.932 264.323 0 478.6 214.277 478.6 478.6 0 131.541-53.067 250.687-138.96 337.198l0.028-0.028zM420.674 287.566l-91.718 159.72 92.376 160.686h185.116l91.822-158.822-92.4-161.584zM680.376 607.966h215.44c20.326-47.246 32.146-102.243 32.146-160.001 0-69.069-16.904-134.191-46.799-191.453l1.087 2.288zM862.070 671.966h-403.944l107.65 187.256c124.892-16.494 230.736-86.41 295.315-185.645l0.979-1.605zM493.572 862.044l-201.506-350.516-107.97 188.020c72.503 94.341 183.176 156.246 308.505 162.458l0.971 0.038zM145.296 638.6l201.576-351.034h-215.82c-20.41 47.33-32.28 102.433-32.28 160.309 0 69.687 17.21 135.355 47.611 192.985l-1.087-2.26zM164.878 223.57h404.4l-106.986-187.084c-125.304 16.122-231.599 86.052-296.437 185.482l-0.977 1.598zM534.514 33.872l200.822 351.17 108.336-187.386c-72.225-94.756-182.789-157.102-308.127-163.744l-1.031-0.044z" />
<glyph unicode="&#xe92e;" glyph-name="arrow-bottom" d="M727.954 285.246l-191.996-191.994v834.488h-64v-834.484l-191.992 191.99-45.254-45.254 269.246-269.246 269.25 269.246-45.254 45.254z" />
<glyph unicode="&#xe92f;" glyph-name="arrow-circle-bottom" d="M512 928c-265.096 0-480-214.904-480-480s214.904-480 480-480 480 214.904 480 480-214.904 480-480 480zM806.156 153.844c-74.967-74.749-178.417-120.968-292.662-120.968-228.925 0-414.506 185.581-414.506 414.506s185.581 414.506 414.506 414.506c228.925 0 414.506-185.581 414.506-414.506 0-58.246-12.014-113.687-33.699-163.978l1.032 2.69c-22.046-51.416-52.135-95.309-89.168-132.24l-0.010-0.010zM544.224 331.038v372.962h-64v-372.962l-150.106 150.104-45.254-45.254 227.36-227.36 227.362 227.36-45.254 45.254-150.108-150.104z" />
<glyph unicode="&#xe930;" glyph-name="arrow-circle-left" d="M511.726 927.916c-265.098 0-480-214.902-480-480s214.902-480 480-480 480 214.904 480 480-214.904 480-480 480zM805.882 153.76c-74.966-74.745-178.413-120.961-292.654-120.961-228.925 0-414.506 185.581-414.506 414.506s185.581 414.506 414.506 414.506c228.925 0 414.506-185.581 414.506-414.506 0-58.253-12.017-113.7-33.706-163.996l1.033 2.691c-22.050-51.411-52.137-95.3-89.168-132.231l-0.010-0.009zM544.952 630.026l-45.256 45.254-227.362-227.362 227.362-227.362 45.256 45.254-150.108 150.108h374.88v64h-374.88l150.108 150.108z" />
<glyph unicode="&#xe931;" glyph-name="arrow-circle-right" d="M512.224 927.916c-265.096 0-480-214.902-480-480s214.904-480 480-480 480 214.904 480 480-214.902 480-480 480zM806.382 153.76c-74.964-74.742-178.407-120.956-292.644-120.956-228.919 0-414.494 185.575-414.494 414.494s185.575 414.494 414.494 414.494c228.919 0 414.494-185.575 414.494-414.494 0-58.25-12.016-113.694-33.704-163.988l1.032 2.69c-22.050-51.411-52.137-95.3-89.168-132.231l-0.010-0.009zM478.998 630.026l150.108-150.108h-373.106v-64h373.106l-150.108-150.108 45.256-45.254 227.362 227.362-227.362 227.362-45.256-45.254z" />
<glyph unicode="&#xe932;" glyph-name="arrow-circle-top" d="M512 928c-265.096 0-480-214.904-480-480s214.904-480 480-480 480 214.904 480 480-214.904 480-480 480zM806.156 153.844c-74.967-74.749-178.417-120.968-292.662-120.968-228.925 0-414.506 185.581-414.506 414.506s185.581 414.506 414.506 414.506c228.925 0 414.506-185.581 414.506-414.506 0-58.246-12.014-113.687-33.699-163.978l1.032 2.69c-22.046-51.416-52.135-95.309-89.168-132.24l-0.010-0.010zM284.638 477.946l45.256-45.254 150.106 150.104v-374.796h64v374.796l150.106-150.104 45.256 45.254-227.362 227.36-227.362-227.36z" />
<glyph unicode="&#xe933;" glyph-name="arrow-left" d="M991.662 488.132h-834.482l191.99 191.992-45.254 45.252-269.246-269.246 269.246-269.246 45.254 45.254-191.994 191.994h834.486v64z" />
<glyph unicode="&#xe934;" glyph-name="arrow-right" d="M719.746 725.876l-45.254-45.252 191.994-191.996-834.486-0.002v-64h834.48l-191.988-191.988 45.254-45.254 269.25 269.246-269.25 269.246z" />
<glyph unicode="&#xe935;" glyph-name="arrow-thick-bottom" d="M511.488-29.272l-479.362 480.672v76.552l287.874 0.014v400.034h384v-400.014l288.030 0.014-0.072-77.376zM109.986 463.956l401.6-402.684 403.196 402.728-274.782-0.018v400.018h-256v-400.030z" />
<glyph unicode="&#xe936;" glyph-name="arrow-thick-left" d="M591.94-32.030l-77.376 0.072-479.898 480.472 480.668 479.36h76.554l0.016-287.874h400.034v-384h-400.014zM125.2 448.424l402.728-403.2-0.008 274.776h400.018v256h-400.030l-0.016 274.014z" />
<glyph unicode="&#xe937;" glyph-name="arrow-thick-right" d="M508.6-31.876h-76.55l-0.016 287.876h-400.034v384h400.014l-0.014 288.030 77.376-0.072 479.896-480.47zM96 320h400.030l0.014-274.014 402.684 401.6-402.728 403.196 0.018-274.782h-400.018z" />
<glyph unicode="&#xe938;" glyph-name="arrow-thick-top" d="M704-32h-384v400.014l-288.030-0.014 0.072 77.376 480.47 479.896 479.364-480.672v-76.556l-287.876-0.008zM384 32h256v400.032l274.014 0.012-401.59 402.684-403.206-402.728 274.782 0.018z" />
<glyph unicode="&#xe939;" glyph-name="arrow-top" d="M785.476 657.222l-269.246 269.25-269.248-269.25 45.256-45.254 191.994 191.996v-835.964h64v835.958l191.988-191.99 45.256 45.254z" />
<glyph unicode="&#xe93a;" glyph-name="audio" d="M512.848 558.014c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c-0.072 61.827-50.173 111.928-111.993 112h-0.007zM512.848 398.014c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM671.546 609.546c42.757-41.429 69.297-99.38 69.297-163.529 0-62.668-25.328-119.42-66.305-160.579l0.008 0.008 45.254-45.234c52.563 52.718 85.063 125.464 85.063 205.801 0 81.82-33.712 155.767-88.003 208.708l-0.061 0.059zM307.046 652.956c-53.24-52.83-86.198-126.034-86.198-206.935 0-79.917 32.161-152.322 84.246-204.98l-0.026 0.026 45.234 45.234c-40.465 41.062-65.452 97.472-65.452 159.718 0 63.231 25.785 120.439 67.413 161.685l0.017 0.017zM221.526 738.474l-45.4 45.4c-0.19-0.188-0.386-0.372-0.576-0.562-86.32-86.315-139.71-205.56-139.71-337.276 0-131.018 52.826-249.698 138.341-335.902l-0.031 0.032 45.4 45.4c-73.98 74.503-119.702 177.149-119.702 290.474 0 114.308 46.519 217.751 121.658 292.43l0.021 0.020zM850.138 783.304c-0.8 0.8-1.634 1.588-2.446 2.388l-45.4-45.4c76.269-74.873 123.54-179.060 123.54-294.287 0-113.742-46.060-216.726-120.544-291.318l0.005 0.005 45.4-45.4c85.983 86.261 139.146 205.281 139.146 336.719 0 131.717-53.389 250.964-139.708 337.281v0z" />
<glyph unicode="&#xe93b;" glyph-name="audio-spectrum" d="M32 640h64v-384h-64v384zM752 640h64v-384h-64v384zM208 784h64v-656h-64v656zM576 768h64v-640h-64v640zM928 768h64v-640h-64v640zM384 928h64v-960h-64v960z" />
<glyph unicode="&#xe93c;" glyph-name="badge" d="M640.226 38.9l-128.226 89.1-128-88v151.5h-64v-223.5h74.666l117.116 79.836 116.014-79.836h76.43v223.5h-64v-152.6zM830.774 651.172l1.226 100.828-86.654 47.134-51.856 81.040-96.108 4.388-85.426 44.254-85.428-44.254-96.11-4.388-51.854-81.040-86.564-47.134 1.136-100.828-44.2-85.314 42.626-83.574 0.438-98.284 85.85-51.684 42.15-76.316h112l80.014-46.484 79.986 46.484h112l41.692 76.1 86.308 51.9 0.388 98.338 42.578 83.524zM768.462 497.852l-0.374-79.234-69.42-39.678-33.074-58.4-84.162 0.17-69.536-38.224-68.648 37.448-86.448 0.466-31.182 58.326-69.71 39.892-0.416 79.2-34.584 67.812 35.528 68.58 3.518 77.030 64.942 41.56 41.562 64.95 77.030 3.518 68.468 35.468 68.466-35.468 77.030-3.518 41.562-64.95 64.948-41.562 3.518-77.038 35.53-68.584z" />
<glyph unicode="&#xe93d;" glyph-name="ban" d="M851.412 787.412c-86.863 86.863-206.863 140.589-339.412 140.589-265.097 0-480-214.903-480-480 0-132.548 53.726-252.548 140.588-339.411v0c86.863-86.863 206.863-140.589 339.412-140.589 265.097 0 480 214.903 480 480 0 132.548-53.726 252.548-140.588 339.411v0zM512 864c0.109 0 0.237 0 0.366 0 103.723 0 198.541-38.125 271.205-101.127l-0.515 0.437-586.366-586.366c-62.565 72.149-100.69 166.967-100.69 270.69 0 0.129 0 0.257 0 0.386v-0.020c0 229.382 186.618 416 416 416zM512 32c-0.107 0-0.232 0-0.358 0-103.226 0-197.631 37.764-270.155 100.229l0.541-0.455 586.2 586.2c62.009-71.983 99.772-166.387 99.772-269.612 0-0.127 0-0.255 0-0.382v0.020c0-229.382-186.618-416-416-416z" />
<glyph unicode="&#xe93e;" glyph-name="bar-chart" d="M272 128h176c26.497 0.032 47.968 21.503 48 47.997v416.003c-0.032 26.497-21.503 47.968-47.997 48h-176.003c-26.497-0.032-47.968-21.503-48-47.997v-416.003c0.032-26.497 21.503-47.968 47.997-48h0.003zM288 576h144v-384h-144zM848 928h-176c-26.497-0.032-47.968-21.503-48-47.997v-704.003c0.032-26.497 21.503-47.968 47.997-48h176.003c26.497 0.032 47.968 21.503 48 47.997v704.003c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM832 192h-144v672h144zM96 928h-64v-960h960v64h-896v896z" />
<glyph unicode="&#xe93f;" glyph-name="battery-empty" d="M809 752h-729.028c-26.497-0.031-47.969-21.503-48-47.997v-528.003c0.031-26.497 21.503-47.969 47.997-48h729.031c26.497 0.032 47.968 21.503 48 47.997v528.003c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM793 192h-697.028v496h697.028zM928 592v-304h64v304h-64z" />
<glyph unicode="&#xe940;" glyph-name="battery-full" d="M928 592h64v-304h-64v304zM814 752h-734.028c-26.497-0.031-47.969-21.503-48-47.997v-528.003c0.031-26.497 21.503-47.969 47.997-48h734.031c26.497 0.032 47.968 21.503 48 47.997v528.003c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM798 192h-702.028v496h702.028zM220 624h64v-368h-64v368zM414 624h64v-368h-64v368zM599.334 624h64v-368h-64v368z" />
<glyph unicode="&#xe941;" glyph-name="beaker" d="M912 251.056c0 0.014 0 0.031 0 0.048 0 10.164-3.172 19.587-8.581 27.333l0.103-0.155-215.522 312.696v127.022h80c26.497 0.032 47.968 21.503 48 47.997v162.003h-608v-162c0.031-26.497 21.503-47.969 47.997-48h79.837v-129.242l-215.282-310.426c-5.351-7.613-8.552-17.075-8.552-27.284 0-0.023 0-0.046 0-0.069v0.004-234.818c0.033-26.496 21.504-47.967 47.997-48l704.093-0.16c26.51 0 48 21.49 48 48 0 0.006 0 0.011 0 0.017v-0.001zM399.834 568.738v213.262h-127.834v82h480v-82h-128v-210.94l128.93-187.060h-481.212zM176 32.16v213.818l51.334 74.022h569.706l50.96-73.942 0.074-214.058z" />
<glyph unicode="&#xe942;" glyph-name="bluetooth" d="M798.926 241.388l-307.484 202.676 307.44 198.4 0.014 61.618-334.264 223.93-64.632-0.076v-423.6l-208 137.104v-76.654l182.288-120.154-182.288-117.632v-76.166l208 134.222v-417.056h68.746l330.28 209.958zM464 851.4l265.254-177.702-265.254-171.172zM464 40.82v344.68l266.2-175.46z" />
<glyph unicode="&#xe943;" glyph-name="bold" d="M32 928v-960h960v960zM928 32h-832v832h832zM640 160c0.007 0 0.016 0 0.025 0 88.356 0 159.982 71.626 159.982 159.982 0 72.985-48.873 134.555-115.678 153.768l-1.129 0.278c22.901 27.471 36.804 63.142 36.804 102.060 0 88.317-71.595 159.912-159.912 159.912-0.032 0-0.065 0-0.097 0h-335.995v-64h80v-448h-80v-64zM416 224v192h176c53.019 0 96-42.981 96-96s-42.981-96-96-96v0zM512 672c53.019 0 96-42.981 96-96s-42.981-96-96-96v0h-96v192h96z" />
<glyph unicode="&#xe944;" glyph-name="bolt" d="M662.928 576l154 352h-521.17l-162-576h242.042l-79.060-384h117.702l536.47 608zM385.558 32h-10.298l79.058 384h-236.076l126 448h374.83l-154-352h244.018z" />
<glyph unicode="&#xe945;" glyph-name="book" d="M203.334 160h724.666v768h-726.666c-66.921-0.223-121.111-54.413-121.334-121.313v-707.187h0.022c0-0.302-0.022-0.6-0.022-0.906 0-70.8 55.564-130.6 121.334-130.6h726.666v64.006h-726.666c-30.006 0-57.334 31.742-57.334 66.6 0 33.28 27.172 61.4 59.334 61.4zM720 863.334v-345.632l-96.8 84.98-95.2-84.482v345.134zM464 864v-432h63.282l96.15 85.318 97.178-85.318h63.39v432h80v-640h-591.842l-0.158 640zM201.334 864h6.666l0.15-640h-4.824c-21.827-0.005-42.287-5.857-59.899-16.075l0.573 0.307v597.936c0 0.054 0 0.119 0 0.183 0 31.728 25.631 57.47 57.317 57.649h0.017z" />
<glyph unicode="&#xe946;" glyph-name="bookmark" d="M848-32h-70.5l-265.484 229.62-265.082-229.62h-70.934v960h672zM240 864v-817.334l271.984 235.6 272.016-235.266v817z" />
<glyph unicode="&#xe947;" glyph-name="box" d="M640 472h-256v136h-352v-592c0.032-26.497 21.503-47.968 47.997-48h864.003c26.497 0.032 47.968 21.503 48 47.997v592.003h-352zM704 544h224v-512h-832v512h224v-136h384zM944 928h-864c-26.497-0.032-47.968-21.503-48-47.997v-210.003h960v210c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM928 734h-832v130h832z" />
<glyph unicode="&#xe948;" glyph-name="briefcase" d="M942 735.538h-206v191.462h-448v-191.462h-206c-27.344-0.036-49.501-22.194-49.536-49.535v-668.067c0.036-27.343 22.193-49.5 49.532-49.536h860.004c27.344 0.036 49.501 22.194 49.536 49.535v668.065c-0.035 27.344-22.192 49.502-49.532 49.538h-0.004zM352 863h320v-127.462h-320zM924.464 668.462v-160.572l-106.354-106.352h-272.574v93.462h-67.072v-93.462h-272.574l-106.354 106.352v160.572zM99.536 35.472v377.564l78.572-78.574h300.356v-94.462h67.072v94.462h300.356l78.572 78.574v-377.564z" />
<glyph unicode="&#xe949;" glyph-name="british-pound" d="M480 432h144v64h-144v106.706c0 39.378 31.922 71.3 71.3 71.3s71.3-31.922 71.3-71.3h64c0 74.724-60.576 135.3-135.3 135.3s-135.3-60.576-135.3-135.3v0-106.706h-96v-64h96v-159.87h-96v-64h368v64h-208zM512.072 928c-265.096 0-480-214.904-480-480s214.904-480 480-480 480 214.904 480 480-214.904 480-480 480zM806.228 153.844c-74.968-74.756-178.422-120.979-292.672-120.979-228.925 0-414.506 185.581-414.506 414.506s185.581 414.506 414.506 414.506c228.925 0 414.506-185.581 414.506-414.506 0-58.242-12.012-113.679-33.694-163.968l1.032 2.691c-22.044-51.416-52.131-95.309-89.163-132.241l-0.009-0.009z" />
<glyph unicode="&#xe94a;" glyph-name="browser" d="M944 832h-864c-26.497-0.032-47.968-21.503-48-47.997v-768.003c0.032-26.497 21.503-47.968 47.997-48h864.003c26.497 0.032 47.968 21.503 48 47.997v768.003c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM96 768h192v-144h-192zM928 32h-832v528h832zM928 624h-576v144h576z" />
<glyph unicode="&#xe94b;" glyph-name="brush" d="M965.298 897.94v0c-17.691 18.099-42.35 29.322-69.631 29.322-23.534 0-45.118-8.352-61.948-22.254l0.165 0.132-463.068-383.74c-3.438 0.154-6.872 0.26-10.294 0.26-0.108 0-0.235 0-0.363 0-100.605 0-185.975-65.229-216.125-155.702l-0.464-1.608-106.97-327.124c-1.683-4.981-2.654-10.717-2.654-16.68 0-29.63 23.977-53.66 53.588-53.746h0.008c6.008 0.005 11.785 0.989 17.181 2.801l-0.381-0.111 327.124 106.966c92.081 30.612 157.31 115.981 157.31 216.585 0 0.126 0 0.253 0 0.379v-0.020c0 5.036-0.19 10.096-0.524 15.15l381.986 460.116c13.928 16.643 22.386 38.279 22.386 61.89 0 26.209-10.422 49.985-27.348 67.407l0.023-0.023zM411.572 137.292l-307.828-100.66 100.656 307.826c22.030 66.261 83.462 113.2 155.857 113.2 0.093 0 0.185 0 0.278 0h-0.014c4.542 0 9.116-0.2 13.684-0.57l150-150c0.376-4.562 0.568-9.136 0.568-13.684 0-0.078 0-0.17 0-0.262 0-72.393-46.939-133.824-112.043-155.516l-1.157-0.334zM921 809.546l-366.234-441.128-121.566 121.564 441.518 365.884c5.65 4.714 12.988 7.576 20.995 7.576 18.159 0 32.88-14.721 32.88-32.88 0-8.016-2.869-15.362-7.635-21.068l0.042 0.052z" />
<glyph unicode="&#xe94c;" glyph-name="bug" d="M832 537.2l160.048 57.41-0.048 141.4-64-0.024 0.034-96.346-132.578-47.556-91.456-0.012v61.928c0 0.055 0 0.121 0 0.186 0 46.879-16.704 89.856-44.484 123.305l0.256-0.317 86.258 86.826h85.678v64h-112.308l-107.98-108.688c-28.851 18.009-63.889 28.688-101.42 28.688-36.782 0-71.169-10.257-100.457-28.066l0.857 0.484-106.112 107.682-112.318-0.1 0.060-64 85.496 0.076 84.054-85.296c-28.344-33.394-45.58-76.991-45.58-124.613 0-0.059 0-0.118 0-0.176v0.009-61.988l-86.47-0.012-133.6 47.588v96.344h-64v-141.484l160.070-57.020 0.016-169.428h-160.016v-64h160.020v-16.022c0-0.095 0-0.208 0-0.321 0-39.347 7.113-77.034 20.123-111.843l-0.723 2.206-179.42-69.144v-140.876h64v96.952l143.458 55.284c57.177-92.068 157.742-152.457 272.411-152.457 88.632 0 168.837 36.078 226.73 94.35l0.017 0.017c17.144 17.174 32.369 36.273 45.32 56.942l0.79 1.352 143.274-55.454v-96.986h64v140.842l-179.228 69.358c12.18 32.41 19.23 69.868 19.23 108.973 0 0.431-0.001 0.863-0.003 1.294v-0.067 15.6h160v64h-160zM380 654c0 71.797 58.203 130 130 130s130-58.203 130-130v0-61.938l-260-0.040zM256.022 287.98l-0.022 240.020h223.936v-494.286c-126.022 15.59-223.914 123.668-223.914 254.266zM768 288.326c0-0.003 0-0.006 0-0.009 0-130.239-97.042-237.814-222.763-254.361l-1.301-0.14v494.184l224.064 0.072z" />
<glyph unicode="&#xe94d;" glyph-name="bullhorn" d="M858.018 927.99l-507.148-239.99h-318.87v-423.466l104.382-296.534h229.31l-93.12 256h71.694l518.112-256.144h129.472l0.166 960.134zM320 288h-112.052l0.122-73.898 66.238-182.102h-92.6l-85.708 243.468v348.532h224zM384.25 632.99l351.75 166.456v-697.718l-351.75 173.898zM927.862 31.856h-50.526l-77.336 38.232v759.642l72.4 34.26h55.6z" />
<glyph unicode="&#xe94e;" glyph-name="caret-bottom" d="M512.572 63.286l-479.906 539.618v69.096h959.334v-72.9zM113.784 608l398.932-448.574 401.368 448.574z" />
<glyph unicode="&#xe94f;" glyph-name="caret-left" d="M784-32h-72.9l-535.816 479.428 539.622 479.906h69.094zM271.426 447.284l448.574-401.368v800.3z" />
<glyph unicode="&#xe950;" glyph-name="caret-right" d="M360.9-32h-72.9v959.334h69.094l539.622-479.906zM352 846.216v-800.3l448.574 401.368z" />
<glyph unicode="&#xe951;" glyph-name="caret-top" d="M991.988 224.012h-959.332v72.898l479.428 535.816 479.904-539.618zM110.574 288.012h800.298l-398.934 448.574z" />
<glyph unicode="&#xe952;" glyph-name="cart" d="M320 768v-64h608v-126.69l-71-225.31h-557.136l-80 576.078h-187.864v-64h132.136l80-576.078h659.8l88.064 279.466v200.534h-672zM353.968 223.39c-70.659-0.083-127.917-57.341-128-127.992v-0.008c0-70.692 57.308-128 128-128s128 57.308 128 128v0 0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM353.968 31.39c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.043-35.329-28.671-63.957-63.996-64h-0.004zM801.968 223.39c-70.659-0.083-127.917-57.341-128-127.992v-0.008c0-70.692 57.308-128 128-128s128 57.308 128 128v0 0c-0.082 70.659-57.34 127.918-127.992 128h-0.008zM801.968 31.39c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c-0.043-35.329-28.671-63.957-63.996-64h-0.004z" />
<glyph unicode="&#xe953;" glyph-name="chat" d="M944.166 671.82h-608.166c-26.497-0.031-47.969-21.503-48-47.997v-415.823c0.032-26.497 21.503-47.968 47.997-48h464.003l110.118-192h82.048v655.82c-0.031 26.497-21.503 47.969-47.997 48h-0.003zM928.166 68.968l-90.068 155.032h-486.098v383.82h576.166zM96 324.914v538.906h575.666v-127.82h64v143.82c-0.031 26.497-21.503 47.969-47.997 48h-607.669c-26.497-0.031-47.969-21.503-48-47.997v-655.823h82.040l109.96 192v48h-48z" />
<glyph unicode="&#xe954;" glyph-name="check" d="M395.822 54.146l-14.76 15.028-7.878 7.8-172.4 172.4 0.104 0.11-167.328 167.332 195.24 195.226 167.13-167.13 398.534 398.546 195.226-195.228-421.064-421.278zM290.892 249.782l104.918-104.92 0.2 0.2 0.108-0.106 104.622 104.62 22.518 22.736 375.924 375.918-104.718 104.718-398.544-398.548-167.12 167.136-104.718-104.72 166.918-166.926z" />
<glyph unicode="&#xe955;" glyph-name="chevron-bottom" d="M512.89 91.276l-22.842 22.626-171.616 171.618 0.108 0.106-285.8 285.8 194.26 194.238 285.8-285.8 285.8 285.8 194.22-194.244-308.31-308.528zM512.676 181.784l0.108-0.106 103.672 103.67 22.69 22.906 263.166 263.166-103.736 103.736-285.8-285.8-285.8 285.8-103.722-103.736 285.694-285.906z" />
<glyph unicode="&#xe956;" glyph-name="chevron-left" d="M588.466-30.254l-478.81 478.806 22.52 22.734 171 171 0.11-0.108 285.18 285.194 193.828-193.826-284.988-284.988 284.988-284.988zM303.574 344.934l22.534-22.318 262.358-262.362 103.318 103.316-284.984 284.988 284.984 284.988-103.318 103.318-388.516-388.306z" />
<glyph unicode="&#xe957;" glyph-name="chevron-right" d="M365.638-31.856l-194.536 194.54 286.35 286.35-286.35 286.35 194.536 194.54 480.988-480.774-22.626-22.852-171.8-171.8-0.11 0.108zM261.612 162.684l104.026-104.028 390.594 390.378-104.254 104.256-22.616 22.4-263.724 263.722-104.026-104.028 286.35-286.35z" />
<glyph unicode="&#xe958;" glyph-name="chevron-top" d="M798.916 117.742l-285.972 285.97-285.972-285.97-194.34 194.338 480.304 480.52 10.964-11.062 11.78-11.668 171.814-171.818-0.11-0.106 285.87-285.866zM123.142 312.080l103.83-103.83 285.972 285.974 285.972-285.974 103.83 103.83-389.906 389.908-103.732-103.736-22.622-22.836z" />
<glyph unicode="&#xe959;" glyph-name="circle-check" d="M850.144 786.144c-86.411 86.411-205.786 139.857-337.644 139.857-263.716 0-477.501-213.784-477.501-477.501 0-131.858 53.446-251.233 139.857-337.644v0c86.411-86.411 205.786-139.857 337.644-139.857 263.716 0 477.501 213.784 477.501 477.501 0 131.858-53.446 251.233-139.857 337.644v0zM512.5 35c-228 0-413.5 185.496-413.5 413.5s185.496 413.5 413.5 413.5 413.5-185.496 413.5-413.5-185.496-413.5-413.5-413.5zM440.54 348.384l-146.826 146.824-45.254-45.254 192.080-192.080 335 334.998-45.256 45.254-289.744-289.742z" />
<glyph unicode="&#xe95a;" glyph-name="circle-x" d="M991.93 446.73c0.001 0.396 0.002 0.865 0.002 1.335 0 127.567-50.245 243.399-132.025 328.784l0.163-0.171q-4.12 4.326-8.358 8.564c-86.633 86.633-206.315 140.216-338.512 140.216s-251.88-53.584-338.512-140.217v0q-4.238-4.24-8.358-8.564c-81.616-85.214-131.86-201.045-131.86-328.611 0-0.47 0.001-0.94 0.002-1.409v0.073c-0.001-0.398-0.002-0.868-0.002-1.339 0-127.566 50.245-243.398 132.023-328.783l-0.164 0.172q4.118-4.322 8.358-8.564c86.633-86.633 206.315-140.216 338.512-140.216s251.88 53.584 338.512 140.217v0q4.24 4.24 8.358 8.564c81.617 85.214 131.862 201.046 131.862 328.613 0 0.469-0.001 0.938-0.002 1.407v-0.072zM719.472 87.026c-15.142-8.934-33.026-17.732-51.578-25.222l-2.774-0.99q-4.706-1.86-9.468-3.6-9.526-3.494-19.26-6.532-4.866-1.514-9.784-2.916-9.834-2.8-19.86-5.122c-28.105-6.761-60.373-10.638-93.547-10.638s-65.442 3.877-96.376 11.203l2.829-0.565q-10.026 2.322-19.862 5.122-4.916 1.4-9.784 2.916-9.732 3.036-19.258 6.532-4.764 1.746-9.47 3.6c-21.325 8.48-39.208 17.278-56.308 27.269l1.958-1.057q-4.344 2.502-8.618 5.1c-120.598 73.925-199.835 205.009-199.835 354.6s79.237 280.675 198.030 353.57l1.805 1.030q4.274 2.6 8.618 5.1 17.366 10 35.752 18.334 13.776 6.238 28.068 11.486 9.522 3.494 19.258 6.53 4.87 1.518 9.784 2.918 9.834 2.8 19.862 5.12c28.105 6.761 60.373 10.638 93.547 10.638s65.442-3.877 96.376-11.203l-2.829 0.565q10.022-2.318 19.86-5.12 4.918-1.4 9.784-2.918 9.734-3.032 19.26-6.53 14.286-5.242 28.068-11.486 18.366-8.316 35.752-18.334 4.342-2.498 8.618-5.1c120.598-73.925 199.835-205.009 199.835-354.6s-79.237-280.675-198.030-353.57l-1.805-1.030q-4.274-2.598-8.618-5.1zM719.324 607.6l-45.254 45.254-160.87-160.87-161.038 161.040-45.256-45.254 161.040-161.040-160.868-160.87 45.254-45.254 160.868 160.868 161.040-161.038 45.256 45.254-161.040 161.040 160.868 160.87z" />
<glyph unicode="&#xe95b;" glyph-name="clipboard" d="M864 848h-112v-64h96v-752h-672v752h96v64h-112c-26.497-0.032-47.968-21.503-48-47.997v-784.003c0.032-26.497 21.503-47.968 47.997-48h704.003c26.497 0.032 47.968 21.503 48 47.997v784.003c-0.032 26.497-21.503 47.968-47.997 48h-0.003zM384 680h256c26.497 0.032 47.968 21.503 48 47.997v200.003h-352v-200c0.032-26.497 21.503-47.968 47.997-48h0.003zM400 864h224v-120h-224z" />
<glyph unicode="&#xe95c;" glyph-name="clock" d="M852.53 785.558c-86.809 86.993-206.833 140.813-339.428 140.813-264.821 0-479.5-214.679-479.5-479.5 0-132.594 53.819-252.618 140.803-339.418l0.008-0.008c86.735-86.552 206.462-140.073 338.688-140.073 264.821 0 479.5 214.679 479.5 479.5 0 132.226-53.521 251.952-140.080 338.695l0.008-0.008zM513.47 31c-229.106 0-415.5 186.4-415.5 415.5s186.394 415.5 415.5 415.5 415.5-186.4 415.5-415.5-186.392-415.5-415.5-415.5zM544 768h-64v-356.22l231.226-109.898 27.474 57.806-194.7 92.534v315.778z" />
<glyph unicode="&#xe95d;" glyph-name="cloud" d="M765.52 96h-493.52c-61.464 0-122.742 25.45-168.122 69.824-46.442 45.414-72.018 104.7-72.018 166.938 0.049 61.507 25.469 117.066 66.359 156.787l0.053 0.051c33.423 32.685 76.25 55.885 124.047 65.165l1.541 0.249v4.986c0 158.8 129.2 288 288 288s288-129.2 288-288v-2.906c111.432-15.878 192-107.458 192-224.332 0-62.54-22.75-121.44-64.062-165.854-40.246-43.657-97.718-70.909-161.555-70.909-0.254 0-0.508 0-0.762 0.001h0.039zM511.86 784c-123.654-0.145-223.856-100.347-224-223.986v-62.824l-29.728-2.118c-91-6.478-162.272-77.774-162.272-162.31 0-92.032 82.308-172.762 176.14-172.762h493.52c91.030 0 162.34 75.886 162.34 172.762 0 93.132-67.462 161.582-160.4 162.758l-31.6 0.4v64.080c-0.145 123.654-100.347 223.856-223.986 224h-0.014z" />
<glyph unicode="&#xe95e;" glyph-name="cloud-upload" d="M692.462 390.508l-180.384 180.384-180.384-180.384 45.254-45.254 103.13 103.13v-480.384h64v480.384l103.13-103.13 45.254 45.254zM800 637.094v2.906c0 158.8-129.2 288-288 288s-288-129.2-288-288v-4.982c-49.338-9.531-92.165-32.732-125.633-65.462l0.045 0.044c-40.943-39.772-66.363-95.331-66.412-156.829v-0.009c0-62.238 25.576-121.524 72.020-166.938 45.38-44.374 106.656-69.824 168.12-69.824h127.86v64h-127.86c-93.832 0-176.14 80.73-176.14 172.762 0 84.536 71.28 155.832 162.274 162.31l29.726 2.118v62.81c0 123.712 100.288 224 224 224s224-100.288 224-224v0-64.080l31.6-0.4c92.944-1.176 160.4-69.626 160.4-162.758 0-96.876-71.308-172.762-162.34-172.762h-141.66v-64h141.66c0.215-0.001 0.469-0.001 0.723-0.001 63.838 0 121.31 27.252 161.419 70.757l0.138 0.152c41.31 44.414 64.060 103.314 64.060 165.854 0 116.874-80.568 208.454-192 224.332z" />
<glyph unicode="&#xe95f;" glyph-name="cloudy" d="M799.334 430.25v7.626c0 158.8-129.2 288-288 288-4.4 0-8.782-0.114-13.138-0.312-15.799 114.897-113.335 202.448-231.319 202.448-128.891 0-233.378-104.487-233.378-233.378 0-113.955 81.674-208.834 189.678-229.293l1.454-0.229c-0.844-8.968-1.296-18.050-1.296-27.236v-7.626c-109.865-20.288-191.984-115.346-191.984-229.584 0-128.815 104.413-233.242 233.222-233.266h493.52c128.822 0.010 233.248 104.443 233.248 233.266 0 114.246-82.131 209.309-190.569 229.367l-1.437 0.221zM97.5 694.624c0 0.004 0 0.008 0 0.013 0 93.532 75.822 169.354 169.354 169.354 86.155 0 157.284-64.334 167.968-147.582l0.088-0.844c-93.363-26.517-166.247-96.294-196.58-185.714l-0.6-2.038c-80.114 14.474-140.11 83.619-140.23 166.799v0.013zM758.092 31.4h-493.518c-93.466 0.002-169.235 75.772-169.235 169.238 0 90.723 71.386 164.773 161.051 169.043l0.383 0.015 30.554 1.38v66.8c0 123.712 100.288 224 224 224s224-100.288 224-224v0-66.8l30.554-1.38c90.049-4.285 161.435-78.335 161.435-169.058 0-93.466-75.768-169.236-169.234-169.238v0z" />
<glyph unicode="&#xe960;" glyph-name="social-linkedin" d="M236.9 541.786h118.664v-381.786h-118.664v381.786zM296.258 731.562c-0.010 0-0.022 0-0.034 0-37.997 0-68.8-30.803-68.8-68.8s30.803-68.8 68.8-68.8c37.997 0 68.8 30.803 68.8 68.8 0 0.009 0 0.018 0 0.027v-0.001c-0.015 37.974-30.792 68.755-68.764 68.774h-0.002zM657.66 551.276c-57.726 0-96.436-31.642-112.274-61.66h-1.586v52.17h-113.8v-381.786h118.554v188.868c0 49.8 9.48 98.018 71.216 98.018 60.846 0 61.66-56.948 61.66-101.218v-185.668h118.57v209.418c0 102.782-22.178 181.858-142.34 181.858zM852.8 912h-681.76c-67.84 0-123.040-54.57-123.040-121.648v-684.636c0-67.116 55.2-121.716 123.040-121.716h681.76c67.946 0 123.224 54.6 123.224 121.714v684.638c-0.006 67.078-55.284 121.648-123.224 121.648zM912.024 105.716c0-31.858-26.584-57.714-59.224-57.714h-681.76c-32.578-0.002-59.040 25.856-59.040 57.714v684.636c0 31.826 26.462 57.648 59.040 57.648h681.76c32.64 0 59.224-25.822 59.224-57.648z" />
<glyph unicode="&#xe961;" glyph-name="social-spotify" d="M828.784 764.784c-81.072 81.072-193.072 131.216-316.784 131.216-247.424 0-448-200.577-448-448 0-123.712 50.144-235.712 131.216-316.784v0c81.072-81.072 193.072-131.216 316.784-131.216 247.424 0 448 200.577 448 448 0 123.712-50.144 235.712-131.216 316.784v0zM512 64c-211.738 0-384 172.262-384 384s172.262 384 384 384 384-172.262 384-384-172.262-384-384-384zM775.788 553.384c-142.488 84.588-367.976 92.544-503.618 51.366-14.978-4.551-25.69-18.238-25.69-34.428 0-19.835 16.079-35.914 35.914-35.914 3.793 0 7.448 0.588 10.88 1.678l-0.254-0.070c118.162 35.862 322.352 29.102 446.112-44.4h0.018c5.237-3.157 11.56-5.024 18.319-5.024 19.833 0 35.911 16.078 35.911 35.911 0 13.074-6.987 24.516-17.43 30.797l-0.162 0.090zM680.164 311.086c-101.22 61.858-226.69 76.26-372.966 42.828-10.719-2.528-18.574-12.012-18.574-23.331 0-13.222 10.718-23.94 23.94-23.94 1.874 0 3.697 0.215 5.447 0.622l-0.162-0.032c133.666 30.54 247.164 18.066 337.324-37 3.558-2.211 7.876-3.521 12.5-3.521 13.227 0 23.949 10.722 23.949 23.949 0 8.603-4.536 16.146-11.347 20.369l-0.102 0.059zM725.238 423.888c-118.532 72.84-291.904 93.336-431.36 51.022-12.392-3.85-21.235-15.214-21.235-28.643 0-16.533 13.402-29.935 29.935-29.935 3.104 0 6.097 0.472 8.912 1.349l-0.212-0.057c122.088 37.060 279.428 18.686 382.646-44.772 4.454-2.774 9.861-4.418 15.652-4.418 10.748 0 20.174 5.665 25.452 14.173l0.074 0.128c2.771 4.452 4.414 9.856 4.414 15.644 0 10.739-5.656 20.156-14.151 25.437l-0.127 0.074z" />
</font></defs></svg>

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Binary file not shown.

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@coreui/icons",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@coreui/icons",
"version": "0.1.0",
"version": "0.2.0",
"description": "Free icons",
"style": "css/coreui-icons.css",
"scripts": {
@@ -8,7 +8,7 @@
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/coreui-icons.scss css/coreui-icons.css",
"css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
"css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output css/coreui-icons.min.css css/coreui-icons.css",
"dist": "npm-run-all --parallel css js",
"dist": "npm-run-all --parallel css",
"watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\""
},
"repository": {

33
scss/_core.scss Normal file
View File

@@ -0,0 +1,33 @@
@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-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;
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;
}
@each $icon, $unicode in $icons {
.#{$coreui-icons-prefix}#{$icon} {
&:before {
content: unicode($unicode);
}
}
}

3
scss/_functions.scss Normal file
View File

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

View File

@@ -1,41 +1,104 @@
$icomoon-font-path: "fonts" !default;
$coreui-icons-font-path: "../fonts" !default;
$coreui-icons-prefix: "cui-" !default;
$cui-basket-loaded: \e900;
$cui-bell: \e901;
$cui-calculator: \e902;
$cui-calendar: \e903;
$cui-camera: \e904;
$cui-chart: \e905;
$cui-cloud-download: \e906;
$cui-cursor: \e907;
$cui-cursor-move: \e908;
$cui-drop: \e909;
$cui-energy: \e90a;
$cui-envelope-letter: \e90b;
$cui-equalizer: \e90c;
$cui-globe: \e90d;
$cui-graph: \e90e;
$cui-home: \e90f;
$cui-layers: \e910;
$cui-list: \e911;
$cui-location-pin: \e912;
$cui-map: \e913;
$cui-note: \e914;
$cui-options: \e915;
$cui-pencil: \e916;
$cui-people: \e917;
$cui-pie-chart: \e918;
$cui-puzzle: \e919;
$cui-screen-desktop: \e91a;
$cui-screen-smartphone: \e91b;
$cui-settings: \e91c;
$cui-social-facebook: \e91d;
$cui-social-skype: \e91e;
$cui-social-twitter: \e91f;
$cui-speech: \e920;
$cui-speedometer: \e921;
$cui-star: \e922;
$cui-user: \e923;
$cui-user-female: \e924;
$cui-user-follow: \e925;
$cui-user-unfollow: \e926;
$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,
), $icons);

View File

@@ -1,235 +1,11 @@
/*!
* CoreUI Icons - Open Source Icons
* @version v0.1.0
* @version v0.2.0
* @link https://coreui.io/icons
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/icons/license)
*/
@import "variables";
@font-face {
font-family: 'CoreUI-Icons-Linear';
src: url('#{$icomoon-font-path}/CoreUI-Icons-Linear.eot?64h6xh');
src: url('#{$icomoon-font-path}/CoreUI-Icons-Linear.eot?64h6xh#iefix') format('embedded-opentype'),
url('#{$icomoon-font-path}/CoreUI-Icons-Linear.ttf?64h6xh') format('truetype'),
url('#{$icomoon-font-path}/CoreUI-Icons-Linear.woff?64h6xh') format('woff'),
url('#{$icomoon-font-path}/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;
}
@function unicode($str) {
@return unquote("\"") + $str + unquote("\"");
}
.cui-basket-loaded {
&:before {
content: unicode($cui-basket-loaded);
}
}
.cui-bell {
&:before {
content: unicode($cui-bell);
}
}
.cui-calculator {
&:before {
content: unicode($cui-calculator);
}
}
.cui-calendar {
&:before {
content: unicode($cui-calendar);
}
}
.cui-camera {
&:before {
content: unicode($cui-camera);
}
}
.cui-chart {
&:before {
content: unicode($cui-chart);
}
}
.cui-cloud-download {
&:before {
content: unicode($cui-cloud-download);
}
}
.cui-cursor {
&:before {
content: unicode($cui-cursor);
}
}
.cui-cursor-move {
&:before {
content: unicode($cui-cursor-move);
}
}
.cui-drop {
&:before {
content: unicode($cui-drop);
}
}
.cui-energy {
&:before {
content: unicode($cui-energy);
}
}
.cui-envelope-letter {
&:before {
content: unicode($cui-envelope-letter);
}
}
.cui-equalizer {
&:before {
content: unicode($cui-equalizer);
}
}
.cui-globe {
&:before {
content: unicode($cui-globe);
}
}
.cui-graph {
&:before {
content: unicode($cui-graph);
}
}
.cui-home {
&:before {
content: unicode($cui-home);
}
}
.cui-layers {
&:before {
content: unicode($cui-layers);
}
}
.cui-list {
&:before {
content: unicode($cui-list);
}
}
.cui-location-pin {
&:before {
content: unicode($cui-location-pin);
}
}
.cui-map {
&:before {
content: unicode($cui-map);
}
}
.cui-note {
&:before {
content: unicode($cui-note);
}
}
.cui-options {
&:before {
content: unicode($cui-options);
}
}
.cui-pencil {
&:before {
content: unicode($cui-pencil);
}
}
.cui-people {
&:before {
content: unicode($cui-people);
}
}
.cui-pie-chart {
&:before {
content: unicode($cui-pie-chart);
}
}
.cui-puzzle {
&:before {
content: unicode($cui-puzzle);
}
}
.cui-screen-desktop {
&:before {
content: unicode($cui-screen-desktop);
}
}
.cui-screen-smartphone {
&:before {
content: unicode($cui-screen-smartphone);
}
}
.cui-settings {
&:before {
content: unicode($cui-settings);
}
}
.cui-social-facebook {
&:before {
content: unicode($cui-social-facebook);
}
}
.cui-social-skype {
&:before {
content: unicode($cui-social-skype);
}
}
.cui-social-twitter {
&:before {
content: unicode($cui-social-twitter);
}
}
.cui-speech {
&:before {
content: unicode($cui-speech);
}
}
.cui-speedometer {
&:before {
content: unicode($cui-speedometer);
}
}
.cui-star {
&:before {
content: unicode($cui-star);
}
}
.cui-user {
&:before {
content: unicode($cui-user);
}
}
.cui-user-female {
&:before {
content: unicode($cui-user-female);
}
}
.cui-user-follow {
&:before {
content: unicode($cui-user-follow);
}
}
.cui-user-unfollow {
&:before {
content: unicode($cui-user-unfollow);
}
}
@import "functions";
@import "core";