@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 2.34 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagBYIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagBYIcon = (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_3422_2310)" },
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: "M6.60889 14.8409L4.86933 11.6853L6.60889 8.57956L8.34844 11.6853L6.60889 14.8409Z", fill: "#A2001D" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.39111 11.6853L3.13067 14.8409L4.86933 11.6853L3.13067 8.57956L1.39111 11.6853ZM4.86933 20.2649L6.60889 23.4204L8.34844 20.2649L6.60889 17.1591L4.86933 20.2649Z", fill: "#A2001D" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.35556 3.10578L8.35241 3.1001L8.35467 3.096L8.35556 3.10578ZM8.35241 3.1001L7.86311 2.21689C6.98246 2.73893 6.15379 3.34406 5.38844 4.024L6.61511 6.25156L8.35241 3.1001ZM3.13067 23.4204L1.39111 20.2649L3.13067 17.1591L4.86933 20.2649L3.13067 23.4204ZM5.36889 27.9556L6.60889 25.7396L8.34844 28.8453L7.84178 29.7653C6.96163 29.2424 6.13356 28.6363 5.36889 27.9556Z", fill: "#A2001D" }),
react_1.default.createElement("path", { d: "M9.73956 20.1742V30.7289C11.7193 31.5705 13.8488 32.0029 16 32C22.88 32 28.744 27.6578 31.0044 21.5644L9.73867 20.1733L9.73956 20.1742Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M31.0044 21.5644C31.6647 19.7836 32.0018 17.8993 32 16C32 7.16444 24.8356 0 16 0C13.7778 0 11.6622 0.444444 9.73956 1.27111V21.5644L31.0044 21.5644Z", fill: "#A2001D" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_3422_2310" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagBYIcon.displayName = 'FlagBYIcon';