UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagBHIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagBHIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_4218_5757)" }, react_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_5757" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagBHIcon.displayName = 'FlagBHIcon';