iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 942 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 AirTrafficControlLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M227.47 72A14 14 0 00216 66h-82V30h18a6 6 0 000-12h-48a6 6 0 000 12h18v36H40a14 14 0 00-13.16 18.78l26.19 72A14 14 0 0066.18 166H98v66a6 6 0 0012 0v-66h36v66a6 6 0 0012 0v-66h31.82a14 14 0 0013.18-9.22l26.19-72A14 14 0 00227.47 72zM109 154L95.19 78h65.62L147 154zm-44.7-1.32l-26.18-72a2 2 0 01.24-1.83A1.94 1.94 0 0140 78h43l13.82 76H66.18a2 2 0 01-1.88-1.32zm153.58-72l-26.18 72a2 2 0 01-1.88 1.32h-30.63L173 78h43a1.94 1.94 0 011.64.85 2 2 0 01.24 1.83z" }));
exports.default = AirTrafficControlLight;