aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-toyota.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-toyota.js')
-rw-r--r--icons-react/icons-js/brand-toyota.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-toyota.js b/icons-react/icons-js/brand-toyota.js
new file mode 100644
index 00000000..dcca2b34
--- /dev/null
+++ b/icons-react/icons-js/brand-toyota.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandToyota({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-toyota" 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" /><ellipse cx={12} cy={12} rx={10} ry={7} /><path d="M9 12c0 3.866 1.343 7 3 7s3 -3.134 3 -7s-1.343 -7 -3 -7s-3 3.134 -3 7z" /><path d="M6.415 6.191c-.888 .503 -1.415 1.13 -1.415 1.809c0 1.657 3.134 3 7 3s7 -1.343 7 -3c0 -.678 -.525 -1.304 -1.41 -1.806" /></svg>;
+}
+
+export default IconBrandToyota; \ No newline at end of file