aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/wave-sine.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/wave-sine.js')
-rw-r--r--icons-react/icons-js/wave-sine.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/wave-sine.js b/icons-react/icons-js/wave-sine.js
index 8e00d917..7ad79ef5 100644
--- a/icons-react/icons-js/wave-sine.js
+++ b/icons-react/icons-js/wave-sine.js
@@ -6,7 +6,7 @@ function IconWaveSine({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-wave-sine" 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/wave-sine"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M21 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-wave-sine" 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" /><path d="M21 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2" /></svg>;
}
export default IconWaveSine; \ No newline at end of file