Files
baseui/src/icons.less

53 lines
2.4 KiB
Plaintext

@import "mixins";
@iconfont_path: "fonts/";
@font-face {
font-family: "basefont";
src: url('@{iconfont_path}basefont.woff') format('woff');
font-weight: normal;
font-style: normal;
text-rendering: optimizeLegibility;
}
[class^="baseicon-"]::before,
[class*=" baseicon-"]::before {
.iconStyles("basefont");
}
.baseicon-search:before { content: '\e800'; } /* '' */
.baseicon-user:before { content: '\e801'; } /* '' */
.baseicon-key:before { content: '\e802'; } /* '' */
.baseicon-cog:before { content: '\e803'; } /* '' */
.baseicon-pencil:before { content: '\e804'; } /* '' */
.baseicon-eye-off:before { content: '\e805'; } /* '' */
.baseicon-cancel:before { content: '\e806'; } /* '' */
.baseicon-ok:before { content: '\e807'; } /* '' */
.baseicon-trash-empty:before { content: '\e808'; } /* '' */
.baseicon-docs:before { content: '\f0c5'; } /* '' */
.baseicon-menu:before { content: '\f0c9'; } /* '' */
.baseicon-angle-left:before { content: '\f104'; } /* '' */
.baseicon-angle-right:before { content: '\f105'; } /* '' */
.baseicon-angle-up:before { content: '\f106'; } /* '' */
.baseicon-angle-down:before { content: '\f107'; } /* '' */
.baseicon-chatbox:before { content: '\f11b'; } /* '' */
.baseicon-document-text:before { content: '\f12e'; } /* '' */
.baseicon-angle-circled-left:before { content: '\f137'; } /* '' */
.baseicon-angle-circled-right:before { content: '\f138'; } /* '' */
.baseicon-angle-circled-up:before { content: '\f139'; } /* '' */
.baseicon-angle-circled-down:before { content: '\f13a'; } /* '' */
.baseicon-gear:before { content: '\f13d'; } /* '' */
.baseicon-images:before { content: '\f148'; } /* '' */
.baseicon-log-out:before { content: '\f29f'; } /* '' */
.baseicon-pie-graph:before { content: '\f2a5'; } /* '' */
.baseicon-paper-airplane:before { content: '\f2c3'; } /* '' */
.baseicon-contacts:before { content: '\f2d9'; } /* '' */
.baseicon-cube:before { content: '\f318'; } /* '' */
.baseicon-compass:before { content: '\f37c'; } /* '' */
.baseicon-arrow-down:before { content: '\f3d0'; } /* '' */
.baseicon-arrow-left:before { content: '\f3d2'; } /* '' */
.baseicon-arrow-right:before { content: '\f3d3'; } /* '' */
.baseicon-arrow-up:before { content: '\f3d8'; } /* '' */
.baseicon-color-wand:before { content: '\f416'; } /* '' */
.baseicon-navigate:before { content: '\f46e'; } /* '' */