iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 801 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 AirTrafficControl = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M229.11 70.82A16 16 0 00216 64h-80V32h16a8 8 0 000-16h-48a8 8 0 000 16h16v32H40a16 16 0 00-15 21.47l26.19 72a16 16 0 0015 10.53H96v64a8 8 0 0016 0v-64h32v64a8 8 0 0016 0v-64h29.82a16 16 0 0015-10.53l26.19-72a16 16 0 00-1.9-14.65zM110.68 152l-13.1-72h60.84l-13.1 72zM40 80h41.32l13.09 72H66.18zm149.82 72h-28.23l13.09-72H216z" }));
exports.default = AirTrafficControl;