diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/teams.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/teams.jsx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/teams.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/teams.jsx new file mode 100755 index 0000000..c1ea5a4 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/teams.jsx | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Teams(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M20.248 9.83a1.983 1.983 0 0 1-1.05-1.062 2.027 2.027 0 0 1 0-1.55c.2-.478.577-.858 1.05-1.062a1.963 1.963 0 0 1 2.582 1.062 2.027 2.027 0 0 1 0 1.55c-.2.478-.577.858-1.05 1.062a1.963 1.963 0 0 1-1.532 0ZM19.044 17.25v-6h3.954v3.932c.014.354-.085.703-.282.995a2.145 2.145 0 0 1-.714.637c-.3.165-.622.279-.958.339a5.562 5.562 0 0 1-1.011.097h-.989ZM16.605 8.579a1.894 1.894 0 0 1-.765.156 1.867 1.867 0 0 1-.763-.156c-.087-.038-.145-.081-.21-.13-.069-.05-.145-.107-.272-.17V5.205c.127-.063.203-.12.272-.17a.982.982 0 0 1 .21-.13c.24-.105.5-.158.76-.156.264-.002.524.051.766.156.473.203.85.584 1.05 1.062a2.023 2.023 0 0 1 .002 1.55c-.2.478-.577.858-1.05 1.062ZM14.846 18.9a4.62 4.62 0 0 0-.251-.064V10h3.707v6.942c.013.349-.073.695-.248.995a1.953 1.953 0 0 1-.63.632c-.26.16-.547.273-.846.334a4.333 4.333 0 0 1-.891.097c-.194-.001-.388-.015-.58-.043a1.878 1.878 0 0 1-.261-.058Z" /> | ||
| 7 | <path | ||
| 8 | fillRule="evenodd" | ||
| 9 | clipRule="evenodd" | ||
| 10 | d="M13.853 23 1 20.75V3.25L13.853 1v22ZM4.461 8.115l5.932-.365v1.5l-2.225.1v6.563l-1.482-.088V9.409l-2.225.09V8.115Z" | ||
| 11 | /> | ||
| 12 | </Icon> | ||
| 13 | ); | ||
| 14 | } | ||
