Skip to content

Commit

Permalink
[icons] Add Microsoft logo (#37717)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrus21 committed Jul 3, 2023
1 parent 01c23f2 commit b59e53c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/mui-icons-material/custom/Microsoft.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M2 3h9v9H2V3m9 19H2v-9h9v9M21 3v9h-9V3h9m0 19h-9v-9h9v9Z" />,
'Microsoft',
);
16 changes: 16 additions & 0 deletions packages/mui-icons-material/lib/Microsoft.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/mui-icons-material/lib/esm/Microsoft.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/mui-icons-material/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b59e53c

Please sign in to comment.