@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.81 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagSRIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagSRIcon = (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_7509)" },
react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M31.0044 10.4356H0.995556C0.352 12.1689 0 14.0427 0 16C0 17.9573 0.352 19.8311 0.995556 21.5644H31.0044C31.6647 19.7836 32.0018 17.8993 32 16C32.0019 14.1004 31.6648 12.2158 31.0044 10.4347V10.4356Z", fill: "#A2001D" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.2462 6.95644C26.3627 2.75556 21.5262 0 16.0462 0C10.5662 0 5.72978 2.75556 2.84622 6.95644H29.2462ZM29.2462 25.0436C26.3627 29.2444 21.5262 32 16.0462 32C10.5662 32 5.72978 29.2444 2.84622 25.0436H29.2462Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M16 10.4355L17.3813 14.6871H21.8524L18.2347 17.3147L19.616 21.5662L16 18.9378L12.3822 21.5653L13.7636 17.3138L10.1458 14.6862H14.6169L16 10.4355Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7509" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagSRIcon.displayName = 'FlagSRIcon';