iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 927 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Tesla = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.334 5.119c-3.298-1.46-6.52-1.924-9.334-1.902-2.815-.022-6.038.442-9.335 1.902-.393-.724-.554-1.162-.554-1.162C5.716 2.508 9.092 2.012 12 2c2.908.012 6.284.508 9.889 1.957 0 0-.113.356-.554 1.162zm-6.566 1.078L12 22 9.21 6.194c-2.619.002-3.45.296-3.57 1.495 0 0-1.77-.67-2.662-2.03 3.482-1.64 6.98-1.713 6.98-1.713L12 6.468l2.039-2.522s3.498.074 6.98 1.713c-.892 1.36-2.661 2.03-2.661 2.03-.12-1.199-.952-1.492-3.59-1.492z", fill: "#323544" }));
exports.default = Tesla;