add status icon
This commit is contained in:
parent
9193520d51
commit
3871fc2572
4 changed files with 14 additions and 1 deletions
|
@ -64,6 +64,7 @@
|
||||||
.icon-reply { width: 16px; height: 16px; }
|
.icon-reply { width: 16px; height: 16px; }
|
||||||
.icon-signout { width: 15px; height: 19px; }
|
.icon-signout { width: 15px; height: 19px; }
|
||||||
.icon-split { width: 16px; height: 16px; }
|
.icon-split { width: 16px; height: 16px; }
|
||||||
|
.icon-status { width: 16px; height: 16px; }
|
||||||
.icon-stopwatch { width: 77px; height: 83px; }
|
.icon-stopwatch { width: 77px; height: 83px; }
|
||||||
.icon-switchView { width: 19px; height: 18px; }
|
.icon-switchView { width: 19px; height: 18px; }
|
||||||
.icon-team { width: 16px; height: 16px; }
|
.icon-team { width: 16px; height: 16px; }
|
||||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
12
public/assets/images/icons/status.svg
Normal file
12
public/assets/images/icons/status.svg
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||||
|
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||||
|
<title>status</title>
|
||||||
|
<desc>Created with Sketch.</desc>
|
||||||
|
<defs></defs>
|
||||||
|
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||||
|
<g id="status" sketch:type="MSArtboardGroup" fill="#50E3C2">
|
||||||
|
<circle id="Oval-2" sketch:type="MSShapeGroup" cx="8" cy="8" r="4"></circle>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 711 B |
Loading…
Reference in a new issue