update origdiff for next cycle
[themes.git] / LCARStrek / browser / devtools / add.svg
CommitLineData
1f756abf
RK
1<!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5 <defs>
6 <style>
7 use[id^="add"]:not(:target) {
8 display: none;
9 }
10 </style>
11 <g id="add-shape" fill="currentColor">
12 <rect x="3" y="7" width="10" height="2" />
13 <rect x="7" y="3" width="2" height="10" />
14 </g>
15 </defs>
16 <use xlink:href="#add-shape" id="add" color="#FFCF00"/>
17 <use xlink:href="#add-shape" id="add-checked" color="#000000"/>
18</svg>