@font-face {
  font-family: 'YagisanDesignerIcons';
  src: url("./YagisanDesignerIcons.ttf") format("truetype"),
    url("./YagisanDesignerIcons.eot") format("embedded-opentype"),
    url("./YagisanDesignerIcons.woff") format("woff");
}

.ydi {
  font-family: 'YagisanDesignerIcons' !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ydi-IconPlus:before {
  content: "\ea01";
}

.ydi-IconAlignTop:before {
  content: "\ea02";
}

.ydi-IconAlignRight:before {
  content: "\ea03";
}

.ydi-IconAlignBottom:before {
  content: "\ea04";
}

.ydi-IconAlignLeft:before {
  content: "\ea05";
}

.ydi-IconAlignHorizontal:before {
  content: "\ea06";
}

.ydi-IconAlignVertical:before {
  content: "\ea07";
}

.ydi-IconLinearLayout:before {
  content: "\ea08";
}

.ydi-IconStackLayout:before {
  content: "\ea09";
}

.ydi-IconXml:before {
  content: "\ea0a";
}

.ydi-IconJson:before {
  content: "\ea0b";
}

.ydi-IconGui:before {
  content: "\ea0c";
}

.ydi-IconHoganshiLayout:before {
  content: "\ea0d";
}

.ydi-IconLoading:before {
  content: "\ea0e";
}

.ydi-IconAllChecked:before {
  content: "\ea0f";
}

.ydi-IconAllUnchecked:before {
  content: "\ea10";
}
