@ozen-ui/icons
Version:
A collection of icons
24 lines (23 loc) • 3.04 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagHrIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagHrIcon = (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(#FlagHrIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M32 16c.002-1.9-.335-3.784-.996-5.565L16 9.74l-15.004.696A16 16 0 0 0 0 16c-.002 1.9.335 3.784.996 5.565L16 22.261l15.004-.696c.66-1.78.998-3.665.996-5.565" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M16 32c6.88 0 12.744-4.342 15.004-10.436H.996C3.256 27.659 9.12 32 16 32" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M.996 10.436h30.008C28.744 4.342 22.88 0 16 0S3.256 4.342.996 10.436" }),
react_1.default.createElement("path", { fill: "#338AF3", fillRule: "evenodd", d: "M14.608 11.13h-2.782l-1.392-.695V7.652l1.855-1.39 1.855 1.39zm2.784 0h2.782l1.392-.695V7.652l-1.855-1.39-1.855 1.39z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M17.855 11.13h-3.71V7.654L16 6.26l1.855 1.392z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M10.436 10.436v7.653c0 1.822.888 3.443 2.237 4.459l.974-.244 1.23 1.236a5.6 5.6 0 0 0 2.243.002l1.403-1.168.805.172a5.56 5.56 0 0 0 2.237-4.456v-7.654z" }),
react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M12.661 10.436h-2.226v2.225h2.226zm4.452 0h-2.226v2.225h2.226zM21.565 10.436H19.34v2.225h2.226zm-6.678 2.225h-2.226v2.226h2.226zM19.339 12.661h-2.226v2.226h2.226zm-6.678 2.225h-2.226v2.226h2.226z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M12.661 17.113h2.226v2.226h-2.226z" }),
react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M17.113 14.886h-2.226v2.226h2.226zm4.453 0H19.34v2.226h2.226z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M17.113 17.113h2.226v2.226h-2.226z" }),
react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M10.578 19.339h2.082v2.226h-1a5.55 5.55 0 0 1-1.082-2.226m6.535 0h-2.226v2.226h2.226zM20.34 21.565h-1v-2.226h2.082a5.55 5.55 0 0 1-1.082 2.226m-7.679.971v-.972h2.226v1.977a5.6 5.6 0 0 1-2.226-1.005", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M17.113 21.565v1.975a5.5 5.5 0 0 0 2.226-1.005v-.97z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagHrIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagHrIcon.displayName = 'FlagHrIcon';