diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-07-10 15:57:37 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-07-10 15:57:37 +0300 |
commit | ff76b5ed0aa91d5fdf9dc4f95e8b20f91ed9d072 (patch) | |
tree | aae42404a93fdffdd16ff050eaa28129959f7577 /vid-webpack-master/src/assets/img/stoped.svg | |
parent | c72d565bb58226b20625b2bce5f0019046bee649 (diff) |
New Angular UI from 1806
Change-Id: I39c160db0e0a6ec2e587ccf007ee1b23c6a08666
Issue-ID: VID-208
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-webpack-master/src/assets/img/stoped.svg')
-rw-r--r-- | vid-webpack-master/src/assets/img/stoped.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vid-webpack-master/src/assets/img/stoped.svg b/vid-webpack-master/src/assets/img/stoped.svg new file mode 100644 index 000000000..0198f1548 --- /dev/null +++ b/vid-webpack-master/src/assets/img/stoped.svg @@ -0,0 +1,14 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24"> + <defs> + <path id="stoped-a" d="M14,7 L8,7 C7.4,7 7,7.4 7,8 L7,14 C7,14.6 7.4,15 8,15 L14,15 C14.6,15 15,14.6 15,14 L15,8 C15,7.4 14.6,7 14,7 Z M11,0 C4.9,0 0,4.9 0,11 C0,17.1 4.9,22 11,22 C17.1,22 22,17.1 22,11 C22,4.9 17.1,0 11,0 Z M11,20 C6,20 2,16 2,11 C2,6 6,2 11,2 C16,2 20,6 20,11 C20,16 16,20 11,20 Z"/> + </defs> + <g fill="none" fill-rule="evenodd" transform="translate(1 1)"> + <mask id="stoped-b" fill="#fff"> + <use xlink:href="#stoped-a"/> + </mask> + <use fill="#191919" fill-rule="nonzero" xlink:href="#stoped-a"/> + <g fill="#5A5A5A" mask="url(#stoped-b)"> + <rect width="30" height="30" transform="translate(-4 -4)"/> + </g> + </g> +</svg> |