iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 890 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 Arrival = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M2 28h28v2H2zM20.39 4.38l1.24.72-2 11.17 5.26 3a2 2 0 0 1 .92 2.48 1.88 1.88 0 0 1-1.71 1.11 1.85 1.85 0 0 1-.94-.26L6.42 13a1.88 1.88 0 0 1-.68-2.56L9.1 4.57l1.28.75-.74 5.16 5.42 3.13 5.33-9.23M20 2a1 1 0 0 0-.83.49l-4.84 8.39-2.52-1.46.65-4.51a1 1 0 0 0-.47-1L9.2 2.32a1 1 0 0 0-.48-.13 1 1 0 0 0-.84.49L4 9.39a3.87 3.87 0 0 0 1.41 5.29l16.77 9.69a3.87 3.87 0 0 0 5.47-1.76 4 4 0 0 0-1.74-5l-4.05-2.34 1.87-10.53a1 1 0 0 0-.47-1l-2.77-1.6A1 1 0 0 0 20 2z" }));
exports.default = Arrival;