diff options
Diffstat (limited to 'icons-react/icons-js/gender-epicene.js')
-rw-r--r-- | icons-react/icons-js/gender-epicene.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/gender-epicene.js b/icons-react/icons-js/gender-epicene.js index 424f309b..e17f2d5c 100644 --- a/icons-react/icons-js/gender-epicene.js +++ b/icons-react/icons-js/gender-epicene.js @@ -6,7 +6,7 @@ function IconGenderEpicene({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-epicene" 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-epicene"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle transform="rotate(-45 12 12)" cx={12} cy={12} r={5} /><path d="M15.536 15.535l5.464 -5.535" /><path d="M3 14l5.464 -5.535" /><path d="M12 12h.01" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-gender-epicene" 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="rotate(-45 12 12)" cx={12} cy={12} r={5} /><path d="M15.536 15.535l5.464 -5.535" /><path d="M3 14l5.464 -5.535" /><path d="M12 12h.01" /></svg>; } export default IconGenderEpicene;
\ No newline at end of file |