@gravity-ui/icons
Version:
Pack of Gravity UI icons
12 lines (11 loc) • 1.66 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const Plane = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("g", { clipPath: "url(#a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.834 1.616a4.52 4.52 0 0 1 3.71-.845l.124.036a.9.9 0 0 1 .523.522l.037.125.045.246a4.5 4.5 0 0 1-.903 3.47l-1.611 2.052 1.198 3.718c.196.61.123 1.277-.202 1.83l-.912 1.551a.95.95 0 0 1-1.618.031l-2.509-3.917-1.063 1.056.283.982a1.15 1.15 0 0 1-.292 1.132L6.14 15.108A.75.75 0 0 1 5 15.012l-.567-.796a11.3 11.3 0 0 0-2.65-2.649l-.794-.565A.75.75 0 0 1 .892 9.86l1.502-1.502a1.15 1.15 0 0 1 1.14-.29l.953.281 1.061-1.052L1.65 4.778a.95.95 0 0 1 .048-1.625l1.59-.9a2.25 2.25 0 0 1 1.783-.189l3.687 1.158zm2.986.563a3.02 3.02 0 0 0-2.068.622l-2.387 1.85a.75.75 0 0 1-.684.121l-4.06-1.276a.75.75 0 0 0-.595.062l-.8.452 3.92 2.533a.752.752 0 0 1 .122 1.163l-2.04 2.021a.75.75 0 0 1-.74.188l-1.18-.35-.726.728.07.05a12.8 12.8 0 0 1 3.002 3.003l.054.075.73-.73-.35-1.21a.75.75 0 0 1 .193-.741L8.32 8.718l.063-.056a.75.75 0 0 1 1.097.184l2.525 3.943.457-.778a.75.75 0 0 0 .067-.61l-1.32-4.097a.75.75 0 0 1 .124-.694l1.858-2.366a3 3 0 0 0 .629-2.065", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
exports.default = Plane;