about summary refs log tree commit diff stats
path: root/src/pages/icons/CopyIcon.svelte
blob: 37c13f9808ecc0f64cf40ad5e75f5c854af61579 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<svg
  xmlns="http://www.w3.org/2000/svg"
  height="24px"
  width="24px"
  viewBox="0 0 24 24"
  preserveAspectRatio="xMinYMin meet"
  fill="currentColor"
>
  <path
    d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"
  />
</svg>