diff options
author | Michael Lando <ml636r@att.com> | 2017-02-19 10:28:42 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-19 10:51:01 +0200 |
commit | 451a3400b76511393c62a444f588a4ed15f4a549 (patch) | |
tree | e4f5873a863d1d3e55618eab48b83262f874719d /catalog-ui/app/styles/images/relationship-icons/LinksTo.svg | |
parent | 5abfe4e1fb5fae4bbd5fbc340519f52075aff3ff (diff) |
Initial OpenECOMP SDC commit
Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-ui/app/styles/images/relationship-icons/LinksTo.svg')
-rw-r--r-- | catalog-ui/app/styles/images/relationship-icons/LinksTo.svg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/catalog-ui/app/styles/images/relationship-icons/LinksTo.svg b/catalog-ui/app/styles/images/relationship-icons/LinksTo.svg new file mode 100644 index 0000000000..fb4c687774 --- /dev/null +++ b/catalog-ui/app/styles/images/relationship-icons/LinksTo.svg @@ -0,0 +1,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> |