aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/charging-pile.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/charging-pile.js')
-rw-r--r--icons-react/icons-js/charging-pile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/charging-pile.js b/icons-react/icons-js/charging-pile.js
index 254659a4..bf6b4a10 100644
--- a/icons-react/icons-js/charging-pile.js
+++ b/icons-react/icons-js/charging-pile.js
@@ -6,7 +6,7 @@ function IconChargingPile({
stroke = 2,
...props
}) {
- return <svg className="icon icon-tabler icon-tabler-charging-pile" 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={18} y1={7} x2={17} y2={8} /><path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" /><path d="M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14" /><path d="M9 11.5l-1.5 2.5h3l-1.5 2.5" /><line x1={3} y1={20} x2={15} y2={20} /><line x1={4} y1={8} x2={14} y2={8} /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-charging-pile" 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={18} y1={7} x2={17} y2={8} /><path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" /><path d="M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14" /><path d="M9 11.5l-1.5 2.5h3l-1.5 2.5" /><line x1={3} y1={20} x2={15} y2={20} /><line x1={4} y1={8} x2={14} y2={8} /></svg>;
}
export default IconChargingPile; \ No newline at end of file