@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.72 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagTZIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagTZIcon = (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_7574)" },
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", { d: "M4.68625 27.3137C5.35744 27.9849 6.07356 28.5835 6.82475 29.1105L29.1104 6.82481C28.5835 6.07362 27.9849 5.35749 27.3137 4.68631C26.6424 4.01512 25.9264 3.41662 25.1752 2.88962L2.88963 25.1753C3.4165 25.9263 4.01513 26.6425 4.68625 27.3137Z", fill: "black" }),
react_1.default.createElement("path", { d: "M4.68633 4.68635C-0.361299 9.7341 -1.33036 17.3148 1.77733 23.3362L23.3362 1.77741C17.3148 -1.33028 9.73401 -0.361151 4.68633 4.68635Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M27.3137 27.3138C32.3613 22.2661 33.3303 14.6853 30.2228 8.66388L8.66388 30.2228C14.6852 33.3304 22.266 32.3614 27.3137 27.3138Z", fill: "#338AF3" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7574" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagTZIcon.displayName = 'FlagTZIcon';