UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.92 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagLIIcon = 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_6764)" }, React.createElement("path", { d: "M32 16C32 24.8356 24.8356 32 16 32C7.16444 32 0 24.8356 0 16C0.696 16 16 13.9129 16 13.9129L32 16Z", fill: "#D80027" }), React.createElement("path", { d: "M0 16C0 7.16444 7.16444 0 16 0C24.8356 0 32 7.16444 32 16", fill: "#0052B4" }), React.createElement("path", { d: "M11.8258 11.1307C11.8248 9.97839 10.8909 9.04453 9.73866 9.04355C9.22524 9.04297 8.72975 9.2323 8.34755 9.5751V8.34666H9.04355V6.95644H8.34666V6.26044H6.95643V6.95644H6.26043V8.34666H6.95643V9.57333C6.57423 9.23053 6.07874 9.0412 5.56532 9.04177C4.41305 9.04275 3.47919 9.97661 3.47821 11.1289C3.4774 11.723 3.7307 12.2891 4.17421 12.6844V13.9111H11.1307V12.6844C11.5742 12.2891 11.8275 11.723 11.8267 11.1289L11.8258 11.1307Z", fill: "#FFDA44" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9022 11.0916C11.9012 9.93929 10.9674 9.00543 9.8151 9.00445C9.30168 9.00388 8.8062 9.19321 8.42399 9.53601V8.30934H9.11999V6.91823H8.42399V6.22223H7.03377V6.91823H6.33777V8.30934H7.03377V9.53601C6.65156 9.19321 6.15607 9.00388 5.64266 9.00445C4.49038 9.00543 3.55652 9.93929 3.55554 11.0916C3.55473 11.6857 3.80803 12.2518 4.25154 12.6471V13.8738H11.208V12.6471C11.6515 12.2518 11.9048 11.6857 11.904 11.0916H11.9022Z", stroke: "black" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6764" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagLIIcon.displayName = 'FlagLIIcon';