iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 869 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 Opel = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.291 4.57a7.46 7.46 0 00-7.338 5.006h.568a6.926 6.926 0 016.483-4.494 6.922 6.922 0 016.922 6.924c0 .116 0 .234-.01.351l.533.059c0-.134.01-.273.01-.4a7.46 7.46 0 00-7.168-7.446zM.869 10.113L0 10.566l13.25 1.44 3.63-1.893H.87zm3.682 1.483v.41a7.46 7.46 0 0014.498 2.441h-.57a6.924 6.924 0 01-6.475 4.487 6.928 6.928 0 01-6.92-6.928v-.352l-.533-.058zm6.193.414l-3.63 1.898h16.011l.873-.453v-.006l-13.254-1.44zm13.254 1.44H24l-.002-.007v.006z" }));
exports.default = Opel;