UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 828 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 AirTrafficControlBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232.38 68.52A20 20 0 00216 60h-76V36h12a12 12 0 000-24h-48a12 12 0 000 24h12v24H40a20 20 0 00-18.8 26.83l26.19 72A20.06 20.06 0 0066.18 172H92v60a12 12 0 0024 0v-60h24v60a12 12 0 0024 0v-60h25.82a20.06 20.06 0 0018.79-13.17l26.19-72a20 20 0 00-2.42-18.31zM114 148l-11.62-64h51.24L142 148zM45.71 84H78l11.64 64H69zM187 148h-20.62L178 84h32.27z" })); exports.default = AirTrafficControlBold;