office-ui-fabric-vue icon indicating copy to clipboard operation
office-ui-fabric-vue copied to clipboard

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

Open CarlosOnline opened this issue 6 years ago • 1 comments

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

CarlosOnline avatar Feb 13 '19 05:02 CarlosOnline

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>

super2ni avatar Feb 13 '19 09:02 super2ni