UNPKG

@ozen-ui/icons

Version:

A collection of icons

24 lines (23 loc) 3.77 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagHRIcon = 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_6110)" }, React.createElement("path", { d: "M32 16C32.0019 14.1004 31.6648 12.2158 31.0044 10.4347L16 9.73956L0.995563 10.4356C0.335356 12.2164 -0.0017795 14.1007 7.92927e-06 16C-0.00188527 17.8996 0.335252 19.7842 0.995563 21.5653L16 22.2613L31.0044 21.5653C31.6648 19.7842 32.0019 17.8996 32 16Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M16 32C22.88 32 28.744 27.6578 31.0044 21.5645H0.995544C3.25599 27.6578 9.11999 32 16 32Z", fill: "#0052B4" }), React.createElement("path", { d: "M0.995544 10.4356H31.0044C28.744 4.34222 22.88 0 16 0C9.11999 0 3.25599 4.34222 0.995544 10.4356Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.608 11.1307H11.8258L10.4338 10.4347V7.65246L12.2889 6.26135L14.144 7.65246L14.608 11.1307ZM17.392 11.1307H20.1742L21.5662 10.4347V7.65246L19.7111 6.26135L17.856 7.65246L17.392 11.1307Z", fill: "#338AF3" }), React.createElement("path", { d: "M17.8551 11.1307H14.1449V7.65333L16 6.26044L17.8551 7.65155V11.1307Z", fill: "#0052B4" }), React.createElement("path", { d: "M10.4355 10.4355V18.0889C10.4355 19.9111 11.3244 21.5315 12.6729 22.5475L13.6471 22.304L14.8764 23.5395C15.2409 23.6142 15.616 23.6551 16.0009 23.6551C16.3768 23.6554 16.7517 23.6175 17.12 23.5422L18.5227 22.3742L19.328 22.5458C20.6853 21.5298 21.5653 19.9111 21.5653 18.0898V10.4364H10.4355V10.4355Z", fill: "#F0F0F0" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6613 10.4355H10.4355V12.6613H12.6613V10.4355ZM17.1129 10.4355H14.8871V12.6613H17.1129V10.4355Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.5653 10.4355H19.3395V12.6613H21.5653V10.4355ZM14.8871 12.6613H12.6613V14.8871H14.8871V12.6613Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.3387 12.6613H17.1129V14.8871H19.3387V12.6613ZM12.6613 14.8862H10.4355V17.112H12.6613V14.8862Z", fill: "#D80027" }), React.createElement("path", { d: "M12.6613 17.1129H14.8871V19.3386H12.6613L12.6613 17.1129Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.1129 14.8862H14.8871V17.112H17.1129V14.8862ZM21.5662 14.8862H19.3404V17.112H21.5662V14.8862Z", fill: "#D80027" }), React.createElement("path", { d: "M17.1129 17.1129H19.3387V19.3386H17.1129V17.1129Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5778 19.3387H12.6604V21.5645H11.6595C11.1359 20.9135 10.7661 20.1526 10.5778 19.3387ZM17.1129 19.3387H14.8871V21.5645H17.1129V19.3387Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3404 21.5645H19.3395V19.3387H21.4222C21.2338 20.1526 20.864 20.9135 20.3404 21.5645ZM12.6613 22.536V21.5645H14.8871V23.5405C14.0799 23.3746 13.3197 23.0315 12.6613 22.536Z", fill: "#D80027" }), React.createElement("path", { d: "M17.1129 21.5645V23.5396C17.9351 23.3725 18.6916 23.0222 19.3387 22.5351V21.5645H17.1129Z", fill: "#D80027" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6110" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagHRIcon.displayName = 'FlagHRIcon';