aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/ladder.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/ladder.js')
-rw-r--r--icons-react/icons-js/ladder.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/ladder.js b/icons-react/icons-js/ladder.js
index 5386aca0..d92ba011 100644
--- a/icons-react/icons-js/ladder.js
+++ b/icons-react/icons-js/ladder.js
@@ -6,7 +6,7 @@ function IconLadder({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ladder" 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/ladder"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 3v18" /><path d="M16 3v18" /><path d="M8 14h8" /><path d="M8 10h8" /><path d="M8 6h8" /><path d="M8 18h8" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ladder" 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="M8 3v18" /><path d="M16 3v18" /><path d="M8 14h8" /><path d="M8 10h8" /><path d="M8 6h8" /><path d="M8 18h8" /></svg>;
}
export default IconLadder; \ No newline at end of file