@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.69 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagLAIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagLAIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4218_6711)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C22.3431 0 27.8249 3.69156 30.4124 9.04356V9.04445L16 10.4356L1.58755 9.04356C4.176 3.69156 9.65689 0 16 0ZM16 32C9.65689 32 4.176 28.3084 1.58755 22.9564L16 21.5644L30.4124 22.9564C27.824 28.3084 22.3431 32 16 32Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M30.4124 9.04358H1.58755C0.539433 11.2126 -0.00335289 13.591 -3.66774e-06 16C-0.00335289 18.409 0.539433 20.7874 1.58755 22.9565H30.4124C31.4293 20.8534 32 18.4934 32 16C32 13.5067 31.4293 11.1467 30.4124 9.04358Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M16 21.5654C19.0736 21.5654 21.5653 19.0737 21.5653 16C21.5653 12.9264 19.0736 10.4347 16 10.4347C12.9264 10.4347 10.4347 12.9264 10.4347 16C10.4347 19.0737 12.9264 21.5654 16 21.5654Z", fill: "#F0F0F0" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6711" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagLAIcon.displayName = 'FlagLAIcon';