UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagDKIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagDKIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_4218_6161)" }, react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.864 13.9129H12.5218V0.380444C13.6418 0.133333 14.8053 0 16 0C24.1298 0 30.8418 6.06222 31.864 13.9129ZM8.34845 1.95556V13.9129H0.136002C0.800002 8.73955 3.95556 4.34222 8.34845 1.95556ZM8.34845 18.0871H0.136002C0.809779 23.2604 3.95467 27.6578 8.34933 30.0551V18.0871H8.34845ZM12.5218 31.6196V18.0871H12.5227H31.8649C30.8418 25.9378 24.1289 32 16 32C14.8062 32 13.6418 31.8684 12.5218 31.6196Z", fill: "#D80027" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6161" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagDKIcon.displayName = 'FlagDKIcon';