UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 963 B
"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 AirTrafficControlFill = (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.53h123.63a16 16 0 0015-10.53l26.19-72a16 16 0 00-1.9-14.65zm-126.59 81.05a7.87 7.87 0 01-1.44.13 8 8 0 01-7.86-6.57L83 89.43a8 8 0 0115.75-2.86l10.18 56a8 8 0 01-6.41 9.3zM173 89.43l-10.19 56a8 8 0 01-7.86 6.57 7.87 7.87 0 01-1.44-.13 8 8 0 01-6.44-9.3l10.18-56A8 8 0 01173 89.43zM160 188v44a8 8 0 01-8 8h-48a8 8 0 01-8-8v-44a4 4 0 014-4h56a4 4 0 014 4z" })); exports.default = AirTrafficControlFill;