summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/distribute-graph-directed.svg
blob: ded4a7906ffcdd67d3ab4e6ef94679537c47428b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="24"
   height="24"
  >

  <defs id="defs3">

    <marker id="Arrow" orient="auto" refX="0" refY="0">
      <path d="m 0,0 0,-2 3,2 -3,2 0,0 z"/>
    </marker>
  </defs>
  <g id="distribute-graph-directed" inkscape:label="#directed_graph">

    <g style="fill:none;stroke:black;marker-end:url(#Arrow)">
      <path d="m 3.5,2.5 5,5"/>
      <path d="m 20.5,2.5 -5,5"/>
      <path d="m 12,11.5 0,4.5"/>
    </g>

    <g style="fill:#8ab3de;stroke:#0000ff">
      <circle cx=" 3.5" cy=" 2.5"  r="2"/>
      <circle cx="20.5" cy=" 2.5"  r="2"/>
      <circle cx="12.0" cy="11.5"  r="2"/>
      <circle cx="12.0" cy="21.5"  r="2"/>
    </g>

  </g>

</svg>