budibase/packages/builder/src/components/common/Icons/More.svelte

13 lines
419 B
Svelte
Raw Normal View History

2020-06-01 13:15:44 +02:00
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
2020-06-01 11:18:45 +02:00
height="24">
2020-06-01 13:15:44 +02:00
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M4.5 10.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S6 12.825 6
12s-.675-1.5-1.5-1.5zm15 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S21
12.825 21 12s-.675-1.5-1.5-1.5zm-7.5 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5
1.5 1.5-.675 1.5-1.5-.675-1.5-1.5-1.5z" />
2020-06-01 11:18:45 +02:00
</svg>