aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/currency-ripple.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/currency-ripple.js')
-rw-r--r--icons-react/icons-js/currency-ripple.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/currency-ripple.js b/icons-react/icons-js/currency-ripple.js
index e7153a27..0155785a 100644
--- a/icons-react/icons-js/currency-ripple.js
+++ b/icons-react/icons-js/currency-ripple.js
@@ -6,7 +6,7 @@ function IconCurrencyRipple({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-currency-ripple" 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/currency-ripple"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={7} cy={12} r={3} /><circle cx={17} cy={7} r={3} /><circle cx={17} cy={17} r={3} /><path d="M10 12h3l2 -2.5" /><path d="M15 14.5l-2 -2.5" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-currency-ripple" 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={7} cy={12} r={3} /><circle cx={17} cy={7} r={3} /><circle cx={17} cy={17} r={3} /><path d="M10 12h3l2 -2.5" /><path d="M15 14.5l-2 -2.5" /></svg>;
}
export default IconCurrencyRipple; \ No newline at end of file