Skip to content

Commit

Permalink
refactor(app): update pause-circle icon (#15573)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Jul 3, 2024
1 parent 6e97243 commit a250be6
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit a250be6

Please sign in to comment.