UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 1.9 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagMdIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagMdIcon = (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(#FlagMdIcon__a)" }, react_1.default.createElement("path", { fill: "#FFDA44", d: "M22.956 1.588A15.9 15.9 0 0 0 16 0a15.9 15.9 0 0 0-6.956 1.588L7.654 16l1.39 14.413A15.94 15.94 0 0 0 16 32c2.409.003 4.787-.54 6.956-1.587L24.346 16z" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M9.044 1.588C3.692 4.176 0 9.657 0 16s3.692 11.824 9.044 14.412z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M22.957 1.588v28.824C28.307 27.824 32 22.343 32 16S28.308 4.176 22.956 1.588" }), react_1.default.createElement("path", { fill: "#FF9811", d: "M21.565 12.588h-3.826a1.74 1.74 0 0 0-3.48 0h-3.823c0 .946.824 1.712 1.768 1.712h-.056c0 .946.766 1.712 1.712 1.712 0 .838.601 1.534 1.395 1.682l-1.35 3.046a5.55 5.55 0 0 0 4.19 0l-1.35-3.046a1.71 1.71 0 0 0 1.395-1.682c.946 0 1.712-.767 1.712-1.712h-.056c.945 0 1.768-.766 1.768-1.712" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M16 14.956 13.74 16v2.087L16 19.478l2.26-1.39V16z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M13.74 13.913h4.521V16H13.74z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagMdIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagMdIcon.displayName = 'FlagMdIcon';