Help.xaml

24 lines | 1.849 kB Blame History Raw Download
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
	<DrawingBrush x:Key="Help" Stretch="Uniform">
		<DrawingBrush.Drawing>
			<DrawingGroup>
				<DrawingGroup.Children>
					<GeometryDrawing Brush="#1585d0" Geometry="F1 M 15.7493,0.494669C 7.052,0.494669 0,7.54667 0,16.244C 0,24.948 7.052,32 15.7493,32C 24.4533,32 31.5053,24.948 31.5053,16.244C 31.5053,7.54667 24.4533,0.494669 15.7493,0.494669 Z "/>
					<GeometryDrawing Brush="#BBD0DE" Geometry="F1 M 15.3458,22.268C 13.5787,22.268 12.3203,23.5247 12.3203,25.3578C 12.3203,27.1249 13.5457,28.4477 15.3458,28.4477C 17.2169,28.4477 18.4026,27.1249 18.4026,25.3578C 18.3646,23.5247 17.1772,22.268 15.3458,22.268 Z "/>
					<GeometryDrawing Brush="#BBD0DE" Geometry="F1 M 15.8164,4.77245C 13.4103,4.77245 11.4037,5.44954 10.1453,6.15967L 11.3014,9.86884C 12.1849,9.25615 13.5457,8.84328 14.6621,8.84328C 16.3647,8.88127 17.1459,9.69378 17.1459,10.8812C 17.1459,12.0108 16.2607,13.1272 15.1707,14.4549C 13.6431,16.255 13.0684,18.0221 13.1708,19.7512L 13.2038,20.6347L 17.7189,20.6347L 17.7189,20.022C 17.6875,18.4944 18.2358,17.1716 19.4546,15.7777C 20.7444,14.3525 22.3777,12.6499 22.3777,10.0687C 22.3777,7.24963 20.3067,4.77245 15.8164,4.77245 Z "/>
				</DrawingGroup.Children>
			</DrawingGroup>
		</DrawingBrush.Drawing>
	</DrawingBrush>
    <Viewbox x:Key="Alert" Width="48" Height="48">
        <Canvas Width="24" Height="24">
            <Path Data="M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z" Fill="Black" />
        </Canvas>
    </Viewbox>
    <Viewbox x:Key="Info" Width="48" Height="48">
        <Canvas Width="24" Height="24">
            <Path Data="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" Fill="Black"/>
        </Canvas>
    </Viewbox>
</ResourceDictionary>