UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagMrIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagMrIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagMrIcon__a)" }, react_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagMrIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagMrIcon.displayName = 'FlagMrIcon';