aidewoode / office-ui-fabric-vue

Office UI Fabric implementation for Vue.js
https://aidewoode.github.io/office-ui-fabric-vue/
Other
273 stars 30 forks source link

Are the icons up to date? Missing icons such as ms-Icon--MSNVideos #23

Open CarlosOnline opened 5 years ago

CarlosOnline commented 5 years ago

Are the icons upto date? Not seeing the ms-Icon--MSNVideos icon for example.

super2ni commented 5 years ago

No the CSS is not up to date for new icons... but the fonts are since the library gets them from Office Fabric CDN. I suggest you use some CSS to get the icons you want, like this: <style lang="scss"> .ms-Icon--PageLock::before { content: "\F43F"; } </style>