UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.2 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBHIcon = 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_5757)" }, 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: "M15.976 1.93862e-05C12.8815 -0.00480216 9.85225 0.889852 7.25689 2.57513L11.3778 5.33335L6.22222 8.00002L11.3778 10.6667L6.22222 13.3334L11.3778 16L6.22222 18.6667L11.3778 21.3334L6.22222 24L11.3778 26.6667L7.256 29.4258C9.85172 31.1109 12.8813 32.0053 15.976 32C24.8267 32 32 24.8356 32 16C32 7.16446 24.8267 1.93862e-05 15.976 1.93862e-05Z", fill: "#D80027" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_5757" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagBHIcon.displayName = 'FlagBHIcon';