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 TipsAndUpdate icon #29004

Merged
merged 1 commit into from
Oct 15, 2021
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 docs/src/pages/components/material-icons/synonyms.js
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ const synonyms = {
Timeline: 'analytics chart graph history line movement points trending zigzap',
Timer: 'clock stopwatch wait',
TimerOff: 'clock stopwatch',
TipsAndUpdates: 'bulb lamp light',
Toc: 'content format lines list reorder stacked table text titles',
Today: 'agenda calendar date event mark month range remember reminder week',
Toll: 'booth car circles payment ticket',
Expand Down
18 changes: 18 additions & 0 deletions packages/mui-icons-material/lib/TipsAndUpdates.js

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

18 changes: 18 additions & 0 deletions packages/mui-icons-material/lib/TipsAndUpdatesOutlined.js

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

18 changes: 18 additions & 0 deletions packages/mui-icons-material/lib/TipsAndUpdatesRounded.js

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

18 changes: 18 additions & 0 deletions packages/mui-icons-material/lib/TipsAndUpdatesSharp.js

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

21 changes: 21 additions & 0 deletions packages/mui-icons-material/lib/TipsAndUpdatesTwoTone.js

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

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

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

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

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

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

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

5 changes: 5 additions & 0 deletions packages/mui-icons-material/lib/esm/TipsAndUpdatesSharp.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/TipsAndUpdatesTwoTone.js

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion packages/mui-icons-material/scripts/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const ignoredIconNames = new Set([
'real_estate_agent',
'recycling',
'space_dashboard',
'tips_and_updates',
'water_drop',
'waving_hand',
]);
Expand Down