UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.58 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagIrIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#FlagIrIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), React.createElement("path", { fill: "#D80027", d: "M21.196 11.826h-2.094l.027.696c0 1.547-.387 3.049-1.061 4.115-.208.33-.558.795-1.026 1.109v-5.92h-2.087v5.92c-.468-.314-.818-.779-1.026-1.109-.676-1.066-1.061-2.568-1.061-4.115l.026-.696h-2.093l-.02.696c0 4.29 2.291 7.653 5.217 7.653s5.218-3.36 5.218-7.653q0-.352-.02-.696" }), React.createElement("path", { fill: "#6DA544", d: "M6.609 7.653h2.087v1.391h2.087v-1.39h2.087v1.39h2.087v-1.39h2.087v1.39h2.088v-1.39h2.087v1.39h2.087v-1.39h2.087v1.39h5.022C27.824 3.692 22.343 0 16 0S4.176 3.692 1.588 9.044H6.61z" }), React.createElement("path", { fill: "#D80027", d: "M25.391 22.956v1.392h-2.087v-1.392h-2.086v1.392H19.13v-1.392h-2.087v1.392h-2.088v-1.392H12.87v1.392h-2.087v-1.392H8.696v1.392H6.609v-1.392H1.587C4.176 28.308 9.657 32 16 32s11.824-3.692 14.412-9.044z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagIrIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagIrIcon.displayName = 'FlagIrIcon';