@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 2.01 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMeIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMeIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagMeIcon__a)" },
react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
react_1.default.createElement("path", { fill: "#A2001D", d: "M32 16c0-5.492-2.767-10.336-6.982-13.218H6.973C2.767 5.664 0 10.508 0 16s2.767 10.336 6.982 13.218h18.045C29.233 26.336 32 21.492 32 16" }),
react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M19.478 9.044v2.782h-6.956v-2.79l1.39.696L16 7.644l2.087 2.096zM22.258 16h.002l-.002-.002zm0 0h-3.476a1.6 1.6 0 0 0-1.39-2.405c-.621 0-1.144.343-1.414.848a1.61 1.61 0 0 0-1.415-.848 1.61 1.61 0 0 0-1.606 1.605c0 .293.09.565.216.8H9.74c0 1.064.927 1.926 1.99 1.926h-.063c0 .852.56 1.602 1.376 1.847l-1.565 1.564 1.476 1.476 2.093-2.094q.125.045.254.071l-1.256 2.855a5.2 5.2 0 0 0 3.927 0l-1.265-2.857q.132-.024.254-.07l2.093 2.093 1.476-1.476-1.565-1.564a1.93 1.93 0 0 0 1.376-1.847h-.073c1.063 0 1.99-.86 1.99-1.924", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "m16 17.044-2.26 1.043v2.087l2.26 1.39 2.26-1.39v-2.088z" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M13.74 16h4.521v2.782H13.74z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagMeIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagMeIcon.displayName = 'FlagMeIcon';