UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.78 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBRIcon = 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_5858)" }, 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: "#009B3A" }), React.createElement("path", { d: "M16 6.26044L29.2178 16L16 25.7395L2.78223 16L16 6.26044Z", fill: "#FEDF00" }), React.createElement("path", { d: "M16 21.5654C19.0736 21.5654 21.5653 19.0737 21.5653 16C21.5653 12.9264 19.0736 10.4347 16 10.4347C12.9263 10.4347 10.4347 12.9264 10.4347 16C10.4347 19.0737 12.9263 21.5654 16 21.5654Z", fill: "#F0F0F0" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.5653 16C21.5652 16.3581 21.5307 16.7153 21.4622 17.0667V17.0765C19.3742 14.9182 16.4498 13.5742 13.2178 13.5742C12.4345 13.5737 11.6532 13.6535 10.8862 13.8125C11.7378 11.8214 13.7067 10.4347 16 10.4347C17.4761 10.4345 18.8918 11.0207 19.9356 12.0645C20.9793 13.1082 21.5656 14.5239 21.5653 16ZM10.4373 16.0649C11.3377 15.7855 12.2751 15.6438 13.2178 15.6445L13.2169 15.6516C16.0754 15.6513 18.778 16.9548 20.5573 19.192C19.5511 20.6267 17.8845 21.5654 16 21.5654C12.9524 21.5646 10.4724 19.1124 10.4373 16.0649Z", fill: "#002776" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_5858" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagBRIcon.displayName = 'FlagBRIcon';