7 lines
297 B
XML
7 lines
297 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<g transform="translate(16,16)">
|
||
|
|
<!-- Swept-wing fighter jet shape -->
|
||
|
|
<path d="M0,-12 L-4,2 L-8,8 L-2,6 L0,12 L2,6 L8,8 L4,2 Z" fill="currentColor"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|