diff options
author | Israel Lavi <israel.lavi@intl.att.com> | 2018-08-07 11:36:58 +0300 |
---|---|---|
committer | Israel Lavi <il0695@att.com> | 2018-08-07 11:48:04 +0300 |
commit | 75dc1476d6d592c6c2c54f8d08d3047c90c8f9dc (patch) | |
tree | b1412c3c7616b07852c941fd21fc9836f2d43e86 /assets/icons/archiveBox.svg | |
parent | 57a7853903df631a2031b5b57ce4d131364006f6 (diff) |
Initial commit
Change-Id: I061d81a33aebadb83ba0e085e8e34339fed5ed53
Issue-ID: SDC-1609
Signed-off-by: Israel Lavi <il0695@att.com>
Diffstat (limited to 'assets/icons/archiveBox.svg')
-rw-r--r-- | assets/icons/archiveBox.svg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/icons/archiveBox.svg b/assets/icons/archiveBox.svg new file mode 100644 index 0000000..41c1415 --- /dev/null +++ b/assets/icons/archiveBox.svg @@ -0,0 +1,23 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 20"> + <defs> + <style> + .a { + fill: #fff; + } + + .b { + mask: url(#a); + } + </style> + <mask id="a" x="0" y="0" width="22" height="20" maskUnits="userSpaceOnUse"> + <g transform="translate(0 0)"> + <path class="a" d="M21,0H1A1,1,0,0,0,0,1V6A1,1,0,0,0,1,7H2V19a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V7h1a.94.94,0,0,0,1-1V1A.92.92,0,0,0,21,0ZM17,18H5.05a1,1,0,0,1-1-1V7.17H18V17A1,1,0,0,1,17,18ZM20,5H2V2.05H20ZM8,11h6c.55,0,1-.3,1-.67V9.67C15,9.3,14.55,9,14,9H8c-.55,0-1,.3-1,.67v.67C7,10.7,7.45,11,8,11Z"/> + </g> + </mask> + </defs> + <title>archive box</title> + <g> + <path d="M8,11h6c.55,0,1-.3,1-.67V9.67C15,9.3,14.55,9,14,9H8c-.55,0-1,.3-1,.67v.67C7,10.7,7.45,11,8,11Z" transform="translate(0 0)"/> + <path d="M22,6V1a.92.92,0,0,0-1-1H1A1,1,0,0,0,0,1V6A1,1,0,0,0,1,7H2V19a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V7h1A.94.94,0,0,0,22,6ZM18,17a1,1,0,0,1-1,1H5.05a1,1,0,0,1-1-1V7.17H18ZM20,5H2V2.05H20Z" transform="translate(0 0)"/> + </g> +</svg> |