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

refactor(app): update pause-circle icon #15573

Merged
merged 1 commit into from
Jul 3, 2024
Merged
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
4 changes: 2 additions & 2 deletions components/src/icons/icon-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ export const ICON_DATA_BY_NAME = {
},
'pause-circle': {
path:
'M15 16h-2V8h2m-4 8H9V8h2m1-6A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2z',
viewBox: '0 0 24 24',
'M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM5 5.4C5 5.17909 5.17909 5 5.4 5H6.6C6.82091 5 7 5.17909 7 5.4V10.6C7 10.8209 6.82091 11 6.6 11H5.4C5.17909 11 5 10.8209 5 10.6V5.4ZM9.4 5C9.17909 5 9 5.17909 9 5.4V10.6C9 10.8209 9.17909 11 9.4 11H10.6C10.8209 11 11 10.8209 11 10.6V5.4C11 5.17909 10.8209 5 10.6 5H9.4Z',
viewBox: '0 0 16 16',
},
'pause-icon': {
path: 'M0 0H10V40H0V0ZM22 0H32V40H22V0Z',
Expand Down
Loading