aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/building-cottage.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/building-cottage.js')
-rw-r--r--icons-react/icons-js/building-cottage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/building-cottage.js b/icons-react/icons-js/building-cottage.js
index 6761edbf..1d2af55f 100644
--- a/icons-react/icons-js/building-cottage.js
+++ b/icons-react/icons-js/building-cottage.js
@@ -6,7 +6,7 @@ function IconBuildingCottage({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-building-cottage" 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/building-cottage"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={3} y1={21} x2={21} y2={21} /><path d="M4 21v-11l2.5 -4.5l5.5 -2.5l5.5 2.5l2.5 4.5v11" /><circle cx={12} cy={9} r={2} /><path d="M9 21v-5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v5" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-building-cottage" 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={3} y1={21} x2={21} y2={21} /><path d="M4 21v-11l2.5 -4.5l5.5 -2.5l5.5 2.5l2.5 4.5v11" /><circle cx={12} cy={9} r={2} /><path d="M9 21v-5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v5" /></svg>;
}
export default IconBuildingCottage; \ No newline at end of file