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

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

<!-- Кнопка настроек опциональных модов -->
<Button id="clientSettings" styleClass="icon-button">
    <graphic>
        <SVGPath content="m 10.5332,10 h 4.2 v 2.25 h 8.4 v 1.5 h -8.4 V 16 h -4.2 V 13.75 H 9.13324 v -1.5 h 1.39996 z m 1.4,1.5 v 3 h 1.4 v -3 z m 5.6,4.5 h 4.2 v 2.25 h 1.4 v 1.5 h -1.4 V 22 h -4.2 V 19.75 H 9.13324 v -1.5 h 8.39996 z m 1.4,1.5 v 3 h 1.4 v -3 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.clientSettingsTooltip" />
    </tooltip>
</Button>