@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.6 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagPSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_6394_791)" },
React.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.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.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.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.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_6394_791" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagPSIcon.displayName = 'FlagPSIcon';