UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagLsIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagLsIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagLsIcon__a)" }, react_1.default.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_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagLsIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagLsIcon.displayName = 'FlagLsIcon';