diff options
Diffstat (limited to 'icons-react/icons-js/3d-rotate.js')
-rw-r--r-- | icons-react/icons-js/3d-rotate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/3d-rotate.js b/icons-react/icons-js/3d-rotate.js index b3b390db..b2a8d97f 100644 --- a/icons-react/icons-js/3d-rotate.js +++ b/icons-react/icons-js/3d-rotate.js @@ -6,7 +6,7 @@ function Icon3dRotate({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-3d-rotate" 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/3d-rotate"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M7 15.5l4 -2.5" /><path d="M3 13l4 2.5v4.996l4 -2.496v-5l-4 -2.5z" /><path d="M3 13v5l4 2.5" /><path d="M11 4a7 7 0 0 1 7 7v4l-3 -3" /><path d="M21 12l-3 3" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-3d-rotate" 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="M7 15.5l4 -2.5" /><path d="M3 13l4 2.5v4.996l4 -2.496v-5l-4 -2.5z" /><path d="M3 13v5l4 2.5" /><path d="M11 4a7 7 0 0 1 7 7v4l-3 -3" /><path d="M21 12l-3 3" /></svg>; } export default Icon3dRotate;
\ No newline at end of file |