aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/directions.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-03-23 19:21:14 +0100
committercodecalm <codecalm@gmail.com>2022-03-23 19:21:14 +0100
commite73228c7f9356a9b8783f0b883c5a1c0c316adbc (patch)
treed7b21d1caf0b2de998fa97ef01683364a0128ded /icons-react/icons-js/directions.js
parentbuild fixes (diff)
downloadtabler-icons-e73228c7f9356a9b8783f0b883c5a1c0c316adbc.tar.xz
Release 1.58.0v1.58.0
Diffstat (limited to 'icons-react/icons-js/directions.js')
-rw-r--r--icons-react/icons-js/directions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/directions.js b/icons-react/icons-js/directions.js
index 10480d05..31ff16d7 100644
--- a/icons-react/icons-js/directions.js
+++ b/icons-react/icons-js/directions.js
@@ -6,7 +6,7 @@ function IconDirections({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-directions" 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="M9 5h10l2 2l-2 2h-10a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1" /><path d="M13 13h-7l-2 2l2 2h7a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" /><line x1={12} y1={22} x2={12} y2={17} /><line x1={12} y1={13} x2={12} y2={9} /><line x1={12} y1={5} x2={12} y2={3} /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-directions" 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="M12 21v-4" /><path d="M12 13v-4" /><path d="M12 5v-2" /><path d="M10 21h4" /><path d="M8 5v4h11l2 -2l-2 -2z" /><path d="M14 13v4h-8l-2 -2l2 -2z" /></svg>;
}
export default IconDirections; \ No newline at end of file