UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.98 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagDOIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_6216)" }, React.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.createElement("path", { d: "M0.551111 20.1742C2.02844 25.656 6.34489 29.9715 11.8258 31.4489V20.1742H0.551111Z", fill: "#D80027" }), React.createElement("path", { d: "M11.8258 0.551086C6.34489 2.02842 2.02844 6.34486 0.551111 11.8258H11.8258V0.551086Z", fill: "#0052B4" }), React.createElement("path", { d: "M31.4489 11.8258C29.9716 6.34486 25.6551 2.02842 20.1742 0.551086V11.8258H31.4489Z", fill: "#D80027" }), React.createElement("path", { d: "M20.1742 31.4489C25.656 29.9715 29.9716 25.6551 31.4489 20.1742H20.1742V31.4489Z", fill: "#0052B4" }), React.createElement("path", { d: "M20.1742 16C20.1742 18.3049 18.3058 20.1743 16 20.1743C13.6942 20.1743 11.8258 18.3049 11.8258 16C11.8258 13.6951 16 11.8258 16 11.8258C16 11.8258 20.1742 13.6943 20.1742 16Z", fill: "#496E2D" }), React.createElement("path", { d: "M11.8258 16C11.8258 13.6951 13.6942 11.8258 16 11.8258C18.3058 11.8258 20.1742 13.6943 20.1742 16", fill: "#0052B4" }), React.createElement("path", { d: "M13.6533 13.9129V16.5218C13.6533 17.8186 14.7046 18.8698 16.0013 18.8698C17.2981 18.8698 18.3493 17.8186 18.3493 16.5218V13.9129H13.6533Z", fill: "#D80027" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6216" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagDOIcon.displayName = 'FlagDOIcon';