-
Notifications
You must be signed in to change notification settings - Fork 33
/
PeopleIcon.svelte
11 lines (10 loc) · 1.06 KB
/
PeopleIcon.svelte
1
2
3
4
5
6
7
8
9
10
11
<script>
import BaseSvg from './BaseSvg.svelte';
</script>
<BaseSvg {...$$restProps}>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M5.75 4C5.75 2.57745 6.79742 1.5 8 1.5C9.20258 1.5 10.25 2.57745 10.25 4C10.25 5.42255 9.20258 6.5 8 6.5C6.79742 6.5 5.75 5.42255 5.75 4ZM8 0.5C6.32923 0.5 5.00663 1.83377 4.78329 3.5H4V4.5H4.78329C5.00663 6.16623 6.32923 7.5 8 7.5C9.67077 7.5 10.9934 6.16623 11.2167 4.5H12.0714V3.5H11.2167C10.9934 1.83377 9.67077 0.5 8 0.5ZM5.34189 7.02563L2.34189 8.02563C2.13772 8.09369 2 8.28476 2 8.49998V15H3V8.86036L5.65811 7.97432L5.34189 7.02563ZM13.6581 8.02563L10.6581 7.02563L10.3419 7.97432L13 8.86036V15H14V8.49998C14 8.28476 13.8623 8.09369 13.6581 8.02563ZM7.25 4.26758C7.52614 4.26758 7.75 4.04372 7.75 3.76758C7.75 3.49144 7.52614 3.26758 7.25 3.26758C6.97386 3.26758 6.75 3.49144 6.75 3.76758C6.75 4.04372 6.97386 4.26758 7.25 4.26758ZM9.25 3.76758C9.25 4.04372 9.02614 4.26758 8.75 4.26758C8.47386 4.26758 8.25 4.04372 8.25 3.76758C8.25 3.49144 8.47386 3.26758 8.75 3.26758C9.02614 3.26758 9.25 3.49144 9.25 3.76758Z"
/>
</BaseSvg>