tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.6k stars 1.28k forks source link

dots-circle-vertical #153

Closed dillingham closed 3 years ago

dillingham commented 4 years ago

heroicons.com has dots-circle-horizontal but not dots-circle-vertical

I just noticed when I went to see if vertical looked better.

Tilting my head, I do like horizontal better. Just adding incase it was overlooked.

arielonoriaga commented 3 years ago

this?

<svg
  class="w-6 h-6"
  fill="currentColor"
  viewBox="0 0 20 20"
  xmlns="http://www.w3.org/2000/svg"
>
  <path d="M10 6a2 2 0 110-4 2 2 0 010 4zM10 12a2 2 0 110-4 2 2 0 010 4zM10 18a2 2 0 110-4 2 2 0 010 4z" />
</svg>
dillingham commented 3 years ago

@ArielOnoriaga yup!