aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/gender-genderqueer.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/gender-genderqueer.js')
-rw-r--r--icons-react/icons-js/gender-genderqueer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/gender-genderqueer.js b/icons-react/icons-js/gender-genderqueer.js
index 2c41a245..b7952c24 100644
--- a/icons-react/icons-js/gender-genderqueer.js
+++ b/icons-react/icons-js/gender-genderqueer.js
@@ -6,7 +6,7 @@ function IconGenderGenderqueer({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-genderqueer" 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-genderqueer"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle transform="matrix(1 0 0 -1 0 32)" cx={12} cy={16} r={5} /><path d="M12 11v-8" /><path d="M14.5 4.5l-5 3" /><path d="M9.5 4.5l5 3" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-genderqueer" 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 transform="matrix(1 0 0 -1 0 32)" cx={12} cy={16} r={5} /><path d="M12 11v-8" /><path d="M14.5 4.5l-5 3" /><path d="M9.5 4.5l5 3" /></svg>;
}
export default IconGenderGenderqueer; \ No newline at end of file