UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 989 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 AirTrafficControlDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M223.51 82.73l-26.18 72a8 8 0 01-7.52 5.27H66.19a8 8 0 01-7.52-5.27l-26.18-72A8 8 0 0140 72h176a8 8 0 017.51 10.73z", opacity: ".2" }), 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 = AirTrafficControlDuotone;