aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-ubuntu.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-ubuntu.js')
-rw-r--r--icons-react/icons-js/brand-ubuntu.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-ubuntu.js b/icons-react/icons-js/brand-ubuntu.js
new file mode 100644
index 00000000..29553ee8
--- /dev/null
+++ b/icons-react/icons-js/brand-ubuntu.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandUbuntu({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-brand-ubuntu" 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={12} cy={5} r={2} /><path d="M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 0a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m3.998 -.003a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203" /><circle cx={5} cy={17} r={2} /><circle cx={19} cy={17} r={2} /></svg>;
+}
+
+export default IconBrandUbuntu; \ No newline at end of file