iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.08 kB
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 AirplaneTakeoffBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M180 216a12 12 0 01-12 12H24a12 12 0 110-24h144a12 12 0 0112 12zm71.79-126.12a12 12 0 01-5.64 8.1L98.75 186l-.13.07a43.74 43.74 0 01-52.2-5.94l-.19-.18-36-35.25a20 20 0 015.55-32.7l2.94-1.44a12 12 0 019.12-.59l26.5 8.94 14.15-8.56-18.07-17.57a20 20 0 015.7-33.05l.48-.2 7.15-2.7a12 12 0 018.4 0L124.29 76l49.93-29.8a43.8 43.8 0 0156.43 10 1.84 1.84 0 01.17.22l18.64 23.88a11.94 11.94 0 012.33 9.58zm-29.61-5.54L212 71.29a19.89 19.89 0 00-25.54-4.48l-54.77 32.7a12 12 0 01-10.3 1l-46-16.94 21 20.4a12 12 0 01-2.15 18.87L62 142.29a12 12 0 01-10 1.1l-13.35-4.5 24.31 23.8a19.89 19.89 0 0023.6 2.65z" }));
exports.default = AirplaneTakeoffBold;