@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.31 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagJmIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagJmIcon__a)" },
React.createElement("path", { fill: "#FFDA44", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
React.createElement("path", { fill: "#6DA544", d: "M25.742 3.307A15.93 15.93 0 0 0 16 0a15.93 15.93 0 0 0-9.741 3.308L16 13.048z" }),
React.createElement("path", { fill: "#3D3D3D", d: "M3.307 6.258A15.93 15.93 0 0 0 0 16a15.93 15.93 0 0 0 3.308 9.741L13.048 16z" }),
React.createElement("path", { fill: "#6DA544", d: "M6.258 28.693A15.93 15.93 0 0 0 16 32a15.93 15.93 0 0 0 9.741-3.308L16 18.952z" }),
React.createElement("path", { fill: "#3D3D3D", d: "M28.693 25.742A15.93 15.93 0 0 0 32 16a15.93 15.93 0 0 0-3.308-9.741L18.952 16z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagJmIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagJmIcon.displayName = 'FlagJmIcon';