| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright © 2019 Apple Inc. All rights reserved. --> |
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 16 11"> |
| <style> |
| svg { |
| display: none; |
| } |
| |
| svg:target { |
| display: initial; |
| } |
| |
| #currentColor { |
| --color: currentColor; |
| } |
| |
| #white { |
| --color: white; |
| } |
| |
| #black { |
| --color: black; |
| } |
| </style> |
| |
| <svg> |
| <symbol id="content"> |
| <path fill="none" stroke="var(--color, currentColor)" d="M 7.942 8.124 C 6.53 8.124 5.385 6.95 5.385 5.499 C 5.385 4.05 6.53 2.875 7.942 2.875 C 9.355 2.875 10.5 4.05 10.5 5.499 C 10.5 6.95 9.355 8.124 7.942 8.124 M 7.942 1.0 C 3.923 1.0 1.001 5.499 1.001 5.499 C 1.001 5.499 3.923 9.999 7.942 9.999 C 11.962 9.999 14.884 5.499 14.884 5.499 C 14.884 5.499 11.962 1.0 7.942 1.0"/> |
| <path fill="var(--color, currentColor)" d="M 7.942 4.375 C 7.337 4.375 6.846 4.878 6.846 5.5 C 6.846 6.121 7.337 6.625 7.942 6.625 C 8.548 6.625 9.038 6.121 9.038 5.5 C 9.038 4.878 8.548 4.375 7.942 4.375"/> |
| <path stroke="var(--color, currentColor)" d="M 15.5 2 L 0.5 9"></path> |
| </symbol> |
| </svg> |
| |
| <svg id="currentColor"><use xlink:href="#content"/></svg> |
| <svg id="white"><use xlink:href="#content"/></svg> |
| <svg id="black"><use xlink:href="#content"/></svg> |
| </svg> |