.icon-copy {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/copy-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-vertical-dots {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/dots-vertical.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-edit {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/edit-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-zap {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/zap.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-trash {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/trash-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-download {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/download-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-settings {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/settings-03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-pencil {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/pencil-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-arrow-down {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-arrow-right {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-line-vertical {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/line-vertical.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.icon-navigation {
  width: 16px;
  height: 16px;
  background-image: url("/images/figmaIcons/navigation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}