UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.13 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 AirplaneTakeoffThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M172 216a4 4 0 01-4 4H24a4 4 0 010-8h144a4 4 0 014 4zm71.93-123.59a4 4 0 01-1.88 2.7l-147.41 88a36.15 36.15 0 01-18.2 4.95 35.78 35.78 0 01-24.55-9.79l-36.16-35.38a12 12 0 013.44-19.68l3.07-1.5a4 4 0 013-.2l30 10.13L81.5 115.8 55.91 91a12 12 0 013.36-19.89l.16-.06 7.15-2.71a4 4 0 012.8 0l55.73 20.46L178.32 57a35.83 35.83 0 0146.14 8.22l18.69 24a4 4 0 01.78 3.19zm-9.87-1.85l-15.85-20.32a27.85 27.85 0 00-35.81-6.33l-54.82 32.73a4 4 0 01-3.44.32L68 76.31l-5.66 2.14a4 4 0 00-1 6.62 1.14 1.14 0 00.11.11l29.35 28.49a4 4 0 01-.72 6.29l-32.22 19.48a4 4 0 01-3.35.37l-30.23-10.2-1.67.82-.18.09a4 4 0 00-1.16 6.59l36.15 35.39a27.82 27.82 0 0033.16 3.72z" })); exports.default = AirplaneTakeoffThin;