aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/styles/images/relationship-icons/LinksTo.svg
blob: fb4c687774dc4e6bc758cde2f91fc4bd62a9cb38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="25" height="25" viewBox="0 0 25 25">
  <defs>
    <style>
      .cls-1 {
        fill: #3b7b9b;
      }

      .cls-2 {
        fill: #fff;
        stroke: #fff;
        stroke-linejoin: round;
        stroke-width: 2px;
        fill-opacity: 0;
      }
    </style>
  </defs>
  <g>
    <circle cx="12.5" cy="12.5" r="11.5" class="cls-1"/>
    <circle cx="15.156" cy="12.125" r="4.813" class="cls-2"/>
    <ellipse cx="9.688" cy="12.125" rx="4.813" ry="4.594" class="cls-2"/>
  </g>
</svg>