UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 2.17 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagSHIcon = 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_7226)" }, React.createElement("path", { d: "M32 16C32 24.8365 24.8365 32 16 32C7.1635 32 0 24.8365 0 16C0 16.0038 16 0.00175 16 0C24.8365 0 32 7.1635 32 16Z", fill: "#0052B4" }), React.createElement("path", { d: "M15.9572 16.0005H16.0001C16.0001 15.9861 16.0001 15.9721 16.0001 15.9576C15.9858 15.972 15.9715 15.9862 15.9572 16.0005Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M16 8.34781C16 5.5325 16 3.68781 16 0H15.9973C7.16194 0.0015 0 7.16431 0 16H8.34781V11.2993L13.0485 16H15.9572C15.9715 15.9858 15.9858 15.9715 16.0001 15.9572C16.0001 14.8793 16.0001 13.9174 16.0001 13.0486L11.2992 8.34781H16Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M8.09456 2.08679C5.59212 3.51173 3.51168 5.5921 2.08681 8.09454V15.9999H6.26074V6.26085V6.26073H15.9999C15.9999 4.94429 15.9999 3.69017 15.9999 2.08679H8.09456Z", fill: "#D80027" }), React.createElement("path", { d: "M15.9998 14.0316L10.3151 8.34708H8.34763V8.3472L15.9997 15.9992H15.9998C15.9998 15.9992 15.9998 14.6425 15.9998 14.0316Z", fill: "#D80027" }), React.createElement("path", { d: "M27.8015 12.549V8.37503C27.8015 8.37503 24.8492 7.75003 22.9319 7.75003C21.0146 7.75003 18.0624 8.37503 18.0624 8.37503V12.549H27.8015Z", fill: "#FFDA44" }), React.createElement("path", { d: "M18.0625 12.5V16.3654C18.0625 19.8173 22.9375 20.875 22.9375 20.875C22.9375 20.875 27.8125 19.8173 27.8125 16.3654V12.5H18.0625Z", fill: "#338AF3" }), React.createElement("circle", { cx: "22.9688", cy: "10.1562", r: "1.21875", fill: "black" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7226" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagSHIcon.displayName = 'FlagSHIcon';