@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.6 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagJMIcon = 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_6615)" },
React.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: "#FFDA44" }),
React.createElement("path", { d: "M25.7422 3.30669C22.95 1.15723 19.5238 -0.00567893 16 2.08528e-05C12.4764 -0.00522748 9.05058 1.15798 6.25867 3.30758L16 13.0489L25.7422 3.30669Z", fill: "#6DA544" }),
React.createElement("path", { d: "M3.30669 6.25775C1.15723 9.05002 -0.00567893 12.4762 2.08528e-05 16C-0.00522748 19.5235 1.15798 22.9494 3.30758 25.7413L13.0489 16L3.30669 6.25775Z", fill: "#3D3D3D" }),
React.createElement("path", { d: "M6.25775 28.6933C9.05002 30.8428 12.4762 32.0057 16 32C19.5235 32.0052 22.9494 30.842 25.7413 28.6924L16 18.9511L6.25775 28.6933Z", fill: "#6DA544" }),
React.createElement("path", { d: "M28.6933 25.7422C30.8428 22.95 32.0057 19.5238 32 16C32.0052 12.4764 30.842 9.05058 28.6924 6.25867L18.9511 16L28.6933 25.7422Z", fill: "#3D3D3D" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6615" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagJMIcon.displayName = 'FlagJMIcon';