diff options
Diffstat (limited to 'icons-react/icons-js/arrows-shuffle.js')
-rw-r--r-- | icons-react/icons-js/arrows-shuffle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/arrows-shuffle.js b/icons-react/icons-js/arrows-shuffle.js index 124dc880..4a1a2a0a 100644 --- a/icons-react/icons-js/arrows-shuffle.js +++ b/icons-react/icons-js/arrows-shuffle.js @@ -6,7 +6,7 @@ function IconArrowsShuffle({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-shuffle" 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/arrows-shuffle"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 4l3 3l-3 3" /><path d="M18 20l3 -3l-3 -3" /><path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" /><path d="M21 7h-5a4.978 4.978 0 0 0 -2.998 .998m-4.002 8.003a4.984 4.984 0 0 1 -3 .999h-3" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-shuffle" 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="M18 4l3 3l-3 3" /><path d="M18 20l3 -3l-3 -3" /><path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" /><path d="M21 7h-5a4.978 4.978 0 0 0 -2.998 .998m-4.002 8.003a4.984 4.984 0 0 1 -3 .999h-3" /></svg>; } export default IconArrowsShuffle;
\ No newline at end of file |