| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- @font-face {
- font-family: "iconfont"; /* Project id 4272106 */
- src: url('iconfont.ttf?t=1706027587101') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-receipt:before {
- content: "\e61a";
- }
- .icon-ok:before {
- content: "\e65a";
- }
- .icon-at:before {
- content: "\e7de";
- }
- .icon-man:before {
- content: "\e615";
- }
- .icon-girl:before {
- content: "\e602";
- }
- .icon-file:before {
- content: "\e671";
- }
- .icon-add:before {
- content: "\e66c";
- }
- .icon-warning-circle-fill:before {
- content: "\e848";
- }
- .icon-loading:before {
- content: "\e93d";
- }
- .icon-camera:before {
- content: "\e600";
- }
- .icon-folder:before {
- content: "\e6a0";
- }
- .icon-microphone:before {
- content: "\e63b";
- }
- .icon-icon_emoji:before {
- content: "\e619";
- }
- .icon-call:before {
- content: "\e610";
- }
- .icon-keyboard:before {
- content: "\e679";
- }
- .icon-voice-circle:before {
- content: "\e67f";
- }
- .icon-picture:before {
- content: "\e653";
- }
- .icon-search:before {
- content: "\e648";
- }
|