aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-vivaldi.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-vivaldi.js')
-rw-r--r--icons-react/icons-js/brand-vivaldi.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-vivaldi.js b/icons-react/icons-js/brand-vivaldi.js
new file mode 100644
index 00000000..1f27f979
--- /dev/null
+++ b/icons-react/icons-js/brand-vivaldi.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandVivaldi({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-vivaldi" 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="M21.648 6.808c-2.468 4.28 -4.937 8.56 -7.408 12.836c-.397 .777 -1.366 1.301 -2.24 1.356c-.962 .102 -1.7 -.402 -2.154 -1.254c-1.563 -2.684 -3.106 -5.374 -4.66 -8.064c-.943 -1.633 -1.891 -3.266 -2.83 -4.905a2.47 2.47 0 0 1 -.06 -2.45a2.493 2.493 0 0 1 2.085 -1.307c.951 -.065 1.85 .438 2.287 1.281c.697 1.19 2.043 3.83 2.55 4.682a3.919 3.919 0 0 0 3.282 2.017c2.126 .133 3.974 -.95 4.21 -3.058c0 -.164 .228 -3.178 .846 -3.962c.619 -.784 1.64 -1.155 2.606 -.893a2.484 2.484 0 0 1 1.814 2.062c.08 .581 -.041 1.171 -.343 1.674" /></svg>;
+}
+
+export default IconBrandVivaldi; \ No newline at end of file