@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 2.61 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagFJIcon = 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_6327)" },
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: "#338AF3" }),
React.createElement("mask", { id: "mask0_4218_6327", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
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: "white" })),
React.createElement("g", { mask: "url(#mask0_4218_6327)" },
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: "#338AF3" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 12.7567V7.50702H10.4355L16 12.7567ZM13.056 15.6367H8.35555L7.65955 14.2737L8.35555 9.53599L13.056 15.6367Z", fill: "#0052B4" }),
React.createElement("path", { d: "M16 8.18336L15.9973 0.0605469C7.16178 0.0622766 0 7.03136 0 15.6281H8.35556V11.0547L13.056 15.6281H15.9644L16.0071 15.5866V12.7568L11.2889 8.18336H16Z", fill: "#F0F0F0" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.08621 7.93687C3.51399 5.49946 5.5891 3.48043 8.09421 2.09125H16V6.15265H6.26043V15.6281H2.08621V7.93687ZM10.3155 8.18336L16 13.7142V15.6281L8.35555 8.18336H10.3155Z", fill: "#D80027" }),
React.createElement("path", { d: "M18.0871 10.214V15.6281C18.0871 19.2545 22.9564 20.3658 22.9564 20.3658C22.9564 20.3658 27.8258 19.2545 27.8258 15.6281V10.214L22.9564 8.86053L18.0871 10.214Z", fill: "#F3F3F3" }),
React.createElement("path", { d: "M27.8258 10.2141V8.18335H18.0871V10.2141H22.2613V14.2755H18.0871V15.629H22.2613V20.1591L22.9573 20.3667C22.9573 20.3667 23.224 20.3036 23.6533 20.1591V15.6281H27.8275V14.2746H23.6533V10.2141H27.8275H27.8258Z", fill: "#D80027" }))),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6327" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagFJIcon.displayName = 'FlagFJIcon';