@font-face {
  font-family: 'Material Icons';
  src: url('../../fonts/material/MaterialIconsOutlined-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-material"] {
  font-family: 'Material Icons';
}

.icon-material-menu::before { content: "\e5d2"; }
.icon-material-videocam::before { content: "\e04b"; }
.icon-material-calendar::before { content: "\e935"; }
.icon-material-add::before { content: "\e145"; }
.icon-material-user::before { content: "\e7fd"; }
.icon-material-calendar-today::before { content: "\e8df"; }
.icon-material-search::before { content: "\e8b6"; }
.icon-material-filter::before { content: "\ef4f"; }
.icon-material-star::before { content: "\e838"; }
.icon-material-star-half::before { content: "\e839"; }
.icon-material-star-empty::before { content: "\f06f"; }
.icon-material-star-half-empty::before { content: "\e839"; }

.icon-material-eye::before { content: "\e8f4"; }
.icon-material-play-circle-filled::before { content: "\e038"; }
.icon-material-access_time::before { content: "\e192"; }
.icon-material-collection::before { content: "\e3b6"; }
.icon-material-video-camera::before { content: "\f07f"; }
.icon-material-horizontal-rule::before { content: "\f108"; }



