diff options
Diffstat (limited to 'catalog-ui/app/styles/images/relationship-icons/DependsOn.svg')
-rw-r--r-- | catalog-ui/app/styles/images/relationship-icons/DependsOn.svg | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/catalog-ui/app/styles/images/relationship-icons/DependsOn.svg b/catalog-ui/app/styles/images/relationship-icons/DependsOn.svg new file mode 100644 index 0000000000..e38808e2df --- /dev/null +++ b/catalog-ui/app/styles/images/relationship-icons/DependsOn.svg @@ -0,0 +1,34 @@ +<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, .cls-2 { + fill: #3b7b9b; + } + + .cls-1 { + fill-rule: evenodd; + } + + .cls-3, .cls-4 { + fill: #fff; + stroke-linejoin: round; + stroke-width: 2px; + } + + .cls-3 { + stroke: #fff; + fill-opacity: 0.01; + } + + .cls-4 { + stroke: #3b7b9b; + } + </style> + </defs> + <g> + <path d="M16.478,-11.499 L10.911,-8.019 C10.253,-7.612 9.904,-8.255 9.904,-9.003 L9.904,-15.893 C9.904,-16.641 10.253,-17.283 10.911,-16.877 L16.478,-12.977 C17.136,-12.571 17.136,-11.906 16.478,-11.499 Z" class="cls-1"/> + <circle cx="12.5" cy="12.609" r="11.5" class="cls-2"/> + <circle cx="12.031" cy="12.156" r="5.531" class="cls-3"/> + <ellipse cx="16.188" cy="15.344" rx="3.219" ry="3.188" class="cls-4"/> + </g> +</svg> |