UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.35 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagLiIcon = 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(#FlagLiIcon__a)" }, React.createElement("path", { fill: "#D80027", d: "M32 16c0 8.836-7.164 16-16 16S0 24.836 0 16c.696 0 16-2.087 16-2.087z" }), React.createElement("path", { fill: "#0052B4", d: "M0 16C0 7.164 7.164 0 16 0s16 7.164 16 16" }), React.createElement("path", { fill: "#FFDA44", d: "M11.826 11.13a2.089 2.089 0 0 0-3.478-1.555V8.347h.696v-1.39h-.697V6.26h-1.39v.696H6.26v1.39h.696v1.227a2.089 2.089 0 0 0-2.782 3.111v1.227h6.957v-1.227a2.08 2.08 0 0 0 .696-1.555z" }), React.createElement("path", { stroke: "#000", d: "M11.902 11.092a2.089 2.089 0 0 0-3.478-1.556V8.309h.696V6.92h-.696v-.697h-1.39v.696h-.696V8.31h.696v1.227a2.089 2.089 0 0 0-2.782 3.111v1.227h6.956v-1.227a2.08 2.08 0 0 0 .696-1.555z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagLiIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagLiIcon.displayName = 'FlagLiIcon';