@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 2.08 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMDIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_4218_6909)" },
React.createElement("path", { d: "M22.9564 1.58757C20.7874 0.539453 18.409 -0.00333382 16 1.54057e-05C13.591 -0.00333382 11.2126 0.539453 9.04356 1.58757L7.65334 16L9.04445 30.4125C11.2132 31.4604 13.5913 32.0032 16 32C18.409 32.0034 20.7874 31.4606 22.9564 30.4125L24.3467 16L22.9564 1.58757Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M9.04356 1.58844C3.69156 4.176 0 9.65688 0 16C0 22.3431 3.69156 27.824 9.04356 30.4116V1.58844Z", fill: "#0052B4" }),
React.createElement("path", { d: "M22.9565 1.58844V30.4124C28.3085 27.824 32 22.3431 32 16C32 9.65688 28.3085 4.176 22.9565 1.58844Z", fill: "#D80027" }),
React.createElement("path", { d: "M21.5645 12.5884H17.7387C17.7387 11.6284 16.96 10.8489 15.9991 10.8489C15.0382 10.8489 14.2596 11.6275 14.2596 12.5884H10.4356C10.4356 13.5342 11.2596 14.3004 12.2045 14.3004H12.1476C12.1476 15.2462 12.9138 16.0124 13.8596 16.0124C13.8596 16.8498 14.4613 17.5458 15.2551 17.6942L13.9058 20.7404C15.2483 21.2878 16.7517 21.2878 18.0942 20.7404L16.7449 17.6942C17.5396 17.5458 18.1405 16.8498 18.1405 16.0124C19.0862 16.0124 19.8525 15.2453 19.8525 14.3004H19.7956C20.7413 14.3004 21.5645 13.5342 21.5645 12.5884Z", fill: "#FF9811" }),
React.createElement("path", { d: "M16 14.9564L13.7396 16V18.0871L16 19.4782L18.2605 18.0871V16L16 14.9564Z", fill: "#0052B4" }),
React.createElement("path", { d: "M13.7396 13.9129H18.2613V16H13.7396V13.9129Z", fill: "#D80027" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6909" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagMDIcon.displayName = 'FlagMDIcon';