This repository has been archived by the owner on May 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
70 changed files
with
615 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,14 @@ | ||
<template> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="24.8" height="21" viewBox="0 0 24.8 21"> | ||
<!-- Muted / 0% --> | ||
<g v-if="muted || volume <= 0" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> | ||
<g :stroke="color || 'currentColor'"> | ||
<polyline points="9,17 12.5,20.5 12.5,12"/> | ||
<path d="M12.5,6V0.5l-7,7H2C1.2,7.5,0.5,8.2,0.5,9v3c0,0.8,0.7,1.5,1.5,1.5h2.5"/> | ||
<path d="M15.5,10.5c0,1.4-1.1,2.5-2.5,2.5h-0.5"/> | ||
<path d="M1.5,20.5l20-20"/> | ||
</g> | ||
</g> | ||
<!-- 25% --> | ||
<g v-else-if="!muted && volume > 0 && volume <= 25" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> | ||
<g :stroke="color || 'currentColor'"> | ||
<path d="M5.5,7.5H2C1.2,7.5,0.5,8.2,0.5,9v3c0,0.8,0.7,1.5,1.5,1.5h3.5l7,7v-20L5.5,7.5L5.5,7.5z"/> | ||
<path d="M15.5,7c1.1,0.8,2,2,2,3.5s-0.9,2.7-2,3.5"/> | ||
</g> | ||
</g> | ||
<!-- 50% --> | ||
<g v-else-if="!muted && volume > 25 && volume <= 50" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> | ||
<g :stroke="color || 'currentColor'"> | ||
<path d="M5.5,7.5H2C1.2,7.5,0.5,8.2,0.5,9v3c0,0.8,0.7,1.5,1.5,1.5h3.5l7,7v-20L5.5,7.5L5.5,7.5z"/> | ||
<path d="M17.5,4.5c1.7,1.4,3,3.7,3,6c0,2.3-1.3,4.6-3,6"/> | ||
<path d="M15.5,7c1.1,0.8,2,2,2,3.5s-0.9,2.7-2,3.5"/> | ||
</g> | ||
</g> | ||
<!-- 75% --> | ||
<g v-else stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> | ||
<g :stroke="color || 'currentColor'"> | ||
<path d="M5.5,7.5H2C1.2,7.5,0.5,8.2,0.5,9v3c0,0.8,0.7,1.5,1.5,1.5h3.5l7,7v-20L5.5,7.5L5.5,7.5z"/> | ||
<path d="M20,2.5c2.2,1.9,3.5,4.8,3.5,8s-1.3,6.1-3.5,8"/> | ||
<path d="M17.5,4.5c1.7,1.4,3,3.7,3,6c0,2.3-1.3,4.6-3,6"/> | ||
<path d="M15.5,7c1.1,0.8,2,2,2,3.5s-0.9,2.7-2,3.5"/> | ||
</g> | ||
</g> | ||
</svg> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="23px" height="23px" viewBox="0 0 20 20"> | ||
<ellipse cx="6.11" cy="3.55" fill="none" :stroke="color || 'currentColor'" rx="2.11" ry="2.15"/> | ||
<ellipse cx="13.15" cy="15.55" fill="none" :stroke="color || 'currentColor'" rx="2.1" ry="2.15"/> | ||
<circle cx="13.15" cy="9.55" r="2.15" fill="none" :stroke="color || 'currentColor'"/> | ||
<path :fill="color || 'currentColor'" d="M1 3h3v1H1zm9 0h8v1h-8zM1 9h8v1H1zm14 0h3v1h-3zM1 15h8v1H1zm14 0h3v1h-3z"/> | ||
</svg> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
props: ['color', 'volume', 'muted'] | ||
props: ['color'] | ||
} | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<template> | ||
<svg xmlns="http://www.w3.org/2000/svg" :width="size || '20px'" :height="size || '20px'" viewBox="0 0 20 20"> | ||
<path :fill="color || 'currentColor'" d="M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z"></path> | ||
<rect :fill="color || 'currentColor'" width="1" height="3" x="6" y="2"></rect> | ||
<rect :fill="color || 'currentColor'" width="1" height="3" x="13" y="2"></rect> | ||
</svg> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
props: ['color', 'size'] | ||
} | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<template> | ||
<svg xmlns="http://www.w3.org/2000/svg" :width="size || '20px'" :height="size || '20px'" viewBox="0 0 20 20"> | ||
<circle fill="none" :stroke="color || 'currentColor'" stroke-width="1.1" cx="10" cy="10" r="9"></circle> | ||
<rect x="9" y="4" width="1" height="7"></rect> | ||
<path fill="none" :stroke="color || 'currentColor'" stroke-width="1.1" d="M13.018,14.197 L9.445,10.625"></path> | ||
</svg> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
props: ['color', 'size'] | ||
} | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<template> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 20"> | ||
<path :fill="color" d="M12.13,11.59 C11.97,12.84 10.35,14.12 9.1,14.16 C6.17,14.2 9.89,9.46 8.74,8.37 C9.3,8.16 10.62,7.83 10.62,8.81 C10.62,9.63 10.12,10.55 9.88,11.32 C8.66,15.16 12.13,11.15 12.14,11.18 C12.16,11.21 12.16,11.35 12.13,11.59 C12.08,11.95 12.16,11.35 12.13,11.59 L12.13,11.59 Z M11.56,5.67 C11.56,6.67 9.36,7.15 9.36,6.03 C9.36,5 11.56,4.54 11.56,5.67 L11.56,5.67 Z"></path> | ||
<circle fill="none" :stroke="color || 'currentColor'" stroke-width="1.1" cx="10" cy="10" r="9"></circle> | ||
</svg> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
props: ['color'] | ||
} | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,44 @@ | ||
<template> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24"> | ||
<path :fill="color" d="M5 17h-5v-10h5v10zm2-10v10l9 5v-20l-9 5zm17 4h-5v2h5v-2zm-1.584-6.232l-4.332 2.5 1 1.732 4.332-2.5-1-1.732zm1 12.732l-4.332-2.5-1 1.732 4.332 2.5 1-1.732z"/> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="24.8" height="21" viewBox="0 0 24.8 21"> | ||
<!-- Muted / 0% --> | ||
<g v-if="muted || volume <= 0" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> | ||
<g :stroke="color || 'currentColor'"> | ||
<polyline points="9,17 12.5,20.5 12.5,12"/> | ||
<path d="M12.5,6V0.5l-7,7H2C1.2,7.5,0.5,8.2,0.5,9v3c0,0.8,0.7,1.5,1.5,1.5h2.5"/> | ||
<path d="M15.5,10.5c0,1.4-1.1,2.5-2.5,2.5h-0.5"/> | ||
<path d="M1.5,20.5l20-20"/> | ||
</g> | ||
</g> | ||
<!-- 25% --> | ||
<g v-else-if="!muted && volume > 0 && volume <= 25" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> | ||
<g :stroke="color || 'currentColor'"> | ||
<path d="M5.5,7.5H2C1.2,7.5,0.5,8.2,0.5,9v3c0,0.8,0.7,1.5,1.5,1.5h3.5l7,7v-20L5.5,7.5L5.5,7.5z"/> | ||
<path d="M15.5,7c1.1,0.8,2,2,2,3.5s-0.9,2.7-2,3.5"/> | ||
</g> | ||
</g> | ||
<!-- 50% --> | ||
<g v-else-if="!muted && volume > 25 && volume <= 50" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> | ||
<g :stroke="color || 'currentColor'"> | ||
<path d="M5.5,7.5H2C1.2,7.5,0.5,8.2,0.5,9v3c0,0.8,0.7,1.5,1.5,1.5h3.5l7,7v-20L5.5,7.5L5.5,7.5z"/> | ||
<path d="M17.5,4.5c1.7,1.4,3,3.7,3,6c0,2.3-1.3,4.6-3,6"/> | ||
<path d="M15.5,7c1.1,0.8,2,2,2,3.5s-0.9,2.7-2,3.5"/> | ||
</g> | ||
</g> | ||
<!-- 75% --> | ||
<g v-else stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> | ||
<g :stroke="color || 'currentColor'"> | ||
<path d="M5.5,7.5H2C1.2,7.5,0.5,8.2,0.5,9v3c0,0.8,0.7,1.5,1.5,1.5h3.5l7,7v-20L5.5,7.5L5.5,7.5z"/> | ||
<path d="M20,2.5c2.2,1.9,3.5,4.8,3.5,8s-1.3,6.1-3.5,8"/> | ||
<path d="M17.5,4.5c1.7,1.4,3,3.7,3,6c0,2.3-1.3,4.6-3,6"/> | ||
<path d="M15.5,7c1.1,0.8,2,2,2,3.5s-0.9,2.7-2,3.5"/> | ||
</g> | ||
</g> | ||
</svg> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
props: ['color'] | ||
props: ['color', 'volume', 'muted'] | ||
} | ||
</script> | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.