UNPKG

@ozen-ui/icons

Version:

A collection of icons

20 lines (19 loc) 2.52 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagMKIcon = 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_4218_6793)" }, React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#FFDA44" }), React.createElement("path", { d: "M18.4338 31.816C21.0364 31.4187 23.4311 30.3938 25.4622 28.9022L16 16L18.4329 31.816H18.4338Z", fill: "#D80027" }), React.createElement("path", { d: "M13.5671 0.184021C10.9654 0.581354 8.56981 1.60624 6.5387 3.0978L16 16L13.5671 0.184021Z", fill: "#D80027" }), React.createElement("path", { d: "M6.5387 28.9031C8.56981 30.3947 10.9654 31.4187 13.5671 31.8169L16 16L6.5387 28.9031Z", fill: "#D80027" }), React.createElement("path", { d: "M3.0978 6.5387C1.60624 8.56892 0.581354 10.9645 0.184021 13.5671L16 16L3.0978 6.5387Z", fill: "#D80027" }), React.createElement("path", { d: "M0.184021 18.4338C0.581354 21.0364 1.60624 23.4311 3.0978 25.4622L16 16L0.184021 18.4338Z", fill: "#D80027" }), React.createElement("path", { d: "M31.816 13.5671C31.4187 10.9654 30.3938 8.56981 28.9022 6.5387L16 16L31.816 13.5671Z", fill: "#D80027" }), React.createElement("path", { d: "M25.4622 3.0978C23.4311 1.60624 21.0356 0.581354 18.4338 0.184021L16 16L25.4622 3.0978Z", fill: "#D80027" }), React.createElement("path", { d: "M28.9031 25.4622C30.3947 23.4311 31.4187 21.0356 31.8169 18.4338L16 16L28.9022 25.4622H28.9031Z", fill: "#D80027" }), React.createElement("path", { d: "M16 21.5654C19.0737 21.5654 21.5654 19.0737 21.5654 16C21.5654 12.9264 19.0737 10.4347 16 10.4347C12.9264 10.4347 10.4347 12.9264 10.4347 16C10.4347 19.0737 12.9264 21.5654 16 21.5654Z", fill: "#D80027" }), React.createElement("path", { d: "M16 20.1743C18.3054 20.1743 20.1743 18.3054 20.1743 16C20.1743 13.6947 18.3054 11.8258 16 11.8258C13.6947 11.8258 11.8258 13.6947 11.8258 16C11.8258 18.3054 13.6947 20.1743 16 20.1743Z", fill: "#FFDA44" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6793" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagMKIcon.displayName = 'FlagMKIcon';