UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.79 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagJEIcon = 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_6626)" }, 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: "M28.6936 25.7422L18.9515 16.0001H18.9514L28.6936 6.25777C28.2735 5.71177 27.8138 5.18646 27.3138 4.68627C26.8136 4.18615 26.2883 3.72646 25.7423 3.3064L16.0001 13.0486L16 13.0486L6.25783 3.3064C5.7119 3.72652 5.18652 4.18608 4.68633 4.68627C4.18615 5.18646 3.72652 5.71177 3.30646 6.25777L13.0486 15.9999L13.0487 16L3.3064 25.7423C3.72658 26.2883 4.18621 26.8136 4.68627 27.3138C5.18646 27.8139 5.71171 28.2736 6.25777 28.6936L16 18.9515L16.0001 18.9514L25.7423 28.6936C26.2882 28.2735 26.8136 27.8138 27.3138 27.3137C27.814 26.8135 28.2735 26.2882 28.6936 25.7422Z", fill: "#D80027" }), React.createElement("path", { d: "M13.2173 4.86955L16 5.56517L18.7826 4.86955V2.50436L17.6695 3.06086L16 1.3913L14.3304 3.06086L13.2173 2.50436V4.86955Z", fill: "#FFDA44" }), React.createElement("path", { d: "M13.2173 4.86957V6.60882C13.2173 8.73882 16 9.39144 16 9.39144C16 9.39144 18.7826 8.73876 18.7826 6.60882V4.86957H13.2173Z", fill: "#D80027" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6626" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagJEIcon.displayName = 'FlagJEIcon';