diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-04-06 14:35:56 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 12:41:34 -0500 |
| commit | aeedf9e590806f62dcebdccc4ebd51a38d4c67fc (patch) | |
| tree | 0ce3d9276edba372995f001182011fad4003040b /app/assets/images | |
| parent | 6af1346da8c0842c2c464eab68793c7bf99b9275 (diff) | |
| download | phosphor-webui-aeedf9e590806f62dcebdccc4ebd51a38d4c67fc.tar.gz phosphor-webui-aeedf9e590806f62dcebdccc4ebd51a38d4c67fc.zip | |
added sensor templates
Change-Id: I805828ce3cb80dbceb1dbba5d0e39fb31fbd6baf
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/assets/images')
| -rw-r--r-- | app/assets/images/crit-x.svg | 12 | ||||
| -rw-r--r-- | app/assets/images/icon-checklist-white.svg | 11 | ||||
| -rw-r--r-- | app/assets/images/icon-copy-white.svg | 14 | ||||
| -rw-r--r-- | app/assets/images/icon-trashcan-white.svg | 15 |
4 files changed, 52 insertions, 0 deletions
diff --git a/app/assets/images/crit-x.svg b/app/assets/images/crit-x.svg new file mode 100644 index 0000000..9ae6c7d --- /dev/null +++ b/app/assets/images/crit-x.svg @@ -0,0 +1,12 @@ +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 31.6 29.5" style="enable-background:new 0 0 31.6 29.5;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:none;stroke:#E62325;stroke-width:4;stroke-miterlimit:10;} +</style> +<g id="Layer_1_1_"> + <path class="st0" d="M28.9,27.7C25.5,24.4,3.6,2.4,3.6,2.4"/> + <path class="st0" d="M28.9,2.4C25.5,5.7,3.6,27.7,3.6,27.7"/> +</g> +<g id="Layer_2"> +</g> +</svg> diff --git a/app/assets/images/icon-checklist-white.svg b/app/assets/images/icon-checklist-white.svg new file mode 100644 index 0000000..186346e --- /dev/null +++ b/app/assets/images/icon-checklist-white.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#FFFFFF;} +</style> +<g> + <path class="st0" d="M0,0v12l4,4h12V0H0z M14,14H5v-3H2V2h12V14z"/> + <polygon class="st0" points="12.5,5.5 11,4 7,8 5.5,6.5 4,8 7,11 "/> +</g> +</svg> diff --git a/app/assets/images/icon-copy-white.svg b/app/assets/images/icon-copy-white.svg new file mode 100644 index 0000000..168dfa6 --- /dev/null +++ b/app/assets/images/icon-copy-white.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#FFFFFF;} +</style> +<g> + <g> + <path class="st0" d="M11,4V0H1v12h4v4h10V4H11z M5,10H3V2h6v2H5V10z M13,14H7V6h6V14z"/> + </g> + <rect x="8" y="7" class="st0" width="4" height="2"/> + <rect x="8" y="10" class="st0" width="4" height="2"/> +</g> +</svg> diff --git a/app/assets/images/icon-trashcan-white.svg b/app/assets/images/icon-trashcan-white.svg new file mode 100644 index 0000000..f6cde77 --- /dev/null +++ b/app/assets/images/icon-trashcan-white.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 22 22" style="enable-background:new 0 0 22 22;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#FFFFFF;} +</style> +<g> + <rect x="8.1" y="1" class="st0" width="5.7" height="1.4"/> + <path class="st0" d="M3.9,3.1v3.6h0.7V21h12.9V6.7h0.7V3.1H3.9z M16,19.6H6V8.1h10V19.6z"/> + <rect x="7.4" y="9.6" class="st0" width="0.7" height="8.6"/> + <rect x="9.6" y="9.6" class="st0" width="0.7" height="8.6"/> + <rect x="11.7" y="9.6" class="st0" width="0.7" height="8.6"/> + <rect x="13.9" y="9.6" class="st0" width="0.7" height="8.6"/> +</g> +</svg> |

