@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.65 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagTLIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagTLIcon = (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_6226)" },
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: "M16 0C12.0827 0 8.49511 1.40889 5.71378 3.74578L22.9564 16L5.71378 28.2542C8.49511 30.5911 12.0827 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M4.68617 4.68622C-1.56272 10.9351 -1.56272 21.0649 4.68617 27.3138L15.9999 16L4.68617 4.68622Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M4.43556 12.3351L6.87111 14.64L9.81511 13.0364L8.37511 16.0649L10.8107 18.3698L7.48622 17.9369L6.04622 20.9653L5.43111 17.6693L2.10667 17.2364L5.05067 15.6329L4.43556 12.3351Z", fill: "#F0F0F0" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6226" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagTLIcon.displayName = 'FlagTLIcon';