UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.78 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagDZIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagDZIcon = (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_5631)" }, react_1.default.createElement("path", { d: "M16 0C24.8356 0 32 7.16444 32 16C32 24.8356 24.8356 32 16 32C16 31.304 13.9129 16 13.9129 16L16 0Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M16 32C7.16444 32 0 24.8356 0 16C0 7.16444 7.16444 0 16 0", fill: "#496E2D" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.8053 16C12.8063 18.497 14.8301 20.5212 17.3271 20.5226V20.5129C18.0783 20.514 18.8179 20.327 19.4782 19.9689C18.4398 20.9873 17.0429 21.5571 15.5884 21.5555C12.5148 21.5555 10.0231 19.0639 10.0231 15.9902C10.0231 12.9166 12.5148 10.4249 15.5884 10.4249C17.0429 10.4233 18.4398 10.9931 19.4782 12.0115C18.8382 11.6738 18.1058 11.4782 17.3271 11.4782C14.8304 11.4797 12.8068 13.5033 12.8053 16ZM18.1333 14.7404L19.4373 12.9315L19.456 15.1671L21.5822 15.8569L19.4489 16.5484V18.7831L18.1333 16.976L16 17.6675L17.3155 15.8578L16 14.0506L18.1333 14.7404Z", fill: "#D80027" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_5631" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagDZIcon.displayName = 'FlagDZIcon';