aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/list-numbers.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/list-numbers.js')
-rw-r--r--icons-react/icons-js/list-numbers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/list-numbers.js b/icons-react/icons-js/list-numbers.js
index 2f9e9f6c..7f3f5568 100644
--- a/icons-react/icons-js/list-numbers.js
+++ b/icons-react/icons-js/list-numbers.js
@@ -6,7 +6,7 @@ function IconListNumbers({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-list-numbers" 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/list-numbers"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M11 6h9" /><path d="M11 12h9" /><path d="M12 18h8" /><path d="M4 16a2 2 0 1 1 4 0c0 .591 -.5 1 -1 1.5l-3 2.5h4" /><path d="M6 10v-6l-2 2" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-list-numbers" 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="M11 6h9" /><path d="M11 12h9" /><path d="M12 18h8" /><path d="M4 16a2 2 0 1 1 4 0c0 .591 -.5 1 -1 1.5l-3 2.5h4" /><path d="M6 10v-6l-2 2" /></svg>;
}
export default IconListNumbers; \ No newline at end of file