UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.58 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGWIcon = 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_6497)" }, React.createElement("path", { d: "M16 2.36762e-06C14.5904 -0.000764042 13.1869 0.18454 11.8258 0.551113L10.4355 16L11.8267 31.4489C13.1875 31.8154 14.5907 32.0007 16 32C24.8355 32 32 24.8356 32 16C32 7.16445 24.8355 2.36762e-06 16 2.36762e-06Z", fill: "#FFDA44" }), React.createElement("path", { d: "M10.4355 16L11.8267 31.4489C13.1875 31.8154 14.5907 32.0007 16 32C24.8355 32 32 24.8356 32 16H10.4355Z", fill: "#6DA544" }), React.createElement("path", { d: "M0 16C0 22.0649 3.37422 27.3422 8.34667 30.0533V1.94666C3.37422 4.65954 0 9.93599 0 16Z", fill: "#D80027" }), React.createElement("path", { d: "M0 16C0 23.392 5.01333 29.6124 11.8258 31.4489V0.551086C5.01333 2.38753 0 8.60798 0 16Z", fill: "#D80027" }), React.createElement("path", { d: "M6.04623 11.8258L7.08179 15.0143H10.4347L7.72356 16.9849L8.75912 20.1734L6.04801 18.2027L3.3369 20.1734L4.37334 16.9849L1.66223 15.0143H5.01512L6.04623 11.8258Z", fill: "#3D3D3D" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6497" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagGWIcon.displayName = 'FlagGWIcon';