这个网站是一个图标集,提供了多种样式的图标和图标库。它的CSS样式如下:

.anticon {
display: inline-block;
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.anticon > * {
line-height: 1;
}
.anticon svg {
display: inline-block;
}
.anticon::before {
display: none;
}
.anticon .anticon-icon {
display: block;
}
.anticon[tabindex] {
cursor: pointer;
}
.anticon-spin::before,
.anticon-spin {
/* ... */
}

这个网站包含一些常用的图标样式,如图标、加载中、旋转等。这些图标可以在网页中使用,通过指定类名或选择器来引入相应的图标。