iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 903 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 AirTrafficControlThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M225.83 73.11A12 12 0 00216 68h-84V28h20a4 4 0 000-8h-48a4 4 0 000 8h20v40H40a12 12 0 00-11.28 16.1l26.19 72a12 12 0 0011.27 7.9H100v68a4 4 0 008 0v-68h40v68a4 4 0 008 0v-68h33.82a12 12 0 0011.27-7.9l26.19-72a12 12 0 00-1.45-10.99zM107.34 156L92.79 76h70.42l-14.55 80zm-44.92-2.63l-26.18-72A4 4 0 0140 76h44.66l14.54 80h-33a4 4 0 01-3.78-2.63zm157.34-72l-26.18 72a4 4 0 01-3.76 2.63h-33l14.55-80H216a4 4 0 013.76 5.37z" }));
exports.default = AirTrafficControlThin;