@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.56 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagBSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagBSIcon = (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_5750)" },
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: "#FFDA44" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.0044 10.4356H9.73955L4.6871 4.68712C7.68402 1.68146 11.7555 -0.00543342 16 1.31484e-05C22.88 1.31484e-05 28.744 4.34224 31.0044 10.4356ZM31.0044 21.5645H9.73866L9.73955 21.5653L4.6871 27.3129C7.68402 30.3186 11.7555 32.0055 16 32C22.88 32 28.744 27.6578 31.0044 21.5645Z", fill: "#338AF3" }),
react_1.default.createElement("path", { d: "M4.68616 4.68628C-1.56273 10.9352 -1.56273 21.0649 4.68616 27.3138L15.9999 16.0001L4.68616 4.68628Z", fill: "#3D3D3D" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5750" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagBSIcon.displayName = 'FlagBSIcon';