<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Tooltip?>
<?import javafx.scene.shape.SVGPath?>

<!-- Кнопка настроек -->
<Button id="settings" styleClass="icon-button">
    <graphic>
        <SVGPath content="m 19.8889,10 h 1.5555 v 7.7778 h -1.5555 z m 0,9.3333 h -1.5556 v 1.5556 h 1.5556 v 1.5555 h 1.5555 V 20.8889 H 23 v -1.5556 h -1.5556 z m -3.1111,-4.6666 h -1.5556 v 7.7777 h 1.5556 z m -6.2222,1.5555 H 9 v 1.5556 h 1.5556 v 4.6666 h 1.5555 v -4.6666 h 1.5556 V 16.2222 H 12.1111 Z M 16.7778,10 h -1.5556 v 1.5556 h -1.5555 v 1.5555 h 1.5555 1.5556 1.5555 v -1.5555 h -1.5555 z m -6.2222,0 h 1.5555 v 4.6667 H 10.5556 Z M 6.85714,4 C 5.28599,4 4,5.28599 4,6.85714 V 25.1429 C 4,26.714 5.28599,28 6.85714,28 H 25.1429 C 26.714,28 28,26.714 28,25.1429 V 6.85714 C 28,5.28599 26.714,4 25.1429,4 Z m 0,1.14286 H 25.1429 c 0.9534,0 1.7142,0.76086 1.7142,1.71428 V 25.1429 c 0,0.9534 -0.7608,1.7142 -1.7142,1.7142 H 6.85714 c -0.95342,0 -1.71428,-0.7608 -1.71428,-1.7142 V 6.85714 c 0,-0.95342 0.76086,-1.71428 1.71428,-1.71428 z" styleClass="icon-button-color" />
    </graphic>
    <tooltip>
        <Tooltip anchorLocation="WINDOW_BOTTOM_LEFT" text="%runtime.scenes.serverinfo.settingsTooltip" />
    </tooltip>
</Button>