aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/3d-rotate.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-30 01:34:08 +0200
committercodecalm <codecalm@gmail.com>2022-04-30 01:34:08 +0200
commitc89f08df19897b545e4fd7ecc507b1cd5ffcf2c4 (patch)
tree1c5d6ce6ebe4a0dea351904af277496d3ff4d00b /icons-react/icons-js/3d-rotate.js
parentFixed icon: `brand-intercom` (diff)
downloadtabler-icons-c89f08df19897b545e4fd7ecc507b1cd5ffcf2c4.tar.xz
Release 1.68.0v1.68.0
Diffstat (limited to 'icons-react/icons-js/3d-rotate.js')
-rw-r--r--icons-react/icons-js/3d-rotate.js2
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 a800b5c0..b3b390db 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.5l4 -2.5v-4.5l-4 -2.5z" /><path d="M3 13v4.5l4 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}><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>;
}
export default Icon3dRotate; \ No newline at end of file