UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.26 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagLsIcon = 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(#FlagLsIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", d: "M0 16c0 2.493.57 4.853 1.588 6.956L16 23.653l14.412-.696A15.9 15.9 0 0 0 32 16c0-2.493-.57-4.853-1.588-6.956L16 8.347l-14.412.696A15.9 15.9 0 0 0 0 16" }), React.createElement("path", { fill: "#6DA544", d: "M16 32c6.343 0 11.824-3.692 14.412-9.044H1.588C4.176 28.308 9.657 32 16 32" }), React.createElement("path", { fill: "#0052B4", d: "M16 0C9.657 0 4.176 3.692 1.588 9.044h28.824C27.824 3.692 22.343 0 16 0" }), React.createElement("path", { fill: "#3D3D3D", d: "M17.044 15.653v-3.825h-2.088v3.825l-2.512 2.52c.734 1.2 2.056 2 3.556 2s2.831-.8 3.556-2l-2.521-2.521z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagLsIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagLsIcon.displayName = 'FlagLsIcon';