about summary refs log tree commit diff stats
path: root/src/pages/icons/ServicesIcon.svelte
blob: ec24259ba7a2c5a84f2b390607e6db4137e4a402 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<svg
  {...$$props}
  xmlns="http://www.w3.org/2000/svg"
  fill="currentColor"
  height="24px"
  viewBox="0 -960 960 960"
  width="24px"
  ><path
    d="m240-120 240-240 240 240H240ZM80-280v-480q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v480q0 33-23.5 56.5T800-200H680v-80h120v-480H160v480h120v80H160q-33 0-56.5-23.5T80-280Zm400-200Z"
  /></svg
>