@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 2.69 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagBNIcon = 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_5895)" },
React.createElement("path", { d: "M16 31.9973C24.8351 31.9973 31.9973 24.835 31.9973 16C31.9973 7.16487 24.8351 0.00262451 16 0.00262451C7.16491 0.00262451 0.00265503 7.16487 0.00265503 16C0.00265503 24.835 7.16491 31.9973 16 31.9973Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M2.14576 8C1.44028 9.22008 0.899013 10.528 0.53598 11.8898L27.2889 27.3369C28.2649 26.3636 29.1306 25.248 29.8524 23.9982L2.14576 8Z", fill: "#3D3D3D" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.70932 4.6613C9.70488 -0.318257 17.5982 -1.55026 23.9982 2.14574C30.4 5.83997 33.28 13.2924 31.4631 20.1066L4.70932 4.6613ZM27.2889 27.3378C22.2934 32.3173 14.4 33.5493 8.00005 29.8533C1.60005 26.1582 -1.27995 18.7075 0.536046 11.8906L27.2889 27.3378Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M20.52 14.2605C20.52 16.7582 18.496 18.7813 15.9991 18.7813C13.5022 18.7813 11.4782 16.7573 11.4782 14.2605C11.4769 13.5096 11.6637 12.7704 12.0213 12.1102C11.0029 13.1486 10.4331 14.5455 10.4347 16C10.4347 19.0732 12.926 21.5645 15.9991 21.5645C19.0723 21.5645 21.5636 19.0732 21.5636 16C21.5651 14.5455 20.9953 13.1486 19.9769 12.1102C20.3324 12.7502 20.5191 13.4827 20.5191 14.2613L20.52 14.2605Z", fill: "#D80027" }),
React.createElement("path", { d: "M14.9564 9.04443H17.0426V19.4773H14.9564V9.04443Z", fill: "#D80027" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5218 11.1307H19.4667C19.4667 11.6107 19.0578 12 18.5778 12H18.5973C18.5963 12.4797 18.2077 12.8684 17.728 12.8693C17.727 13.3491 17.3384 13.7377 16.8587 13.7387H15.12C14.6403 13.7377 14.2516 13.3491 14.2507 12.8693C13.7709 12.8684 13.3823 12.4797 13.3813 12H13.4107C12.9395 12 12.5218 11.6107 12.5218 11.1307ZM20.8595 20.1733H11.1218L11.1307 22.2596H20.8595V20.1733Z", fill: "#D80027" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.904 20.8684H9.73065V22.9546H13.904V20.8684ZM22.2595 20.8684H18.0862V22.9546H22.2595V20.8684Z", fill: "#D80027" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_5895" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagBNIcon.displayName = 'FlagBNIcon';