UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.04 kB
"use strict"; 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 Departure = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M2 28h28v2H2zm9.11-23.78l7.6 6.39 1.07.9 1.22-.7 4.05-2.34a2.13 2.13 0 0 1 1.08-.29 1.85 1.85 0 0 1 1.52.73 1.92 1.92 0 0 1 .31 1.5 1.84 1.84 0 0 1-.9 1.22l-16.77 9.69a1.87 1.87 0 0 1-2.56-.69l-.48-.84-1.45-2.51-1.42-2.46 1.29-.75 3 2.39 1.06.84 1.18-.68 2.51-1.45 1.73-1-1-1.73-4.29-7.5 1.25-.72M11.22 2a1 1 0 0 0-.49.13L8 3.73a1 1 0 0 0-.35 1.32l4.84 8.39-2.55 1.45-3.59-2.82A1 1 0 0 0 5.27 12l-2.79 1.6a1 1 0 0 0-.35 1.32l1.94 3.36 1.45 2.51.48.84a3.87 3.87 0 0 0 5.29 1.42l16.77-9.68a3.88 3.88 0 0 0 1.21-5.62 3.82 3.82 0 0 0-3.14-1.57 4.19 4.19 0 0 0-2.08.56L20 9.08l-8.16-6.85a1 1 0 0 0-.62-.23z" })); exports.default = Departure;