@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 2.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagBLIcon = 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_7484)" },
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: "M28.568 12.8693H23.3042C23.3042 11.9089 22.5256 11.1302 21.5651 11.1302L20.1738 13.9128C20.1738 13.9128 21.6579 18.0867 21.6114 18.0867H23.3506C24.3111 18.0867 25.0897 17.3082 25.0897 16.3476C26.0502 16.3476 26.8288 15.569 26.8288 14.6085H26.7709C27.7313 14.6084 28.568 13.8299 28.568 12.8693Z", fill: "#ACABB1" }),
React.createElement("path", { d: "M3.43188 12.8693H8.69564C8.69564 11.9089 9.47428 11.1302 10.4348 11.1302L11.8261 13.9128C11.8261 13.9128 10.342 18.0867 10.3884 18.0867H8.64929C7.68875 18.0867 6.91018 17.3082 6.91018 16.3476C5.94964 16.3476 5.17106 15.569 5.17106 14.6085H5.22898C4.26845 14.6084 3.43188 13.8299 3.43188 12.8693Z", fill: "#ACABB1" }),
React.createElement("path", { d: "M21.5651 22.2604V22.956H10.4347V22.2604H7.6521V25.043H10.4347V25.7386H21.5651V25.043H24.3477V22.2604H21.5651Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M10.4347 11.1314V18.0879C10.4347 22.3478 15.9999 23.6531 15.9999 23.6531C15.9999 23.6531 21.5651 22.3478 21.5651 18.0879V11.1314L15.9999 10.4358L10.4347 11.1314Z", fill: "#0052B4" }),
React.createElement("path", { d: "M21.5651 13.9132H10.4347V18.0871H21.5651V13.9132Z", fill: "#D80027" }),
React.createElement("path", { d: "M18.7825 7.65174V8.69522L18.0868 9.04306L17.3912 8.34737V6.26041H14.6086V8.34737L13.913 9.04306L13.2173 8.69522V7.65174H10.4347V11.13H21.5651V7.65174H18.7825Z", fill: "#FFDA44" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7484" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagBLIcon.displayName = 'FlagBLIcon';