aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/pepper.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/pepper.js')
-rw-r--r--icons-react/icons-js/pepper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/pepper.js b/icons-react/icons-js/pepper.js
index 311afcc1..cec9af09 100644
--- a/icons-react/icons-js/pepper.js
+++ b/icons-react/icons-js/pepper.js
@@ -6,7 +6,7 @@ function IconPepper({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-pepper" 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/pepper"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13 11c0 2.21 -2.239 4 -5 4s-5 -1.79 -5 -4a8 8 0 1 0 16 0a3 3 0 0 0 -6 0" /><path d="M16 8c0 -2 2 -4 4 -4" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-pepper" 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="M13 11c0 2.21 -2.239 4 -5 4s-5 -1.79 -5 -4a8 8 0 1 0 16 0a3 3 0 0 0 -6 0" /><path d="M16 8c0 -2 2 -4 4 -4" /></svg>;
}
export default IconPepper; \ No newline at end of file