@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 2.12 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagVAIcon = 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_7861)" },
React.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.createElement("path", { d: "M16 32C7.16444 32 0 24.8356 0 16C0 7.16444 7.16444 0 16 0", fill: "#FFDA44" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.1342 17.9004L22.1271 13.9227L22.128 13.9218L20.4613 15.1787L18.7831 12.9591L21.5582 10.8613L26.2444 17.0613C27.2118 16.7597 28.2562 17.1959 28.7217 18.096C29.1872 18.9961 28.9395 20.1004 28.1342 20.7156C27.3227 21.3225 26.1927 21.2595 25.4537 20.5661C24.7147 19.8726 24.58 18.7488 25.1342 17.9004ZM27.4302 18.6311C27.1991 18.3253 26.7627 18.2649 26.456 18.496C26.1493 18.7271 26.0898 19.1644 26.3209 19.4702C26.552 19.776 26.9893 19.8364 27.2951 19.6053C27.6009 19.3742 27.6613 18.9369 27.4302 18.6311Z", fill: "#ACABB1" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.9627 12.96L27.2844 15.1795L27.2853 15.1804L25.6187 13.9235L22.6116 17.9013C23.1657 18.7497 23.0311 19.8735 22.2921 20.567C21.5531 21.2604 20.423 21.3234 19.6116 20.7164C18.8063 20.1013 18.5586 18.997 19.0241 18.0969C19.4896 17.1968 20.5339 16.7606 21.5013 17.0622L26.1876 10.8622L28.9627 12.96ZM20.4507 19.6053C20.7582 19.8373 21.1938 19.7769 21.4249 19.4702C21.6569 19.1644 21.5973 18.728 21.2898 18.496C20.9822 18.264 20.5476 18.3253 20.3156 18.6311C20.0836 18.9369 20.1431 19.3733 20.4507 19.6053Z", fill: "#FFDA44" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7861" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagVAIcon.displayName = 'FlagVAIcon';