UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.05 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagMrIcon = 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(#FlagMrIcon__a)" }, React.createElement("path", { fill: "#496E2D", 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", fillRule: "evenodd", d: "M16.518 12.725 16 11.131l-.518 1.578h-1.677l1.357.985-.518 1.595L16 14.31l1.356.994-.518-1.595 1.357-.985zm-5.954 1.386a5.566 5.566 0 0 0 10.872 0 5.56 5.56 0 0 1-2.653 6.013 5.565 5.565 0 0 1-8.219-6.013", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagMrIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagMrIcon.displayName = 'FlagMrIcon';