@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.88 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMAIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMAIcon = (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_6958)" },
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: "#D80027" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.4551 13.1307H25.4535L25.456 13.1289L25.4551 13.1307ZM25.4535 13.1307L19.6124 17.3751L21.8435 24.2462L16 20L10.1573 24.2462L12.3884 17.3751L6.54486 13.1298H13.7689L16 6.26044L18.2311 13.1307H25.4535ZM14.024 16.8462L14.0242 16.8455L16 18.2809L17.9777 16.8471L17.2222 14.5235H14.7795L14.0242 16.8455L14.024 16.8453V16.8462ZM16.7686 13.1307H16.7706L16.7689 13.1315L16.7686 13.1307ZM16.7686 13.1307H15.2329L16 10.7644L16.7686 13.1307ZM19.1617 15.984L19.1616 15.9835L21.1751 14.5209H18.6862L19.1616 15.9835L19.1609 15.984H19.1617ZM12.8426 15.984L13.3182 14.5209H13.3173H10.8284L12.8426 15.984ZM12.8053 20.6027L12.8056 20.6018L14.8186 19.1395L13.5742 18.2355L12.8056 20.6018L12.8044 20.6027H12.8053ZM18.432 18.2355L17.1875 19.1395H17.1866L19.2009 20.6027L18.432 18.2355Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6958" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagMAIcon.displayName = 'FlagMAIcon';