@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 2.02 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagGQIcon = 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_6250)" },
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: "#F0F0F0" }),
React.createElement("path", { d: "M9.73958 10.4356H31.0045C28.744 4.34224 22.88 1.31484e-05 16 1.31484e-05C11.7556 -0.00543342 7.68405 1.68146 4.68713 4.68712L9.73958 10.4356Z", fill: "#6DA544" }),
React.createElement("path", { d: "M9.73958 21.5645H31.0045C28.744 27.6578 22.88 32 16 32C11.7556 32.0055 7.68405 30.3186 4.68713 27.3129L9.73958 21.5653V21.5645Z", fill: "#D80027" }),
React.createElement("path", { d: "M4.68618 4.68622C-1.56271 10.9351 -1.56271 21.0649 4.68618 27.3138L16 16L4.68618 4.68622Z", fill: "#0052B4" }),
React.createElement("path", { d: "M18.7822 13.2178V16.696C18.7822 18.8258 21.5644 19.4782 21.5644 19.4782C21.5644 19.4782 24.3467 18.8258 24.3467 16.696V13.2178H18.7822H18.7822Z", fill: "#DEDDE0" }),
React.createElement("path", { d: "M20.8693 16.0693H22.2605V18.0871H20.8693V16.0693Z", fill: "#786145" }),
React.createElement("path", { d: "M22.9565 15.304C22.9565 14.536 22.3342 13.9129 21.5654 13.9129C20.7965 13.9129 20.1742 14.5351 20.1742 15.304C19.7902 15.304 19.4782 15.6151 19.4782 16C19.4782 16.3849 19.7894 16.696 20.1742 16.696H22.9565C23.3405 16.696 23.6525 16.3849 23.6525 16C23.6525 15.6151 23.3414 15.304 22.9565 15.304Z", fill: "#6DA544" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6250" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagGQIcon.displayName = 'FlagGQIcon';