@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 2.71 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagVEIcon = 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_7871)" },
React.createElement("path", { d: "M30.4124 22.9564C31.4293 20.8533 32 18.4933 32 16C32 13.5067 31.4293 11.1467 30.4124 9.04354L16 7.65332L1.58756 9.04354C0.570667 11.1467 0 13.5067 0 16C0 18.4933 0.570667 20.8533 1.58756 22.9564L16 24.3467L30.4124 22.9555V22.9564Z", fill: "#0052B4" }),
React.createElement("path", { d: "M16 32C22.3431 32 27.824 28.3085 30.4124 22.9565H1.58755C4.176 28.3085 9.65689 32 16 32Z", fill: "#D80027" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8258 11.1307L14.3298 12.0773L15.3858 11.8996L14.6409 12.6711L15.144 13.6178L14.1804 13.1467L13.4356 13.9182L13.5849 12.856L12.6213 12.3849L13.6773 12.2071L13.8258 11.1307ZM18.304 12.1929L18.1547 11.1307L17.6516 12.0631L16.5956 11.8853L17.3404 12.6569L16.8364 13.6036L17.8009 13.1325L18.5458 13.904L18.3964 12.8418L19.36 12.3707L18.304 12.1929ZM22.2222 12.6107L22 13.6596L22.9289 14.1956L21.8622 14.3076L21.64 15.3565L21.1956 14.3769L20.1289 14.4889L20.9262 13.7716L20.4818 12.792L21.4107 13.328L22.2222 12.6107ZM24.9778 16.3022L25.5467 15.3929L24.5538 15.7929L23.8649 14.9716L23.9396 16.0418L22.944 16.4436L23.984 16.7031L24.0587 17.7733L24.6276 16.864L25.6676 17.1236L24.9778 16.3022ZM26.8658 19.8018L27.7102 19.1413L26.6409 19.1787L26.2738 18.1707L25.9778 19.2018L24.9058 19.2391L25.7947 19.8391L25.4996 20.8702L26.344 20.2098L27.2329 20.8098L26.8658 19.8018ZM10.5751 13.328L9.77778 12.6107L9.98578 13.6596L9.05689 14.1956L10.1236 14.3076L10.3458 15.3565L10.7902 14.3769L11.8569 14.4889L11.0596 13.7716L11.504 12.792L10.5751 13.328ZM6.45334 15.3929L7.44889 15.7947L8.13778 14.9733L8.06311 16.0436L9.05867 16.4453L8.01867 16.7049L7.944 17.7742L7.37511 16.8649L6.33511 17.1245L7.02489 16.3031L6.45334 15.3929ZM5.36178 19.1787L4.28978 19.1413L5.136 19.8018L4.76889 20.8098L5.65778 20.2098L6.50222 20.8702L6.20711 19.8391L7.096 19.2391L6.024 19.2018L5.728 18.1707L5.36178 19.1787Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M30.4124 9.04356C27.824 3.69156 22.3431 0 16 0C9.65689 0 4.176 3.69156 1.58755 9.04356H30.4124Z", fill: "#FFDA44" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7871" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagVEIcon.displayName = 'FlagVEIcon';