@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 2.7 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMqIcon = 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(#FlagMqIcon__a)" },
React.createElement("g", { clipPath: "url(#FlagMqIcon__b)" },
React.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.createElement("path", { fill: "#0052B4", d: "M31.863 13.913a15.93 15.93 0 0 0-4.55-9.227 15.93 15.93 0 0 0-9.226-4.55v13.777zM13.913.137a15.93 15.93 0 0 0-9.227 4.549 15.93 15.93 0 0 0-4.549 9.227h13.776zM.137 18.087a15.93 15.93 0 0 0 4.55 9.226 15.93 15.93 0 0 0 9.226 4.55V18.087zM18.087 31.862a15.93 15.93 0 0 0 9.227-4.549 15.93 15.93 0 0 0 4.549-9.226H18.087z" }),
React.createElement("path", { fill: "#F0F0F0", d: "M21.462 10.152c0-.213.173-.386.386-.386h.826a2.37 2.37 0 0 0 2.37-2.37 2.37 2.37 0 0 0-2.37-2.369h-.785a1.63 1.63 0 0 0-.979-.31c-.79 0-1.432.512-1.432 1.145 0 .626.63 1.135 1.41 1.144v.005h1.786a.386.386 0 0 1 0 .771h-.826a2.37 2.37 0 0 0-2.37 2.37 2.37 2.37 0 0 0 2.37 2.37h3.196v-1.985h-3.196a.386.386 0 0 1-.386-.385M8.941 10.152c0-.213.173-.386.386-.386h.826a2.37 2.37 0 0 0 2.37-2.37 2.37 2.37 0 0 0-2.37-2.369h-.785a1.63 1.63 0 0 0-.979-.31c-.79 0-1.431.512-1.431 1.145 0 .626.628 1.135 1.409 1.144v.005h1.786a.386.386 0 0 1 0 .771h-.826a2.37 2.37 0 0 0-2.37 2.37 2.37 2.37 0 0 0 2.37 2.37h3.196v-1.985H9.327a.386.386 0 0 1-.386-.385M21.462 24.914c0-.213.173-.386.386-.386h.826a2.37 2.37 0 0 0 2.37-2.37 2.37 2.37 0 0 0-2.37-2.369h-.785a1.63 1.63 0 0 0-.979-.311c-.79 0-1.432.513-1.432 1.145 0 .627.63 1.135 1.41 1.145l-.001.005h1.787a.386.386 0 0 1 0 .771h-.826a2.37 2.37 0 0 0-2.37 2.37 2.37 2.37 0 0 0 2.37 2.369h3.196v-1.984h-3.196a.386.386 0 0 1-.386-.386M8.94 24.914c0-.213.173-.386.386-.386h.826a2.37 2.37 0 0 0 2.37-2.37 2.37 2.37 0 0 0-2.37-2.369h-.784a1.63 1.63 0 0 0-.98-.311c-.79 0-1.431.513-1.431 1.145 0 .627.628 1.135 1.409 1.145v.005h1.786a.386.386 0 0 1 0 .771h-.826a2.37 2.37 0 0 0-2.37 2.37 2.37 2.37 0 0 0 2.37 2.369h3.196v-1.984H9.326a.386.386 0 0 1-.386-.386" }))),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagMqIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" })),
React.createElement("clipPath", { id: "FlagMqIcon__b" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagMqIcon.displayName = 'FlagMqIcon';