File: SkipNetwork.svg

package info (click to toggle)
webkit2gtk 2.42.2-1~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 362,452 kB
  • sloc: cpp: 2,881,971; javascript: 282,447; ansic: 134,088; python: 43,789; ruby: 18,308; perl: 15,872; asm: 14,389; xml: 4,395; yacc: 2,350; sh: 2,074; java: 1,734; lex: 1,323; makefile: 288; pascal: 60
file content (31 lines) | stat: -rw-r--r-- 881 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright © 2022 Apple Inc. All rights reserved. -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
    <defs>
        <style>
            g:not(:target) {
                display: none;
            }

            #light {
                --stroke: black;
            }

            #dark {
                --stroke: white;
            }
        </style>
    </defs>

    <symbol id="i" viewBox="0 0 16 16" fill="none" stroke="var(--stroke)" stroke-width="1">
        <circle cx="8" cy="8" r="7.5"/>
        <path d="M 5.5 1.0 L 5.5 10.5"/>
        <path d="M 3.0 9.0 L 5.5 11.0 L 8.0 9.0"/>
        <path d="M 10.5 15.0 L 10.5 5.5"/>
        <path d="M 13.0 7.0 L 10.5 5.0 L 8.0 7.0"/>
        <path d="M 13.3 2.7 L 2.7 13.3"/>
    </symbol>

    <g id="light"><use href="#i"/></g>
    <g id="dark"><use href="#i"/></g>
</svg>