This commit is contained in:
Victor Batischev
2024-02-14 18:02:53 +03:00
commit edbf304790
532 changed files with 24353 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,56 @@
@font-face {
font-family: "icons";
src: url("./public/fonts/icons/icons.woff?ce6361810f7aeed17b09d8e9e447cd48") format("woff"),
url("./public/fonts/icons/icons.woff2?ce6361810f7aeed17b09d8e9e447cd48") format("woff2");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {
font-family: icons !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-book-open:before {
content: "\f101";
}
.icon-calendar:before {
content: "\f102";
}
.icon-dots-vertical:before {
content: "\f103";
}
.icon-help-circle:before {
content: "\f104";
}
.icon-message-text:before {
content: "\f105";
}
.icon-plus:before {
content: "\f106";
}
.icon-search:before {
content: "\f107";
}
.icon-trash:before {
content: "\f108";
}
.icon-user-edit:before {
content: "\f109";
}
.icon-user-plus:before {
content: "\f10a";
}
.icon-user:before {
content: "\f10b";
}
.icon-users-right:before {
content: "\f10c";
}
.icon-video-recorder:before {
content: "\f10d";
}

Binary file not shown.

Binary file not shown.