@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 2.79 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagSMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagSMIcon = (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_7298)" },
react_1.default.createElement("path", { d: "M32 16C32 24.8365 24.8366 32 16 32C7.16344 32 0 24.8365 0 16C0.693333 16 16 13.9111 16 13.9111L32 16Z", fill: "#338AF3" }),
react_1.default.createElement("path", { d: "M0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M22.3466 11.04L16 17.3956L9.65331 11.0489C8.83553 12.2667 8.35553 13.7333 8.35553 15.3156V17.4045C8.35553 20.7556 10.5244 23.6089 13.5289 24.64C13.1155 25.4507 13.2165 26.4286 13.7866 27.1378L16.0622 25.3156L18.3378 27.1378C18.9135 26.4192 19.0078 25.4275 18.5778 24.6133C21.5378 23.5467 23.6711 20.72 23.6711 17.4133V15.3245C23.6711 13.7511 23.1911 12.2756 22.3733 11.0578L22.3466 11.04Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M16 22.96C12.9333 22.96 10.4355 20.4711 10.4355 17.3956V15.3067C10.4355 12.24 12.9244 9.74222 16 9.74222C19.0755 9.74222 21.5644 12.2311 21.5644 15.3067V17.3956C21.5644 20.4622 19.0755 22.96 16 22.96Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M19.4667 17.3955V15.3067C19.4667 13.3847 17.9086 11.8267 15.9867 11.8267C14.0647 11.8267 12.5067 13.3847 12.5067 15.3067V17.3955L15.9733 18.0889L19.44 17.3955H19.4667Z", fill: "#338AF3" }),
react_1.default.createElement("path", { d: "M12.5333 17.3956C12.5333 19.3175 14.0914 20.8756 16.0133 20.8756C17.9353 20.8756 19.4933 19.3175 19.4933 17.3956H12.5333Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M20.1778 9.74224C20.1778 8.58668 19.2445 7.65335 18.0889 7.65335C17.5556 7.65335 17.0667 7.85779 16.6934 8.18668V6.96001H17.3867V5.56446H16.6934V4.87112H15.2978V5.56446H14.6045V6.96001H15.2978V8.17779C14.9245 7.8489 14.4445 7.64446 13.9022 7.64446C12.7467 7.64446 11.8134 8.57779 11.8134 9.73335C11.8134 10.3556 12.08 10.9067 12.5067 11.2889V12.5156H19.4667V11.2889C19.8934 10.9067 20.16 10.3556 20.16 9.73335L20.1778 9.74224Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7298" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagSMIcon.displayName = 'FlagSMIcon';