aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/basket.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/basket.js')
-rw-r--r--icons-react/icons-js/basket.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/basket.js b/icons-react/icons-js/basket.js
index efc18e37..d1145de2 100644
--- a/icons-react/icons-js/basket.js
+++ b/icons-react/icons-js/basket.js
@@ -6,7 +6,7 @@ function IconBasket({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-basket" 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/basket"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><polyline points="7 10 12 4 17 10" /><path d="M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8z" /><circle cx={12} cy={15} r={2} /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-basket" 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" /><polyline points="7 10 12 4 17 10" /><path d="M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8z" /><circle cx={12} cy={15} r={2} /></svg>;
}
export default IconBasket; \ No newline at end of file