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/conected.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/conected.svg')
-rw-r--r-- | catalog-ui/app/styles/images/relationship-icons/conected.svg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/catalog-ui/app/styles/images/relationship-icons/conected.svg b/catalog-ui/app/styles/images/relationship-icons/conected.svg new file mode 100644 index 0000000000..4ee7672305 --- /dev/null +++ b/catalog-ui/app/styles/images/relationship-icons/conected.svg @@ -0,0 +1,19 @@ +<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; + fill-rule: evenodd; + } + </style> + </defs> + <g> + <circle cx="12.5" cy="12.5" r="11.5" class="cls-1"/> + <path d="M16.016,14.813 C14.747,14.813 13.719,13.777 13.719,12.500 C13.719,11.223 14.747,10.187 16.016,10.187 C17.284,10.187 18.313,11.223 18.313,12.500 C18.313,13.777 17.284,14.813 16.016,14.813 ZM7.984,14.813 C6.716,14.813 5.687,13.777 5.687,12.500 C5.687,11.223 6.716,10.187 7.984,10.187 C9.253,10.187 10.281,11.223 10.281,12.500 C10.281,13.777 9.253,14.813 7.984,14.813 Z" class="cls-2"/> + <path d="M7.430,12.957 L7.430,12.036 L17.556,12.036 L17.556,12.957 L7.430,12.957 Z" class="cls-2"/> + </g> +</svg> |