aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/downloads/download-blocked.svg
blob: e73efe99e28a3af3b51ff545f26ed17c74f32e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
  <style>
    circle {
      fill: #D92215;
    }
    rect {
      fill: #fff;
    }
  </style>

  <circle cx="8" cy="8" r="8" />
  <rect x="3" y="6" width="10" height="4" rx=".5" ry=".5" />
</svg>