Files
FlatLaf/flatlaf-core/svg/OptionPaneQuestionIcon.svg
Karl Tauber c097775c40 OptionPane: error, information, question and warning icons added
SVGO options convertShapeToPath and convertPathData disabled
2019-09-06 15:32:26 +02:00

8 lines
425 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<g fill="none" fill-rule="evenodd">
<circle cx="16" cy="16" r="14" fill="#389FD6"/>
<rect width="4" height="4" x="14" y="22" fill="#FFF"/>
<path fill="#FFF" d="M14,20 C14,20 18,20 18,20 C18,16 23,16 23,12 C23,8 20,6 16,6 C12,6 9,8 9,12 C9,12 13,12 13,12 C13,10 14,9 16,9 C18,9 19,10 19,12 C19,15 14,15 14,20 Z"/>
</g>
</svg>