8 lines
422 B
XML
8 lines
422 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright © 2015 Apple Inc. All rights reserved. -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
|
|
<rect fill="none" stroke="currentColor" x="0.5" y="0.5" width="15" height="15" rx="2"/>
|
|
<circle fill="none" stroke="currentColor" cx="7" cy="7" r="3"/>
|
|
<path fill="none" stroke="currentColor" d="M 9.5 9.5 L 12.5 12.5"/>
|
|
</svg>
|