@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.53 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagJeIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagJeIcon = (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(#FlagJeIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", 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: "#D80027", d: "M28.694 25.742 18.952 16l9.742-9.742a16.2 16.2 0 0 0-2.952-2.952L16 13.05 6.258 3.306a16.2 16.2 0 0 0-2.952 2.952L13.05 16l-9.743 9.742a16.2 16.2 0 0 0 2.952 2.952L16 18.952l9.742 9.742a16.2 16.2 0 0 0 2.952-2.952" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M13.217 4.87 16 5.565l2.783-.695V2.504l-1.114.557L16 1.39l-1.67 1.67-1.113-.557z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M13.217 4.87v1.739C13.217 8.739 16 9.39 16 9.39s2.783-.652 2.783-2.782v-1.74z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagJeIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagJeIcon.displayName = 'FlagJeIcon';