@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.71 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagBWIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagBWIcon = (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_5851)" },
react_1.default.createElement("path", { d: "M0.755556 11.1307C0.266667 12.6667 0 14.3022 0 16C0 17.6978 0.266667 19.3333 0.755556 20.8693L16 21.5644L31.2444 20.8684C31.7463 19.2944 32.0011 17.6521 32 16C32 14.3111 31.7333 12.6667 31.2444 11.1307L16 10.4355L0.755556 11.1307Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M32 16C32 15.0507 31.9164 14.1209 31.7582 13.2178H0.241778C0.0835559 14.1209 3.75634e-07 15.0507 3.75634e-07 16C-0.000201163 16.9327 0.0806961 17.8636 0.241778 18.7822H31.7582C31.9193 17.8636 32.0002 16.9327 32 16Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.755554 11.1307C2.816 4.67556 8.86222 0 16 0C23.1378 0 29.184 4.67556 31.2444 11.1307H0.755554ZM31.2444 20.8693C29.184 27.3244 23.1378 32 16 32C8.86222 32 2.816 27.3244 0.755554 20.8693H31.2444Z", fill: "#338AF3" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5851" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagBWIcon.displayName = 'FlagBWIcon';