UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

12 lines (11 loc) 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const PlaneFill = (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", d: "M10.985 1.814a4.27 4.27 0 0 1 3.505-.798l.09.026c.173.065.31.202.376.375l.026.09.043.231a4.24 4.24 0 0 1-.852 3.278l-1.695 2.157 1.24 3.845a2 2 0 0 1-.179 1.627l-.912 1.55a.7.7 0 0 1-1.194.022l-2.671-4.173-1.618 1.617.324 1.124a.9.9 0 0 1-.234.89l-1.273 1.259a.5.5 0 0 1-.759-.066l-.567-.798a11.5 11.5 0 0 0-2.708-2.706l-.794-.565a.5.5 0 0 1-.063-.764l1.276-1.26.093-.08a.9.9 0 0 1 .794-.143l1.097.323 1.617-1.618-4.163-2.688a.7.7 0 0 1 .035-1.197l1.59-.901a2 2 0 0 1 1.586-.167L8.805 3.5z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); exports.default = PlaneFill;