Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

feat: Add new m365 icon, add brand icons page to docs, and refactor code #1290

Merged
merged 11 commits into from
Dec 9, 2022

Conversation

sopranopillow
Copy link
Contributor

@sopranopillow sopranopillow commented Dec 7, 2022

This PR adds the following:

  • Adds test, start, and build commands.
  • Adds a new section to the docs to visualize the brand icons.
  • Refactors cdn url usage and updates to latest cdn link.
  • Adds new m365 icons.

Fixes microsoft/fluentui#25928

Jahnp
Jahnp previously approved these changes Dec 8, 2022
Copy link
Collaborator

@Jahnp Jahnp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @sopranopillow! Looks great.

@@ -22,87 +23,87 @@
// a future release. Until then, they are mapped to 'one' and 'xlsx'.

.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types-fluent/16/one.png);
background-image: url('#{$ms-cdn-path}/item-types-fluent/16/one.png');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as you're changing these, you should be able to replace item-types-fluent with item-types. That's the more up to date and maintained assets directory.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will make the change!

@micahgodbolt micahgodbolt merged commit 0b7f567 into master Dec 9, 2022
@micahgodbolt micahgodbolt deleted the core-update branch December 9, 2022 18:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fabric core: Add m365 icons and update v8 site to match new icon
3 participants