iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 874 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 Mercedes = (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: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM3.816 7.3a9.453 9.453 0 018.074-4.732l-1.293 8.57-6.836 5.523A9.43 9.43 0 013.816 7.3zm8.223 14.18a9.423 9.423 0 01-8.155-4.609l8.12-3.361 8.15 3.31a9.435 9.435 0 01-8.115 4.66zm1.325-10.228l-1.232-8.684a9.45 9.45 0 014.642 1.3 9.457 9.457 0 013.4 3.416 9.434 9.434 0 01.103 9.316l-6.913-5.348z", fill: "#323544" }));
exports.default = Mercedes;