iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.13 kB
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 Helicopter2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.125 6.734h-5.25v1.5h.126a6.75 6.75 0 016.75 6.75v.433a2.25 2.25 0 01-2.25 2.25H12.13a2.25 2.25 0 01-1.806-.907l-2.688-3.617a.75.75 0 00-.476-.292l-2.73-.467a2.25 2.25 0 01-1.843-1.866l-.582-3.666a.75.75 0 011.247-.672l2.035 1.858a.75.75 0 00.506.196h6.582v-1.5h-5.25a.75.75 0 010-1.5h12a.75.75 0 010 1.5zm-6.014 3H5.793a2.25 2.25 0 01-1.517-.588l-.454-.414.246 1.552a.75.75 0 00.615.621l2.73.468a2.25 2.25 0 011.426.875l2.689 3.617a.75.75 0 00.602.302h6.37a.75.75 0 00.75-.75v-.433c0-2.9-2.35-5.25-5.25-5.25h-.889zM22.394 19.348a.75.75 0 10-.788-1.276l-.872.538a3.75 3.75 0 01-1.969.558H9.79a.75.75 0 000 1.5h8.976a5.25 5.25 0 002.756-.782l.872-.538z", fill: "#323544" }));
exports.default = Helicopter2;