@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 3.08 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCKIcon = 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_5505)" },
React.createElement("path", { d: "M32 16C32 24.8365 24.8365 32 16 32C7.1635 32 0 24.8365 0 16C0 16.0038 16 0.00175 16 0C24.8365 0 32 7.1635 32 16Z", fill: "#0052B4" }),
React.createElement("path", { d: "M15.9572 16.0005H16C16 15.9861 16 15.9721 16 15.9576C15.9858 15.972 15.9715 15.9862 15.9572 16.0005Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M16 8.34781C16 5.5325 16 3.68781 16 0H15.9973C7.162 0.0015 0 7.16431 0 16H8.34781V11.2993L13.0486 16H15.9572C15.9715 15.9858 15.9858 15.9715 16.0001 15.9572C16.0001 14.8793 16.0001 13.9174 16.0001 13.0486L11.2992 8.34781H16Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M8.0946 2.08725C5.59217 3.51219 3.51179 5.59256 2.08685 8.095V16.0003H6.26079V6.26131V6.26119H15.9999C15.9999 4.94475 15.9999 3.69062 15.9999 2.08725H8.0946Z", fill: "#D80027" }),
React.createElement("path", { d: "M15.9998 14.0321L10.3153 8.34753H8.34772V8.34766L15.9997 15.9996H15.9998C15.9998 15.9996 15.9998 14.643 15.9998 14.0321Z", fill: "#D80027" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.4983 18.5705L22.1881 17.5885L22.977 16.982H22.002L21.6918 16L21.3816 16.982H20.4065L21.1954 17.5885L20.8853 18.5705L21.6742 17.964L22.4983 18.5705ZM24.3155 20.0312L24.7905 19.1175L25.7772 19.2465L25.0878 18.557L25.5628 17.6433L24.6491 18.1183L23.9596 17.4289L24.0886 18.4156L23.1749 18.8906L24.1616 19.0196L24.3155 20.0312ZM25.6115 22.1881L24.6295 22.4983L25.236 21.6742L24.6295 20.8853L25.6115 21.1955L26.218 20.4065V21.3816L27.2 21.6918L26.218 22.002V22.977L25.6115 22.1881ZM17.5885 22.1881L18.5705 22.4983L17.964 21.6742L18.5705 20.8853L17.5885 21.1955L16.982 20.4065L16.982 21.3816L16 21.6918L16.982 22.002L16.982 22.977L17.5885 22.1881ZM19.1174 24.7905L20.0311 24.3155L19.0196 24.1616L18.8906 23.1749L18.4155 24.0887L17.4288 23.9596L18.1183 24.6491L17.6432 25.5628L18.5569 25.0878L19.2464 25.7773L19.1174 24.7905ZM23.1749 24.3155L24.0886 24.7905L23.9596 25.7773L24.6491 25.0878L25.5628 25.5628L25.0877 24.6491L25.7772 23.9596L24.7905 24.0887L24.3155 23.1749L24.1865 24.1616L23.1749 24.3155ZM18.4155 19.1175L18.8906 20.0312L19.0444 19.0196L20.0311 18.8906L19.1174 18.4156L19.2464 17.4289L18.557 18.1183L17.6432 17.6433L18.1183 18.557L17.4288 19.2465L18.4155 19.1175ZM22.1881 25.6115L22.4983 24.6295L21.6742 25.236L20.8853 24.6295L21.1954 25.6115L20.4065 26.218H21.3816L21.6918 27.2L22.002 26.218H22.977L22.1881 25.6115Z", fill: "white" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_5505" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagCKIcon.displayName = 'FlagCKIcon';