@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.18 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMuIcon = 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(#FlagMuIcon__a)" },
React.createElement("path", { fill: "#D80027", d: "M1.947 8.347 16 9.74l14.053-1.393C27.34 3.374 22.065 0 16 0S4.66 3.374 1.947 8.347" }),
React.createElement("path", { fill: "#FFDA44", d: "M1.947 23.653 16 25.043l14.053-1.39A15.9 15.9 0 0 0 32 16l-16-1.391L0 16a15.9 15.9 0 0 0 1.946 7.652z" }),
React.createElement("path", { fill: "#0052B4", d: "M1.947 8.347A15.9 15.9 0 0 0 0 16h32a15.9 15.9 0 0 0-1.946-7.652z" }),
React.createElement("path", { fill: "#6DA544", d: "M16 32c6.065 0 11.34-3.374 14.053-8.347H1.947C4.66 28.626 9.935 32 16 32" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagMuIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagMuIcon.displayName = 'FlagMuIcon';