UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagMaIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagMaIcon = (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(#FlagMaIcon__a)" }, react_1.default.createElement("path", { fill: "#D80027", 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: "M25.455 13.13h-.002l.003-.001zm-.002 0-5.84 4.245 2.23 6.871L16 20l-5.843 4.246 2.231-6.87-5.843-4.246h7.224L16 6.26l2.231 6.87zm-11.429 3.716L16 18.28l1.978-1.434-.756-2.324H14.78zm2.745-3.715h.002zm0 0h-1.536L16 10.764zm2.393 2.853 2.013-1.463h-2.489zl-.001.001m-6.32 0 .476-1.463h-2.49zm-.037 4.619v-.001l2.014-1.462-1.245-.905-.768 2.367zm5.627-2.368-1.244.905h-.001l2.014 1.463z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagMaIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagMaIcon.displayName = 'FlagMaIcon';