Chromium Code Reviews| Index: ui/webui/resources/images/delete.svg |
| diff --git a/ui/webui/resources/images/delete.svg b/ui/webui/resources/images/delete.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d084d917f71d505476d146f6161afc54fe73c2da |
| --- /dev/null |
| +++ b/ui/webui/resources/images/delete.svg |
| @@ -0,0 +1,4 @@ |
| +<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="#bdbdbd"> |
|
fukino
2017/02/08 20:20:51
I copied SVG from https://icons.googleplex.com/#ic
|
| + <path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/> |
| + <path d="M0 0h24v24H0z" fill="none"/> |
| +</svg> |