make networking pane work nicely in current nightlies (not completely sure if we...
[themes.git] / LCARStrek / browser / downloads / download-blocked.svg
CommitLineData
db1c5db1
RK
1<?xml version="1.0" encoding="utf-8"?>
2<!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5<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">
6 <style>
7 circle {
8 fill: #FF0000;
9 }
10 rect {
11 fill: #FFCF00;
12 }
13 </style>
14
15 <circle cx="8" cy="8" r="8" />
16 <rect x="3" y="6" width="10" height="4" rx=".5" ry=".5" />
17</svg>