UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 kB
"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 AirplaneEnginesFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-airplane-engines-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M8 0c-.787 0-1.292.592-1.572 1.151A4.35 4.35 0 006 3v3.691l-2 1V7.5a.5.5 0 00-.5-.5h-1a.5.5 0 00-.5.5v1.191l-1.17.585A1.5 1.5 0 000 10.618V12a.5.5 0 00.582.493l1.631-.272.313.937a.5.5 0 00.948 0l.405-1.214 2.21-.369.375 2.253-1.318 1.318A.5.5 0 005.5 16h5a.5.5 0 00.354-.854l-1.318-1.318.375-2.253 2.21.369.405 1.214a.5.5 0 00.948 0l.313-.937 1.63.272A.5.5 0 0016 12v-1.382a1.5 1.5 0 00-.83-1.342L14 8.691V7.5a.5.5 0 00-.5-.5h-1a.5.5 0 00-.5.5v.191l-2-1V3c0-.568-.14-1.271-.428-1.849C9.292.591 8.787 0 8 0" })); exports.default = AirplaneEnginesFill;