aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/pentagon.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/pentagon.js')
-rw-r--r--icons-react/icons-js/pentagon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/pentagon.js b/icons-react/icons-js/pentagon.js
index c1c44b50..56f51610 100644
--- a/icons-react/icons-js/pentagon.js
+++ b/icons-react/icons-js/pentagon.js
@@ -6,7 +6,7 @@ function IconPentagon({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-pentagon" 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/pentagon"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13.2 3.394l7.033 5.237a2 2 0 0 1 .7 2.247l-2.973 8.764a2 2 0 0 1 -1.894 1.358h-8.12a2 2 0 0 1 -1.9 -1.373l-2.896 -8.765a2 2 0 0 1 .696 -2.225l6.958 -5.237a2 2 0 0 1 2.397 -.006z" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-pentagon" 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.2 3.394l7.033 5.237a2 2 0 0 1 .7 2.247l-2.973 8.764a2 2 0 0 1 -1.894 1.358h-8.12a2 2 0 0 1 -1.9 -1.373l-2.896 -8.765a2 2 0 0 1 .696 -2.225l6.958 -5.237a2 2 0 0 1 2.397 -.006z" /></svg>;
}
export default IconPentagon; \ No newline at end of file