UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 2.14 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBTIcon = 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_5823)" }, React.createElement("path", { d: "M4.68618 27.3137C-1.56271 21.0648 -1.56271 10.9351 4.68618 4.68618C10.9351 -1.56271 21.0648 -1.56271 27.3137 4.68618C27.3137 4.68796 31.5626 19.0648 25.3137 25.3128C19.0648 31.5608 4.69151 27.3173 4.68707 27.3128L4.68618 27.3137Z", fill: "#EFB22D" }), React.createElement("path", { d: "M4.68625 27.3138C10.9351 33.5627 21.0649 33.5627 27.3138 27.3138C33.5627 21.0649 33.5627 10.9351 27.3138 4.68622L4.68625 27.3138Z", fill: "#E23D28" }), React.createElement("path", { d: "M25.0507 9.04357V6.26135H19.7173L19.3102 6.66846C17.8613 8.11735 18.1049 9.80891 18.2827 11.0418C18.448 12.1867 18.4676 12.6258 18.0427 13.0507C17.6178 13.4756 17.1778 13.4569 16.0338 13.2907C14.7982 13.1129 13.1093 12.8694 11.6605 14.3182C10.2116 15.7671 10.4551 17.4578 10.6329 18.6916C10.7982 19.8365 10.8178 20.2756 10.3929 20.7005C9.96801 21.1254 9.52801 21.1067 8.38401 20.9405L6.97956 20.8L6.94934 23.5822C7.25779 23.5858 7.60979 23.6356 7.98312 23.6907C8.4249 23.7547 8.92534 23.8267 9.45156 23.8267C9.99734 23.8267 10.5716 23.7485 11.1387 23.504V25.7307H15.3129V23.6534H13.2258V22.2622H14.6169V20.1751H13.5058C13.5591 19.4996 13.4658 18.8534 13.3858 18.3085C13.2205 17.1636 13.2009 16.7245 13.6258 16.2996C14.0507 15.8747 14.4907 15.8934 15.6347 16.0596C16.5342 16.1894 17.6756 16.3529 18.7902 15.8729V18.0996H22.9645V16H20.8773V14.6089H22.2685V12.5218H21.1556C21.2089 11.8462 21.1156 11.2 21.0356 10.6462C20.92 9.84624 20.8756 9.39113 21.0045 9.04357H25.0489H25.0507Z", fill: "white" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_5823" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagBTIcon.displayName = 'FlagBTIcon';