@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 3.06 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCVIcon = 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_5959)" },
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: "M16 32C20.8498 32 25.1947 29.8427 28.1289 26.4355H3.86222C6.80533 29.8427 11.1502 32 16 32Z", fill: "#003893" }),
React.createElement("path", { d: "M32 16C32 7.16444 24.8356 0 16 0C7.16444 0 -2.54982e-07 7.16444 -2.54982e-07 16C-0.000766664 17.4096 0.184538 18.8131 0.551111 20.1742H31.4489C31.8071 18.8436 32 17.4453 32 16Z", fill: "#003893" }),
React.createElement("path", { d: "M1.27111 22.2604C1.57956 22.9849 1.94044 23.6827 2.34667 24.3475H29.6498C30.0593 23.6792 30.4191 22.9816 30.7262 22.2604H1.27111Z", fill: "#D80027" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.7031 17.8409L11.4364 17.0436L11.2 17.8409H10.3618L11.04 18.3334L10.7733 19.1307L11.4516 18.6382L12.1298 19.1307L11.8631 18.3334L12.5413 17.8409H11.7031ZM11.7031 28.2765L11.4364 27.4791L11.2 28.2765H10.3618L11.04 28.7689L10.7733 29.5662L11.4516 29.0738L12.1298 29.5662L11.8631 28.7689L12.5413 28.2765H11.7031ZM6.57956 23.9502L6.84622 24.7476H7.68444L7.00622 25.24L7.27289 26.0374L6.59467 25.5449L5.91644 26.0374L6.176 25.24L5.49778 24.7476H6.336L6.57956 23.9502ZM8.71111 18.8845L8.44444 18.0871L8.20089 18.8845H7.36267L8.04089 19.3769L7.78133 20.1742L8.45956 19.6818L9.13778 20.1742L8.87111 19.3769L9.54933 18.8845H8.71111ZM5.48267 21.3689H6.31111L6.57778 20.5716L6.84444 21.3689H7.68267L7.00444 21.8614L7.27111 22.6587L6.59289 22.1662L5.91467 22.6587L6.18133 21.8614L5.48267 21.3689ZM8.02311 27.5725L7.75644 28.3698L8.46489 27.8774L9.14311 28.3698L8.87644 27.5725L9.55467 27.08H8.71644L8.44978 26.2827L8.18311 27.08H7.34489L8.02311 27.5725ZM16.2933 23.9494L16.0267 24.7467H15.1884L15.8667 25.2391L15.6 26.0365L16.2782 25.544L16.9564 26.0365L16.6898 25.2391L17.368 24.7467H16.5298L16.2933 23.9494ZM14.16 18.8845L14.4267 18.0871L14.6631 18.8845H15.5013L14.8231 19.3769L15.0898 20.1742L14.4116 19.6818L13.7333 20.1742L14 19.3769L13.3218 18.8845H14.16ZM17.3804 21.3689H16.5422L16.2756 20.5716L16.0089 21.3689H15.1707L15.8489 21.8614L15.5822 22.6587L16.2604 22.1662L16.9387 22.6587L16.672 21.8614L17.3804 21.3689ZM14.8382 27.5725L15.1049 28.3698L14.3964 27.8774L13.7182 28.3698L13.9849 27.5725L13.3067 27.08H14.1449L14.4116 26.2827L14.6782 27.08H15.5164L14.8382 27.5725Z", fill: "#FFDA44" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_5959" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagCVIcon.displayName = 'FlagCVIcon';