UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.48 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagLSIcon = 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_6731)" }, React.createElement("path", { d: "M1.40401e-06 16C1.40401e-06 18.4933 0.570668 20.8533 1.58756 22.9565L16 23.6533L30.4124 22.9573C31.4607 20.788 32.0035 18.4093 32 16C32 13.5067 31.4293 11.1467 30.4124 9.04357L16 8.34668L1.58756 9.04268C0.539308 11.212 -0.00348222 13.5907 1.40401e-06 16Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M16 32C22.3431 32 27.824 28.3084 30.4124 22.9564H1.58755C4.176 28.3084 9.65689 32 16 32Z", fill: "#6DA544" }), React.createElement("path", { d: "M16 0C9.65689 0 4.176 3.69156 1.58755 9.04356H30.4124C27.824 3.69156 22.3431 0 16 0Z", fill: "#0052B4" }), React.createElement("path", { d: "M17.0436 15.6534V11.8276H14.9564V15.6534L12.4444 18.1725C13.1778 19.3725 14.4996 20.1725 16 20.1725C17.5004 20.1725 18.8311 19.3725 19.5556 18.1725L17.0347 15.6516L17.0436 15.6534Z", fill: "#3D3D3D" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6731" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagLSIcon.displayName = 'FlagLSIcon';