diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/team-speak.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/team-speak.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/team-speak.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/team-speak.jsx new file mode 100755 index 0000000..7942728 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/team-speak.jsx | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function TeamSpeak(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | clipRule="evenodd" | ||
| 9 | d="M5.5 0A5.5 5.5 0 0 0 0 5.5v13A5.5 5.5 0 0 0 5.5 24h13a5.5 5.5 0 0 0 5.5-5.5v-13A5.5 5.5 0 0 0 18.5 0h-13Zm-.45 7.38V18h2.7V7.38h3.33V4.86H1.72v2.52h3.33Zm9.731 10.332c.684.312 1.488.468 2.412.468.924 0 1.722-.162 2.394-.486.684-.324 1.212-.78 1.584-1.368.384-.588.576-1.266.576-2.034 0-1.068-.3-1.944-.9-2.628-.6-.696-1.482-1.176-2.646-1.44L16.797 9.9c-.408-.096-.726-.276-.954-.54a1.558 1.558 0 0 1-.324-.99c0-.432.138-.762.414-.99.276-.24.672-.36 1.188-.36.552 0 .972.12 1.26.36.3.24.45.57.45.99h2.7c0-1.128-.396-2.022-1.188-2.682-.78-.672-1.842-1.008-3.186-1.008-.888 0-1.656.156-2.304.468a3.556 3.556 0 0 0-1.512 1.332c-.348.564-.522 1.23-.522 1.998 0 1.032.306 1.908.918 2.628.624.708 1.494 1.194 2.61 1.458l1.332.306c.432.096.768.282 1.008.558.24.276.36.606.36.99 0 .444-.162.792-.486 1.044-.312.252-.75.378-1.314.378-.588 0-1.056-.126-1.404-.378-.336-.264-.504-.618-.504-1.062h-2.7c0 .768.186 1.434.558 1.998.372.564.9 1.002 1.584 1.314Z" | ||
| 10 | /> | ||
| 11 | </Icon> | ||
| 12 | ); | ||
| 13 | } | ||
