UNPKG

@ozen-ui/icons

Version:

A collection of icons

19 lines (18 loc) 2.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagUgIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagUgIcon = (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(#FlagUgIcon__a)" }, react_1.default.createElement("path", { fill: "#FFDA44", d: "M27.929 27.272A16.33 16.33 0 0 0 32 16.444c0-4.15-1.538-7.958-4.071-10.828L16 4.444 4.071 5.617A16.33 16.33 0 0 0 0 16.445c0 4.15 1.538 7.957 4.071 10.827L16 28.444z" }), react_1.default.createElement("path", { fill: "#3D3D3D", d: "M4.444 5.333h24A16.1 16.1 0 0 0 16.45 0 16.13 16.13 0 0 0 4.444 5.333" }), react_1.default.createElement("path", { fill: "#D80027", d: "m0 16.303 16 1.475 16-1.475c0-1.973-.32-3.87-.916-5.636H.916A17.6 17.6 0 0 0 0 16.303" }), react_1.default.createElement("path", { fill: "#3D3D3D", d: "M.915 21.333h30.17C31.67 19.663 32 17.867 32 16H0c0 1.867.32 3.662.915 5.333" }), react_1.default.createElement("path", { fill: "#D80027", d: "M28.445 26.667h-24a16.1 16.1 0 0 0 12 5.333c4.774 0 9.049-2.062 12-5.333" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M22.222 16.889a5.333 5.333 0 1 1-10.666 0 5.333 5.333 0 0 1 10.666 0" }), react_1.default.createElement("path", { fill: "#3D3D3D", d: "m18.686 16.723-2.067-.813.507-1.566a.966.966 0 0 0-.291-.941l.517-.47c-.33-.3-.79-.489-1.297-.489-.508 0-.968.189-1.297.488l.517.47a.97.97 0 0 0-.32.71c0 .104.019.198.047.292l-.78.71h1.41s-.592.804-.912 1.454 0 1.455.752 1.772l.432.17.715.6v.667l-.733.668h1.475V19.1l.658-.599h1.39l.02-.034c.328-.684 0-1.455-.752-1.771z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagUgIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagUgIcon.displayName = 'FlagUgIcon';