diff options
author | Joas Schilling <coding@schilljs.com> | 2023-01-05 10:31:49 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-01-05 10:41:15 +0100 |
commit | d056fcb9784276959823a127087f505e5eb2fb95 (patch) | |
tree | c64f697297d7f06858bd025eac8e83c986eb64c3 /core/img | |
parent | b3b941b136223a5970e18ad72d6223253db53589 (diff) | |
download | nextcloud-server-d056fcb9784276959823a127087f505e5eb2fb95.tar.gz nextcloud-server-d056fcb9784276959823a127087f505e5eb2fb95.zip |
fix(ui): Fix SVG mail icon missing width and height
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/mail.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/actions/mail.svg b/core/img/actions/mail.svg index 45d7a57024c..90936bbed16 100644 --- a/core/img/actions/mail.svg +++ b/core/img/actions/mail.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z" /></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z" /></svg>
\ No newline at end of file |