-
Notifications
You must be signed in to change notification settings - Fork 33
/
PoliticianChangeIcon.svelte
23 lines (22 loc) · 1.9 KB
/
PoliticianChangeIcon.svelte
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<script>
import BaseSvg from './BaseSvg.svelte';
</script>
<BaseSvg viewBox="0 0 32 32" {...$$restProps}>
<g>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M16 3C13.5948 3 11.5 5.15489 11.5 8C11.5 10.8451 13.5948 13 16 13C18.4052 13 20.5 10.8451 20.5 8C20.5 5.15489 18.4052 3 16 3ZM9.56657 7C10.0133 3.66754 12.6585 1 16 1C19.3415 1 21.9867 3.66754 22.4334 7H24.1429V9H22.4334C22.2595 10.2978 21.7521 11.4947 21 12.4725V14.2457L27.2747 16.0385C27.704 16.1611 28 16.5535 28 17V30H26V17.7543L19.7253 15.9615C19.296 15.8389 19 15.4465 19 15V14.2155C18.3876 14.5591 17.7152 14.8011 17 14.9187L17 30H15L15 14.9187C14.2848 14.8011 13.6124 14.5591 13 14.2155V15C13 15.4465 12.704 15.8389 12.2747 15.9615L6 17.7543V30H4V17C4 16.5535 4.29598 16.1611 4.72528 16.0385L11 14.2457V12.4725C10.2479 11.4947 9.74053 10.2978 9.56657 9H8V7H9.56657ZM15.5 7.53516C15.5 8.08744 15.0523 8.53516 14.5 8.53516C13.9477 8.53516 13.5 8.08744 13.5 7.53516C13.5 6.98287 13.9477 6.53516 14.5 6.53516C15.0523 6.53516 15.5 6.98287 15.5 7.53516ZM17.5 8.53516C18.0523 8.53516 18.5 8.08744 18.5 7.53516C18.5 6.98287 18.0523 6.53516 17.5 6.53516C16.9477 6.53516 16.5 6.98287 16.5 7.53516C16.5 8.08744 16.9477 8.53516 17.5 8.53516ZM8 21V23H14V21H8ZM24 21V23H18V21H24ZM18 18H19.2471V19H20.0645V18H21.3116V19H22.1845V20.0001H21.3115V19.0001H20.1201V20.0001H18V19.0001V19V18ZM24.0001 19.0001H24V20.0001H23V19.0001H22.1848V18H24.0001V19.0001Z"
fill="currentColor"
/>
<path
d="M25.3491 9.45832L24.9999 14L29.209 12.937L28.054 11.896C30.697 8.22025 30.2062 3.0662 26.765 -0.0351562L25.4261 1.45052C28.0457 3.81139 28.467 7.70161 26.5565 10.5464L25.3491 9.45832Z"
fill="currentColor"
/>
<path
d="M6.81691 4.59485L7.16618 0.0531712L2.95701 1.11618L4.11207 2.15716C1.46901 5.83292 1.95981 10.987 5.40105 14.0883L6.73999 12.6027C4.12039 10.2418 3.69901 6.35156 5.6096 3.50678L6.81691 4.59485Z"
fill="currentColor"
/>
</g>
<defs> </defs>
</BaseSvg>