aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/sort-ascending.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/sort-ascending.js')
-rw-r--r--icons-react/icons-js/sort-ascending.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/sort-ascending.js b/icons-react/icons-js/sort-ascending.js
index aa44b19..af9375a 100644
--- a/icons-react/icons-js/sort-ascending.js
+++ b/icons-react/icons-js/sort-ascending.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconSortAscending = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-sort-ascending" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><line x1={4} y1={6} x2={11} y2={6} /><line x1={4} y1={12} x2={11} y2={12} /><line x1={4} y1={18} x2={13} y2={18} /><polyline points="15 9 18 6 21 9" /><line x1={18} y1={6} x2={18} y2={18} /></svg>;
+const IconSortAscending = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-sort-ascending" 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" /><line x1={4} y1={6} x2={11} y2={6} /><line x1={4} y1={12} x2={11} y2={12} /><line x1={4} y1={18} x2={13} y2={18} /><polyline points="15 9 18 6 21 9" /><line x1={18} y1={6} x2={18} y2={18} /></svg>;
export default IconSortAscending; \ No newline at end of file