UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.56 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGGIcon = 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_6488)" }, 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: "M31.8646 13.9131H18.0871H18.087V0.135438C17.4038 0.0465 16.7073 0 16 0C15.2927 0 14.5962 0.0465 13.9131 0.135438V13.9131H0.135438C0.0465 14.5962 0 15.2927 0 16C0 16.7073 0.0465 17.4038 0.135438 18.0869H13.9129H13.913V31.8646C14.5962 31.9535 15.2927 32 16 32C16.7073 32 17.4038 31.9536 18.0869 31.8646V18.0871V18.087H31.8646C31.9535 17.4038 32 16.7073 32 16C32 15.2927 31.9535 14.5962 31.8646 13.9131Z", fill: "#D80027" }), React.createElement("path", { d: "M20.7536 16.6948L21.7971 17.3905V14.6079L20.7536 15.3036H16.9275V11.4775L17.6232 10.434H14.8406L15.5362 11.4775V15.3036H11.7101L10.6667 14.6079V17.3905L11.7101 16.6948H15.5362V20.521L14.8406 21.5644H17.6232L16.9275 20.521V16.6948H20.7536Z", fill: "#FFDA44" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6488" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagGGIcon.displayName = 'FlagGGIcon';