UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.75 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagMzIcon = 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(#FlagMzIcon__a)" }, 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: "#FFDA44", d: "m8.649 22.26-3.962 5.053A15.95 15.95 0 0 0 16 32c6.613 0 12.29-4.014 14.727-9.74z" }), React.createElement("path", { fill: "#006C35", d: "M30.752 9.797C28.329 4.042 22.637 0 16 0A15.95 15.95 0 0 0 4.687 4.687l4.007 5.111h22.058" }), React.createElement("path", { fill: "#3D3D3D", d: "M3.478 11.769v8.405h27.97c.368-1.36.553-2.764.552-4.174.001-1.43-.19-2.853-.566-4.232z" }), React.createElement("path", { fill: "#A2001D", d: "M4.686 4.686c-6.249 6.25-6.249 16.379 0 22.628L16 16z" }), React.createElement("path", { fill: "#FFDA44", d: "m6.476 11.826 1.035 3.187h3.353l-2.711 1.971 1.035 3.188-2.71-1.97-2.712 1.97L4.8 16.986l-2.711-1.97H5.44z" }), React.createElement("path", { fill: "#F0F0F0", d: "M3.444 16h6.064v2.782H3.444z" }), React.createElement("path", { fill: "#3D3D3D", d: "m10.656 12.809-.984-.984-3.196 3.197-3.196-3.196-.985.983 3.2 3.194-3.2 3.2.984.97 3.197-3.2 3.196 3.2.984-.97-3.2-3.2z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagMzIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagMzIcon.displayName = 'FlagMzIcon';