@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 3.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlaneMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlaneMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5088 2.12429C19.2541 1.92914 20.3789 1.85923 21.2599 2.74014C22.1407 3.62106 22.0708 4.74586 21.8757 5.49119C21.7753 5.87441 21.632 6.20522 21.5163 6.4374C21.4579 6.55473 21.4049 6.65004 21.3654 6.71786C21.3456 6.75184 21.329 6.77913 21.3167 6.79905L21.3014 6.82338L21.2964 6.83129L21.2945 6.83416L21.2937 6.83532C21.2936 6.83556 21.2931 6.83629 20.6651 6.42628L21.2931 6.83629C21.2648 6.87966 21.2321 6.91998 21.1954 6.95661L17.4928 10.6594L20.1025 18.8762C20.1873 19.1433 20.1162 19.4354 19.918 19.6335L17.7712 21.7803C17.6092 21.9423 17.382 22.0214 17.1544 21.995C16.9268 21.9685 16.7238 21.8395 16.6032 21.6447L12.7436 15.4085L11.4623 16.6898L11.1726 20.396C11.1586 20.5742 11.0815 20.7415 10.9552 20.8679L10.1501 21.673C9.98785 21.8352 9.76024 21.9143 9.53233 21.8875C9.30443 21.8607 9.10131 21.7311 8.98104 21.5357L6.49892 17.5023L2.49786 15.052C2.30193 14.932 2.1718 14.7288 2.14476 14.5006C2.11773 14.2725 2.19676 14.0445 2.35922 13.8821L3.16427 13.077C3.28905 12.9522 3.45383 12.8754 3.62962 12.8602L7.30758 12.5403L8.59153 11.2564L2.35531 7.39678C2.16047 7.27619 2.03144 7.07315 2.00501 6.84554C1.97858 6.61794 2.05765 6.39073 2.21967 6.22871L4.36648 4.0819C4.56464 3.88374 4.85675 3.81258 5.12385 3.89742L13.3407 6.50723L17.0434 2.80455C17.08 2.76793 17.1203 2.7352 17.1637 2.70688L17.5737 3.33488C17.1637 2.70688 17.1634 2.70703 17.1637 2.70688L17.1658 2.70549L17.1687 2.70364L17.1766 2.69857L17.2009 2.6833C17.2208 2.67096 17.2481 2.65441 17.2821 2.6346C17.3499 2.59508 17.4452 2.54212 17.5626 2.48368C17.7948 2.36802 18.1256 2.22463 18.5088 2.12429ZM18.0404 3.92882L14.0788 7.89047C13.8806 8.08863 13.5885 8.15979 13.3214 8.07495L5.10457 5.46514L3.95 6.6197L10.1862 10.4793C10.3811 10.5999 10.5101 10.803 10.5365 11.0306C10.563 11.2582 10.4839 11.4854 10.3219 11.6474L8.17505 13.7942C8.05027 13.919 7.88549 13.9957 7.70969 14.011L4.1725 14.3186L7.43532 16.3168C7.5359 16.3784 7.62054 16.4629 7.68236 16.5633L9.71002 19.8582L9.98839 16.2968C10.0023 16.1186 10.0794 15.9513 10.2058 15.8249L12.3526 13.6781C12.5146 13.5161 12.7418 13.4371 12.9694 13.4635C13.197 13.4899 13.4 13.6189 13.5206 13.8138L17.3802 20.05L18.5348 18.8954L15.9251 10.6786C15.8402 10.4115 15.9114 10.1194 16.1095 9.92128L20.0712 5.95957C20.0964 5.9161 20.1327 5.85088 20.1737 5.76861C20.2588 5.59776 20.3579 5.36604 20.4246 5.11125C20.5635 4.58059 20.5258 4.12747 20.1992 3.80081C20.1992 3.80081 20.1992 3.80082 20.1992 3.80081M20.1992 3.80081C19.8725 3.47416 19.4194 3.43644 18.8887 3.57538C18.6339 3.64209 18.4022 3.74122 18.2314 3.82632C18.1491 3.86731 18.0839 3.90356 18.0404 3.92882", fill: "currentColor" }))); });
exports.PlaneMIcon.displayName = 'PlaneMIcon';