Skip to content

Commit

Permalink
ARGG-1343: add viewpont att for speaker-mute
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisistan committed Nov 11, 2024
1 parent 5824379 commit 975b9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/icons/lg/speaker-mute.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
const SpeakerMuteIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
const SpeakerMuteIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1.5rem" height="1.5rem" {...props}>
<path d="M5.587 16.998h-1.99C2.161 16.998 1 15.88 1 14.498V9.502C1 8.12 2.162 7 3.596 7h4.246a.9.9 0 0 0 .575-.21l5.182-4.437C14.53 1.557 16 2.194 16 3.392v3.194l4.293-4.293a1 1 0 1 1 1.414 1.414l-18 18a1 1 0 0 1-1.414-1.414zM9.764 18.362a.5.5 0 0 1-.029-.733l5.411-5.412a.5.5 0 0 1 .854.354v8.037c0 1.199-1.47 1.835-2.4 1.038zM18.017 9.347a.26.26 0 0 0-.048.293c.34.714.531 1.514.531 2.36 0 .948-.239 1.837-.66 2.614a.75.75 0 1 0 1.32.714c.536-.99.84-2.125.84-3.328s-.102-1.852-.508-2.701c-.12-.22-.293-.521-.419-.71-.068-.102-.195-.103-.282-.016z"/>
<path d="M20.188 7.46a.255.255 0 0 1 .033-.317l.724-.724a.244.244 0 0 1 .377.034A9.96 9.96 0 0 1 23 12a9.96 9.96 0 0 1-1.96 5.946.75.75 0 1 1-1.205-.892A8.46 8.46 0 0 0 21.5 12c0-1.67-.481-3.227-1.312-4.54"/>
</svg>);
Expand Down
2 changes: 1 addition & 1 deletion dist/js/icons/sm/speaker-mute.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
const SpeakerMuteIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="1rem" height="1rem" {...props}>
const SpeakerMuteIcon = (props) => (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" width="1rem" height="1rem" {...props}>
<path d="M5.893 17.248H3.14C1.406 17.248 0 16.073 0 14.623V9.376c0-1.45 1.406-2.625 3.141-2.625H6.63c.256 0 .504-.079.695-.221l6.271-4.659c1.126-.836 2.905-.168 2.905 1.09v3.68l4.171-4.171a.75.75 0 1 1 1.06 1.06l-18.2 18.202a.75.75 0 0 1-1.061-1.06zM9.767 19.285a.375.375 0 0 1-.041-.567l6.134-6.134a.375.375 0 0 1 .64.266v8.189c0 1.258-1.78 1.926-2.905 1.09zM20.983 7.915a.39.39 0 0 1 .04-.494l.628-.628a.363.363 0 0 1 .547.03C23.338 8.318 24 10.096 24 12c0 2.137-.832 4.113-2.24 5.709-.28.319-.818.386-1.198.15s-.46-.688-.179-1.008c1.196-1.356 1.903-3.033 1.903-4.851 0-1.489-.474-2.884-1.303-4.085"/>
<path d="M18.596 9.848a.4.4 0 0 0-.08.43c.221.54.341 1.118.341 1.722 0 .91-.273 1.764-.753 2.51-.226.35-.071.786.345.975.416.19.937.06 1.162-.29.613-.951.96-2.04.96-3.195 0-.989-.254-1.93-.712-2.776a.355.355 0 0 0-.567-.072z"/>
</svg>);
Expand Down

0 comments on commit 975b9d1

Please sign in to comment.