@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.98 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagSTIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagSTIcon = (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_7307)" },
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.0045 10.4355H9.73958L4.68713 4.68709C7.68405 1.68143 11.7556 -0.00546394 16 -1.73692e-05C22.88 -1.73692e-05 28.744 4.34221 31.0045 10.4355ZM31.0045 21.5644H9.73869L9.73958 21.5653L4.68713 27.3129C7.68405 30.3185 11.7556 32.0054 16 32C22.88 32 28.744 27.6578 31.0045 21.5644Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M4.68618 4.68622C-1.56271 10.9351 -1.56271 21.0649 4.68618 27.3138L16 16L4.68618 4.68622Z", fill: "#D80027" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.008 15.3511L20.3173 13.2178L19.6284 15.3511H17.3929L19.2009 16.6649L18.5102 18.7982L20.3182 17.4844L22.1262 18.7982L21.4355 16.6649L23.2435 15.3511H21.008ZM27.9644 15.3511L27.2738 13.2178L26.584 15.3529H24.3484L26.1564 16.6667L25.4658 18.8L27.2738 17.4862L29.0818 18.8L28.3911 16.6667L30.2 15.3511H27.9644Z", fill: "#3D3D3D" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7307" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagSTIcon.displayName = 'FlagSTIcon';