Skip to content

Commit

Permalink
[icons] Add X logo (#38811)
Browse files Browse the repository at this point in the history
Co-authored-by: siriwatknp <siriwatkunaporn@gmail.com>
  • Loading branch information
abreel and siriwatknp authored Dec 12, 2023
1 parent 7f27b54 commit d7eee3e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/mui-icons-material/custom/X.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />,
'Twitter',
);
17 changes: 17 additions & 0 deletions packages/mui-icons-material/lib/X.js

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

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

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

0 comments on commit d7eee3e

Please # to comment.