UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.55 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagJmIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagJmIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagJmIcon__a)" }, react_1.default.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_1.default.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_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagJmIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagJmIcon.displayName = 'FlagJmIcon';