UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.95 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagIRIcon = 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_6572)" }, 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: "M21.1964 11.8258H19.1022L19.1289 12.5218C19.1289 14.0685 18.7422 15.5707 18.0676 16.6374C17.8596 16.9663 17.5102 17.432 17.0418 17.7458V11.8258H14.9547V17.7458C14.4871 17.432 14.1369 16.9671 13.9289 16.6374C13.2533 15.5707 12.8676 14.0685 12.8676 12.5218L12.8942 11.8258H10.8009L10.7804 12.5218C10.7804 16.8125 13.072 20.1751 15.9982 20.1751C18.9244 20.1751 21.216 16.8151 21.216 12.5218C21.216 12.2871 21.2089 12.0551 21.1956 11.8258H21.1964Z", fill: "#D80027" }), React.createElement("path", { d: "M6.60889 7.65333H8.696V9.04445H10.7831V7.65333H12.8702V9.04445H14.9573V7.65333H17.0444V9.04445H19.1316V7.65333H21.2187V9.04445H23.3058V7.65333H25.3929V9.04445H30.4151C27.824 3.69156 22.3431 0 16 0C9.65689 0 4.176 3.69156 1.58756 9.04356H6.60978V7.65333H6.60889Z", fill: "#6DA544" }), React.createElement("path", { d: "M25.3911 22.9564V24.3475H23.304V22.9564H21.2178V24.3475H19.1307V22.9564H17.0436V24.3475H14.9564V22.9564H12.8693V24.3475H10.7822V22.9564H8.696V24.3475H6.60889V22.9564H1.58667C4.176 28.3084 9.65689 32 16 32C22.3431 32 27.824 28.3084 30.4124 22.9564H25.3902H25.3911Z", fill: "#D80027" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6572" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagIRIcon.displayName = 'FlagIRIcon';