mirror of
https://github.com/google/blockly.git
synced 2026-01-19 23:07:21 +01:00
46 lines
1.8 KiB
XML
46 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="57px" height="17px">
|
|
<style type="text/css">
|
|
#background {
|
|
fill: none;
|
|
}
|
|
.shield {
|
|
fill: #00f;
|
|
stroke: #fff;
|
|
stroke-width: 1px;
|
|
}
|
|
.mark {
|
|
fill: #fff;
|
|
font-family: sans-serif;
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
text-anchor: middle;
|
|
}
|
|
#gear {
|
|
fill:#fff;
|
|
}
|
|
</style>
|
|
<rect id="background" width="57" height="17" x="0" y="0" />
|
|
|
|
<g transform="translate(0.5, 0.5)">
|
|
<g class="comment" transform="translate(0, 0)">
|
|
<circle class="shield" r="8" cx="8" cy="8" />
|
|
<text class="mark" x="8" y="12.75">?</text>
|
|
</g>
|
|
<g class="mutator" transform="translate(20, 0)">
|
|
<rect class="shield" width="16" height="16" rx="4" ry="4" />
|
|
<path id="gear" transform="scale(.6, .6) translate(2.9, 2.8)"
|
|
d="M4.105,9.36C4.04,9.731,4,10.11,4,10.5s0.04,0.77,0.105,1.14l-1.534,1.129l-0.183,0.683l1.5,2.598
|
|
l0.684,0.184l1.738-0.762c0.581,0.49,1.25,0.875,1.979,1.138L8.5,18.5L9,19h3l0.5-0.499l0.211-1.896
|
|
c0.727-0.264,1.394-0.648,1.975-1.137l1.744,0.764l0.682-0.184l1.5-2.598l-0.184-0.684l-1.534-1.129C16.96,11.269,17,10.889,17,10.5
|
|
s-0.04-0.769-0.106-1.139l1.534-1.129l0.184-0.684l-1.5-2.598L16.43,4.768l-1.744,0.764c-0.58-0.488-1.248-0.873-1.975-1.137
|
|
L12.5,2.499L12,2H9L8.5,2.5L8.29,4.392C7.561,4.654,6.892,5.04,6.311,5.529L4.572,4.768L3.889,4.951L2.39,7.549L2.57,8.231
|
|
L4.105,9.36z M6.85,10.5c0-2.016,1.635-3.65,3.65-3.65s3.65,1.635,3.65,3.65s-1.635,3.65-3.65,3.65S6.85,12.516,6.85,10.5z"/>
|
|
</g>
|
|
<g class="warning" transform="translate(40, 0)">
|
|
<path class="shield" d="M 2,15 Q -1,15 0.5,12 L 6.5,1.7 Q 8,-1 9.5,1.7 L 15.5,12 Q 17,15 14,15 z" />
|
|
<text class="mark" x="8" y="13">!</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|