.icon {
  &__svg-name-wrapper {
    width: 100%;
    display: flex;
    margin-top: 24px;
    width: fit-content;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  &__main-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.all-icons__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
