1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

dots menu on flow nodes

This commit is contained in:
Fedor Katurov 2019-10-23 15:03:17 +07:00
parent ed3f6369fb
commit 9fc1d3b918
3 changed files with 45 additions and 15 deletions

View file

@ -144,6 +144,11 @@ const Sprites: FC<{}> = () => (
<path fill="none" d="M0 0h24v24H0V0z" />
<path d="M12 3v9.28c-.47-.17-.97-.28-1.5-.28C8.01 12 6 14.01 6 16.5S8.01 21 10.5 21c2.31 0 4.2-1.75 4.45-4H15V6h4V3h-7z" />
</g>
<g id="dots-vertical" stroke="none">
<path fill="none" d="M0 0h24v24H0V0z" />
<path d="M16 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" />
</g>
</svg>
);