aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/lollipop.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/lollipop.js')
-rw-r--r--icons-react/icons-js/lollipop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/lollipop.js b/icons-react/icons-js/lollipop.js
index b07da689..fb463e69 100644
--- a/icons-react/icons-js/lollipop.js
+++ b/icons-react/icons-js/lollipop.js
@@ -6,7 +6,7 @@ function IconLollipop({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-lollipop" 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/lollipop"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={14} cy={10} r={7} /><path d="M21 10a3.5 3.5 0 0 0 -7 0" /><path d="M14 10a3.5 3.5 0 0 1 -7 0" /><path d="M14 17a3.5 3.5 0 0 0 0 -7" /><path d="M14 3a3.5 3.5 0 0 0 0 7" /><path d="M3 21l6 -6" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-lollipop" 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" /><circle cx={14} cy={10} r={7} /><path d="M21 10a3.5 3.5 0 0 0 -7 0" /><path d="M14 10a3.5 3.5 0 0 1 -7 0" /><path d="M14 17a3.5 3.5 0 0 0 0 -7" /><path d="M14 3a3.5 3.5 0 0 0 0 7" /><path d="M3 21l6 -6" /></svg>;
}
export default IconLollipop; \ No newline at end of file