UNPKG

infinity-forge

Version:
9 lines 1.96 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconPlane = IconPlane; var jsx_runtime_1 = require("react/jsx-runtime"); function IconPlane(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { id: 'fi_723978', "clip-path": 'url(#clip0_34_781)', children: (0, jsx_runtime_1.jsx)("g", { id: 'Group', children: (0, jsx_runtime_1.jsx)("g", { id: 'Group_2', children: (0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M14.8812 3.49286C14.8858 3.05359 14.7172 2.64064 14.4065 2.33C14.1 2.02342 13.6938 1.85522 13.2609 1.85522C13.2552 1.85522 13.2494 1.85525 13.2437 1.85531C12.8044 1.85982 12.395 2.03689 12.0909 2.35382L9.68185 4.86412L3.37823 2.77803L1.51662 4.63963L6.78454 7.88323L4.61697 10.142L2.91571 9.86266L1.11816 11.6601L4.04967 12.6869L5.07642 15.6184L6.87397 13.8209L6.59467 12.1196L8.8534 9.95204L12.097 15.22L13.9586 13.3584L11.8725 7.05475L14.3828 4.64574C14.6997 4.34155 14.8767 3.93212 14.8812 3.49286ZM13.8239 4.0633L10.9462 6.82492L13.0359 13.1395L12.2487 13.9267L9.01624 8.67695L5.72929 11.8313L6.0103 13.5429L5.41373 14.1395L4.6831 12.0535L2.59706 11.3228L3.19364 10.7263L4.9053 11.0073L8.05962 7.72036L2.80988 4.48797L3.5971 3.70075L9.91168 5.79047L12.6733 2.91276C12.826 2.75365 13.0315 2.66478 13.252 2.66249C13.2549 2.66244 13.2578 2.66244 13.2607 2.66244C13.4779 2.66244 13.6819 2.74687 13.8358 2.9008C13.9918 3.05673 14.0764 3.26404 14.0741 3.48455C14.0718 3.70506 13.983 3.91059 13.8239 4.0633Z', fill: color, stroke: color, "stroke-width": '0.5' }) }) }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_34_781', children: (0, jsx_runtime_1.jsx)("rect", { width: '16', height: '16', fill: 'white', transform: 'translate(0 0.736816)' }) }) })] })); } //# sourceMappingURL=icon-plane.js.map