UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 2.52 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagRSIcon = 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_7334)" }, 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: "M16 0C7.16344 0 0 7.16344 0 16C0 17.9556 0.355556 19.8222 0.995556 21.5644H31.0044C31.6444 19.8222 32 17.9556 32 16C32 7.16344 24.8366 0 16 0Z", fill: "#0052B4" }), React.createElement("path", { d: "M16 4.61207e-06C9.30514 -0.00505827 3.31498 4.15862 0.986664 10.4356H30.9956C28.6695 4.16472 22.6883 0.0023776 16 4.61207e-06Z", fill: "#D80027" }), React.createElement("path", { d: "M4.13333 9.04001V17.0222C4.13333 21.5556 10.0622 22.9511 10.0622 22.9511C10.0622 22.9511 16 21.5645 16 17.0222V9.04001L4.13333 9.04001Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5555 10.4356H6.59555V7.64446L7.98222 8.35557L10.0711 6.2489L12.16 8.33779L13.5555 7.64446V10.4356ZM10.08 13.6L14.6133 18.1333L13.12 19.6089L10.0711 16.56L7.02222 19.6089L5.54666 18.1333L10.08 13.6Z", fill: "#FFDA44" }), React.createElement("path", { d: "M14.6045 13.9111H12.4978C12.6133 13.7067 12.6756 13.4667 12.6756 13.2178C12.6756 12.4533 12.0533 11.8222 11.28 11.8222C10.7467 11.8222 10.2845 12.1156 10.0533 12.56C9.82223 12.1156 9.36001 11.8222 8.82668 11.8222C8.06223 11.8222 7.43112 12.4445 7.43112 13.2178C7.43112 13.4845 7.50223 13.7067 7.6089 13.9111H5.56445C5.56445 14.6756 6.23112 15.3067 7.00445 15.3067H6.96001C6.96001 16.0711 7.58223 16.7022 8.35556 16.7022C8.35556 17.3867 8.84445 17.9467 9.49334 18.0711L8.38223 20.5333C8.91556 20.7467 9.48445 20.8622 10.0711 20.8622C10.6578 20.8622 11.2445 20.7467 11.76 20.5333L10.6667 18.0622C11.3156 17.9378 11.8045 17.3778 11.8045 16.6933C12.5689 16.6933 13.2 16.0711 13.2 15.2978H13.1556C13.92 15.2978 14.5956 14.6756 14.5956 13.9022L14.6045 13.9111Z", fill: "#F0F0F0" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7334" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagRSIcon.displayName = 'FlagRSIcon';