@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 2.69 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagBAIcon = 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_5839)" },
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 0C10.3271 0 5.344 2.95289 2.50311 7.40444L24.192 29.7404C28.8711 26.9467 32 21.84 32 16C32 7.16444 24.8356 0 16 0Z", fill: "#FFDA44" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32 16C32.0051 12.0121 30.5158 8.16708 27.8258 5.22308V26.7769C30.5158 23.8329 32.0051 19.9878 32 16ZM19.9947 30.1173L21.6622 30.1164L22.1796 28.5218L22.6987 30.1155H23.5396C24.0551 29.8489 24.5529 29.536 25.0329 29.2071L2.79289 6.96708C2.42667 7.50219 2.09244 8.06042 1.792 8.63819L1.98933 9.24531H3.66489L2.31111 10.2222L2.83022 11.816L1.47378 10.832L0.673778 11.4204C0.231111 12.8773 0 14.4115 0 16C0 24.8355 7.16444 32 16 32C17.8148 32.0019 19.6166 31.6944 21.328 31.0906L19.9947 30.1173ZM3.57618 15.2814L3.56889 15.304L3.56711 15.288L3.57618 15.2814ZM3.57618 15.2814L4.08444 13.7093L2.728 12.7253L4.40356 12.7244L4.92089 11.1298L5.44 12.7235L7.11556 12.7226L5.76 13.7004L6.27911 15.2942L4.92267 14.3102L3.57618 15.2814ZM7.02044 18.7822L7.02773 18.7597L8.37422 17.7884L9.73067 18.7724L9.21156 17.1786L10.5671 16.2009L8.89156 16.2017L8.37245 14.608L7.85511 16.2026L6.17956 16.2035L7.536 17.1875L7.02773 18.7597L7.01867 18.7662L7.02044 18.7822ZM10.4789 22.239L10.472 22.2604L10.4702 22.2453L10.4789 22.239ZM10.4789 22.239L10.9876 20.6657L9.63111 19.6817L11.3067 19.6809L11.824 18.0862L12.3431 19.68H14.0187L12.6631 20.6577L13.1822 22.2515L11.8258 21.2675L10.4789 22.239ZM15.2791 24.7529L13.9236 25.7306L14.4391 24.136L13.0827 23.152L14.7582 23.1511L15.2756 21.5564L15.7947 23.1502L17.4702 23.1493L16.1147 24.1271L16.6338 25.7209L15.2773 24.7369L15.2791 24.7529ZM17.3824 29.1943L17.3751 29.2169L17.3733 29.2009L17.3824 29.1943ZM17.3824 29.1943L18.7289 28.2231L20.0853 29.2071L19.5662 27.6133L20.9218 26.6355L19.2462 26.6364L18.7271 25.0426L18.2098 26.6373L16.5342 26.6382L17.8907 27.6222L17.3824 29.1943Z", fill: "#0052B4" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_5839" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagBAIcon.displayName = 'FlagBAIcon';