diff options
Diffstat (limited to 'src/_icons/graph-arrows.svg')
-rw-r--r-- | src/_icons/graph-arrows.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/graph-arrows.svg b/src/_icons/graph-arrows.svg new file mode 100644 index 00000000..23f8b724 --- /dev/null +++ b/src/_icons/graph-arrows.svg @@ -0,0 +1,11 @@ +--- +--- +<svg> + <path d="M3 18h14"/> + <path d="M9 9l3 3-3 3"/> + <path d="M14 15l3 3-3 3"/> + <path d="M3 3v18"/> + <path d="M3 12h9"/> + <path d="M18 3l3 3-3 3"/> + <path d="M3 6h18"/> +</svg> |