aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/gender-transgender.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/gender-transgender.js')
-rw-r--r--icons-react/icons-js/gender-transgender.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/gender-transgender.js b/icons-react/icons-js/gender-transgender.js
index bb644c07..35593e67 100644
--- a/icons-react/icons-js/gender-transgender.js
+++ b/icons-react/icons-js/gender-transgender.js
@@ -6,7 +6,7 @@ function IconGenderTransgender({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-transgender" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/gender-transgender"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={4} /><path d="M15 9l6 -6" /><path d="M21 7v-4h-4" /><path d="M9 9l-6 -6" /><path d="M3 7v-4h4" /><path d="M5.5 8.5l3 -3" /><path d="M12 16v5" /><path d="M9.5 19h5" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-transgender" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={12} r={4} /><path d="M15 9l6 -6" /><path d="M21 7v-4h-4" /><path d="M9 9l-6 -6" /><path d="M3 7v-4h4" /><path d="M5.5 8.5l3 -3" /><path d="M12 16v5" /><path d="M9.5 19h5" /></svg>;
}
export default IconGenderTransgender; \ No newline at end of file