1<?xml version="1.0" encoding="utf-8"?>
2	<!-- Created by Gustavo Rezende -->
3<button>
4	<title>Hand Right</title>
5	<svg width="58" height="32" viewBox="0 -2 116 64">
6		<rect id="shirt1" x="0" y="17" width="18" height="43" fill="#00AFEF" />
7		<rect id="shirt2" x="18" y="19" width="4" height="38" fill="#FFF212" />
8		<path id="hand" style="fill:#F7ADAF;stroke:none"
9			d="M22,22 C35,19 47,9 60,2 C71,-5 76,8 69,12 L59,18 L105,18 C116,18 116,29 105,29 L70,29 L85,29 C95,29 95,39 85,39 L68,39 L80,39 C91,39 91,50 80,50 L65,50 L76,50 C85,50 85,60 75,60 L48,60 C42,60 30,56 22,52 z" />
10	</svg>
11	<parameters>
12		<parameter>
13			<title>Hand color</title>
14			<name>hc</name>
15			<type>colour</type>
16			<element>hand</element>
17			<attribute>fill</attribute>
18			<changeable />
19			<default-value>
20				<highlighted>#F3899D</highlighted>
21				<selected>#ED297C</selected>
22			</default-value>
23		</parameter>
24	</parameters>
25</button>
26