aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/track-next.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/track-next.js')
-rw-r--r--icons-react/icons-js/track-next.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/track-next.js b/icons-react/icons-js/track-next.js
new file mode 100644
index 0000000..8245af2
--- /dev/null
+++ b/icons-react/icons-js/track-next.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconTrackNext = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-track-next" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M13.69 4.198 l 6.56 6.25 c 1 0.798 1 2.306 0 3.105 l -6.564 6.252 c -0.67 0.48 -1.686 0.008 -1.686 -0.805 v -4 l -5.394 4.808 c -0.669 0.478 -1.606 0.003 -1.606 -0.808 v -14 c 0 -0.812 0.936 -1.285 1.602 -0.809 l 5.398 4.809 v -4 c 0 -0.816 1.02 -1.28 1.69 -0.802 z" /></svg>;
+
+export default IconTrackNext; \ No newline at end of file