Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[icons] Add social icons #17274

Merged
merged 4 commits into from
Sep 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/material-ui-icons/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export async function main(options) {
await queue.wait({ empty: true });

await fse.copy(path.join(__dirname, '/legacy'), options.outputDir);
await fse.copy(path.join(__dirname, '/custom'), options.outputDir);

await generateIndex(options);

Expand Down
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/Apple.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z" />,
'Apple',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/Facebook.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m13 2h-2.5A3.5 3.5 0 0 0 12 8.5V11h-2v3h2v7h3v-7h3v-3h-3V9a1 1 0 0 1 1-1h2V5z" />,
'Facebook',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/Instagram.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z" />,
'Instagram',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/LinkedIn.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z" />,
'LinkedIn',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/Pinterest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41.86 0 1.26.63 1.26 1.44 0 .86-.57 2.09-.86 3.27-.17.98.52 1.84 1.52 1.84 1.78 0 3.16-1.9 3.16-4.58 0-2.4-1.72-4.04-4.19-4.04-2.82 0-4.48 2.1-4.48 4.31 0 .86.28 1.73.74 2.3.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11-1.28-.56-2.02-2.38-2.02-3.85 0-3.16 2.24-6.03 6.56-6.03 3.44 0 6.12 2.47 6.12 5.75 0 3.44-2.13 6.2-5.18 6.2-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7v-.03z" />,
'Pinterest',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/Reddit.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M22 12.14a2.19 2.19 0 0 0-3.71-1.57 10.93 10.93 0 0 0-5.86-1.87l1-4.7 3.27.71a1.56 1.56 0 1 0 .16-.76l-3.64-.77c-.11-.02-.22 0-.29.06-.09.05-.14.14-.16.26l-1.11 5.22c-2.33.07-4.43.78-5.95 1.86A2.2 2.2 0 0 0 4.19 10a2.16 2.16 0 0 0-.9 4.15 3.6 3.6 0 0 0-.05.66c0 3.37 3.92 6.12 8.76 6.12s8.76-2.73 8.76-6.12c0-.21-.01-.44-.05-.66A2.21 2.21 0 0 0 22 12.14M7 13.7c0-.86.68-1.56 1.54-1.56s1.56.7 1.56 1.56a1.56 1.56 0 0 1-1.56 1.56c-.86.02-1.54-.7-1.54-1.56m8.71 4.14C14.63 18.92 12.59 19 12 19c-.61 0-2.65-.1-3.71-1.16a.4.4 0 0 1 0-.57.4.4 0 0 1 .57 0c.68.68 2.14.91 3.14.91s2.47-.23 3.14-.91a.4.4 0 0 1 .57 0c.14.16.14.41 0 .57m-.29-2.56c-.86 0-1.56-.7-1.56-1.56a1.56 1.56 0 0 1 1.56-1.56c.86 0 1.58.7 1.58 1.56a1.6 1.6 0 0 1-1.58 1.56z" />,
'Reddit',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/Telegram.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M9.78 18.65l.28-4.23 7.68-6.92c.34-.31-.07-.46-.52-.19L7.74 13.3 3.64 12c-.88-.25-.89-.86.2-1.3l15.97-6.16c.73-.33 1.43.18 1.15 1.3l-2.72 12.81c-.19.91-.74 1.13-1.5.71L12.6 16.3l-1.99 1.93c-.23.23-.42.42-.83.42z" />,
'Telegram',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/Twitter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z" />,
'Twitter',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/WhatsApp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M16.75 13.96c.25.13.41.2.46.3.06.11.04.61-.21 1.18-.2.56-1.24 1.1-1.7 1.12-.46.02-.47.36-2.96-.73-2.49-1.09-3.99-3.75-4.11-3.92-.12-.17-.96-1.38-.92-2.61.05-1.22.69-1.8.95-2.04.24-.26.51-.29.68-.26h.47c.15 0 .36-.06.55.45l.69 1.87c.06.13.1.28.01.44l-.27.41-.39.42c-.12.12-.26.25-.12.5.12.26.62 1.09 1.32 1.78.91.88 1.71 1.17 1.95 1.3.24.14.39.12.54-.04l.81-.94c.19-.25.35-.19.58-.11l1.67.88M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10c-1.97 0-3.8-.57-5.35-1.55L2 22l1.55-4.65A9.969 9.969 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 1.72.54 3.31 1.46 4.61L4.5 19.5l2.89-.96A7.95 7.95 0 0 0 12 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8z" />,
'WhatsApp',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/custom/YouTube.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M10 15l5.19-3L10 9v6m11.56-7.83c.13.47.22 1.1.28 1.9.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83-.25.9-.83 1.48-1.73 1.73-.47.13-1.33.22-2.65.28-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44-.9-.25-1.48-.83-1.73-1.73-.13-.47-.22-1.1-.28-1.9-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83.25-.9.83-1.48 1.73-1.73.47-.13 1.33-.22 2.65-.28 1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44.9.25 1.48.83 1.73 1.73z" />,
'YouTube',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/Apple.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z" />,
'Apple',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/Facebook.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m13 2h-2.5A3.5 3.5 0 0 0 12 8.5V11h-2v3h2v7h3v-7h3v-3h-3V9a1 1 0 0 1 1-1h2V5z" />,
'Facebook',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/Instagram.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z" />,
'Instagram',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/LinkedIn.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z" />,
'LinkedIn',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/Pinterest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41.86 0 1.26.63 1.26 1.44 0 .86-.57 2.09-.86 3.27-.17.98.52 1.84 1.52 1.84 1.78 0 3.16-1.9 3.16-4.58 0-2.4-1.72-4.04-4.19-4.04-2.82 0-4.48 2.1-4.48 4.31 0 .86.28 1.73.74 2.3.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11-1.28-.56-2.02-2.38-2.02-3.85 0-3.16 2.24-6.03 6.56-6.03 3.44 0 6.12 2.47 6.12 5.75 0 3.44-2.13 6.2-5.18 6.2-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7v-.03z" />,
'Pinterest',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/Reddit.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M22 12.14a2.19 2.19 0 0 0-3.71-1.57 10.93 10.93 0 0 0-5.86-1.87l1-4.7 3.27.71a1.56 1.56 0 1 0 .16-.76l-3.64-.77c-.11-.02-.22 0-.29.06-.09.05-.14.14-.16.26l-1.11 5.22c-2.33.07-4.43.78-5.95 1.86A2.2 2.2 0 0 0 4.19 10a2.16 2.16 0 0 0-.9 4.15 3.6 3.6 0 0 0-.05.66c0 3.37 3.92 6.12 8.76 6.12s8.76-2.73 8.76-6.12c0-.21-.01-.44-.05-.66A2.21 2.21 0 0 0 22 12.14M7 13.7c0-.86.68-1.56 1.54-1.56s1.56.7 1.56 1.56a1.56 1.56 0 0 1-1.56 1.56c-.86.02-1.54-.7-1.54-1.56m8.71 4.14C14.63 18.92 12.59 19 12 19c-.61 0-2.65-.1-3.71-1.16a.4.4 0 0 1 0-.57.4.4 0 0 1 .57 0c.68.68 2.14.91 3.14.91s2.47-.23 3.14-.91a.4.4 0 0 1 .57 0c.14.16.14.41 0 .57m-.29-2.56c-.86 0-1.56-.7-1.56-1.56a1.56 1.56 0 0 1 1.56-1.56c.86 0 1.58.7 1.58 1.56a1.6 1.6 0 0 1-1.58 1.56z" />,
'Reddit',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/Telegram.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M9.78 18.65l.28-4.23 7.68-6.92c.34-.31-.07-.46-.52-.19L7.74 13.3 3.64 12c-.88-.25-.89-.86.2-1.3l15.97-6.16c.73-.33 1.43.18 1.15 1.3l-2.72 12.81c-.19.91-.74 1.13-1.5.71L12.6 16.3l-1.99 1.93c-.23.23-.42.42-.83.42z" />,
'Telegram',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/Twitter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z" />,
'Twitter',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/WhatsApp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M16.75 13.96c.25.13.41.2.46.3.06.11.04.61-.21 1.18-.2.56-1.24 1.1-1.7 1.12-.46.02-.47.36-2.96-.73-2.49-1.09-3.99-3.75-4.11-3.92-.12-.17-.96-1.38-.92-2.61.05-1.22.69-1.8.95-2.04.24-.26.51-.29.68-.26h.47c.15 0 .36-.06.55.45l.69 1.87c.06.13.1.28.01.44l-.27.41-.39.42c-.12.12-.26.25-.12.5.12.26.62 1.09 1.32 1.78.91.88 1.71 1.17 1.95 1.3.24.14.39.12.54-.04l.81-.94c.19-.25.35-.19.58-.11l1.67.88M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10c-1.97 0-3.8-.57-5.35-1.55L2 22l1.55-4.65A9.969 9.969 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 1.72.54 3.31 1.46 4.61L4.5 19.5l2.89-.96A7.95 7.95 0 0 0 12 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8z" />,
'WhatsApp',
);
7 changes: 7 additions & 0 deletions packages/material-ui-icons/src/YouTube.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path d="M10 15l5.19-3L10 9v6m11.56-7.83c.13.47.22 1.1.28 1.9.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83-.25.9-.83 1.48-1.73 1.73-.47.13-1.33.22-2.65.28-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44-.9-.25-1.48-.83-1.73-1.73-.13-.47-.22-1.1-.28-1.9-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83.25-.9.83-1.48 1.73-1.73.47-.13 1.33-.22 2.65-.28 1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44.9.25 1.48.83 1.73 1.73z" />,
'YouTube',
);
10 changes: 10 additions & 0 deletions packages/material-ui-icons/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ export { default as ApartmentOutlined } from './ApartmentOutlined';
export { default as ApartmentRounded } from './ApartmentRounded';
export { default as ApartmentSharp } from './ApartmentSharp';
export { default as ApartmentTwoTone } from './ApartmentTwoTone';
export { default as Apple } from './Apple';
export { default as Apps } from './Apps';
export { default as AppsOutlined } from './AppsOutlined';
export { default as AppsRounded } from './AppsRounded';
Expand Down Expand Up @@ -1709,6 +1710,7 @@ export { default as ExtensionRounded } from './ExtensionRounded';
export { default as ExtensionSharp } from './ExtensionSharp';
export { default as ExtensionTwoTone } from './ExtensionTwoTone';
export { default as Face } from './Face';
export { default as Facebook } from './Facebook';
export { default as FaceOutlined } from './FaceOutlined';
export { default as FaceRounded } from './FaceRounded';
export { default as FaceSharp } from './FaceSharp';
Expand Down Expand Up @@ -2502,6 +2504,7 @@ export { default as InsertPhotoOutlined } from './InsertPhotoOutlined';
export { default as InsertPhotoRounded } from './InsertPhotoRounded';
export { default as InsertPhotoSharp } from './InsertPhotoSharp';
export { default as InsertPhotoTwoTone } from './InsertPhotoTwoTone';
export { default as Instagram } from './Instagram';
export { default as InvertColors } from './InvertColors';
export { default as InvertColorsOff } from './InvertColorsOff';
export { default as InvertColorsOffOutlined } from './InvertColorsOffOutlined';
Expand Down Expand Up @@ -2698,6 +2701,7 @@ export { default as LinkedCameraOutlined } from './LinkedCameraOutlined';
export { default as LinkedCameraRounded } from './LinkedCameraRounded';
export { default as LinkedCameraSharp } from './LinkedCameraSharp';
export { default as LinkedCameraTwoTone } from './LinkedCameraTwoTone';
export { default as LinkedIn } from './LinkedIn';
export { default as LinkOff } from './LinkOff';
export { default as LinkOffOutlined } from './LinkOffOutlined';
export { default as LinkOffRounded } from './LinkOffRounded';
Expand Down Expand Up @@ -3692,6 +3696,7 @@ export { default as PinDropOutlined } from './PinDropOutlined';
export { default as PinDropRounded } from './PinDropRounded';
export { default as PinDropSharp } from './PinDropSharp';
export { default as PinDropTwoTone } from './PinDropTwoTone';
export { default as Pinterest } from './Pinterest';
export { default as Place } from './Place';
export { default as PlaceOutlined } from './PlaceOutlined';
export { default as PlaceRounded } from './PlaceRounded';
Expand Down Expand Up @@ -3892,6 +3897,7 @@ export { default as RecordVoiceOverOutlined } from './RecordVoiceOverOutlined';
export { default as RecordVoiceOverRounded } from './RecordVoiceOverRounded';
export { default as RecordVoiceOverSharp } from './RecordVoiceOverSharp';
export { default as RecordVoiceOverTwoTone } from './RecordVoiceOverTwoTone';
export { default as Reddit } from './Reddit';
export { default as Redeem } from './Redeem';
export { default as RedeemOutlined } from './RedeemOutlined';
export { default as RedeemRounded } from './RedeemRounded';
Expand Down Expand Up @@ -4897,6 +4903,7 @@ export { default as TapAndPlayOutlined } from './TapAndPlayOutlined';
export { default as TapAndPlayRounded } from './TapAndPlayRounded';
export { default as TapAndPlaySharp } from './TapAndPlaySharp';
export { default as TapAndPlayTwoTone } from './TapAndPlayTwoTone';
export { default as Telegram } from './Telegram';
export { default as Terrain } from './Terrain';
export { default as TerrainOutlined } from './TerrainOutlined';
export { default as TerrainRounded } from './TerrainRounded';
Expand Down Expand Up @@ -5157,6 +5164,7 @@ export { default as TvOutlined } from './TvOutlined';
export { default as TvRounded } from './TvRounded';
export { default as TvSharp } from './TvSharp';
export { default as TvTwoTone } from './TvTwoTone';
export { default as Twitter } from './Twitter';
export { default as Unarchive } from './Unarchive';
export { default as UnarchiveOutlined } from './UnarchiveOutlined';
export { default as UnarchiveRounded } from './UnarchiveRounded';
Expand Down Expand Up @@ -5447,6 +5455,7 @@ export { default as WeekendOutlined } from './WeekendOutlined';
export { default as WeekendRounded } from './WeekendRounded';
export { default as WeekendSharp } from './WeekendSharp';
export { default as WeekendTwoTone } from './WeekendTwoTone';
export { default as WhatsApp } from './WhatsApp';
export { default as Whatshot } from './Whatshot';
export { default as WhatshotOutlined } from './WhatshotOutlined';
export { default as WhatshotRounded } from './WhatshotRounded';
Expand Down Expand Up @@ -5502,6 +5511,7 @@ export { default as WrapTextOutlined } from './WrapTextOutlined';
export { default as WrapTextRounded } from './WrapTextRounded';
export { default as WrapTextSharp } from './WrapTextSharp';
export { default as WrapTextTwoTone } from './WrapTextTwoTone';
export { default as YouTube } from './YouTube';
export { default as YoutubeSearchedFor } from './YoutubeSearchedFor';
export { default as YoutubeSearchedForOutlined } from './YoutubeSearchedForOutlined';
export { default as YoutubeSearchedForRounded } from './YoutubeSearchedForRounded';
Expand Down