@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.83 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagPSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagPSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_6394_791)" },
react_1.default.createElement("path", { d: "M5.37588 4.03615L14.2221 10.6778L31.0922 10.674C28.8978 4.45581 22.9692 0 16 0C11.9226 0 8.20144 1.52518 5.37588 4.03615Z", fill: "black" }),
react_1.default.createElement("path", { d: "M14.2221 21.3222L17.7656 18.6667C19.7146 17.2061 21.3092 16.0061 21.3092 16C21.3092 15.9939 19.7146 14.7939 17.7656 13.3333L14.2221 10.6778L5.37588 4.03615C2.07786 6.96698 0 11.2408 0 16C0 20.7592 2.07786 25.033 5.37588 27.9638L14.2221 21.3222Z", fill: "#ED2E38" }),
react_1.default.createElement("path", { d: "M14.2221 21.3222L5.37588 27.9638C8.20144 30.4748 11.9226 32 16 32C22.9692 32 28.8978 27.5442 31.0922 21.326L14.2221 21.3222Z", fill: "#009639" }),
react_1.default.createElement("path", { d: "M17.7656 18.6667L14.2221 21.3222L31.0922 21.326C31.6801 19.6599 32 17.8673 32 16C32 14.1327 31.6801 12.3401 31.0922 10.674L14.2221 10.6778L17.7656 13.3333C19.7146 14.7939 21.3092 15.9939 21.3092 16C21.3092 16.0061 19.7146 17.2061 17.7656 18.6667Z", fill: "white" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_6394_791" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagPSIcon.displayName = 'FlagPSIcon';