@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.3 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagSEIcon = 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_7533)" },
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: "#FFDA44" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.864 13.9129H12.5218V0.380444C13.6418 0.133333 14.8053 0 16 0C24.1298 0 30.8418 6.06222 31.864 13.9129ZM8.34843 1.95556V13.9129H0.135986C0.799986 8.73955 3.95554 4.34222 8.34843 1.95556ZM8.34843 18.0871H0.135986C0.809764 23.2604 3.95465 27.6578 8.34932 30.0551V18.0871H8.34843ZM12.5218 31.6196V18.0871H12.5227H31.8649C30.8418 25.9378 24.1289 32 16 32C14.8062 32 13.6418 31.8684 12.5218 31.6196Z", fill: "#0052B4" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7533" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagSEIcon.displayName = 'FlagSEIcon';