@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.67 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagTwIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagTwIcon = (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(#FlagTwIcon__a)" },
react_1.default.createElement("path", { fill: "#D80027", d: "M32 16c0 8.836-7.164 16-16 16S0 24.836 0 16L16 0c8.836 0 16 7.164 16 16" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M16 16V0C7.164 0 0 7.164 0 16z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "m13.913 9.364-1.954.919L13 12.176l-2.122-.406-.269 2.144-1.478-1.577-1.478 1.577-.269-2.144-2.122.406 1.04-1.893-1.953-.92 1.954-.919-1.04-1.893 2.122.406.27-2.142L9.13 6.4l1.478-1.577.268 2.142L13 6.56l-1.04 1.893z" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M9.132 12.342a2.979 2.979 0 1 0 0-5.957 2.979 2.979 0 0 0 0 5.957" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M9.13 10.951a1.59 1.59 0 0 1-1.586-1.587 1.59 1.59 0 0 1 1.587-1.586 1.59 1.59 0 0 1 1.586 1.586 1.59 1.59 0 0 1-1.586 1.587" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagTwIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagTwIcon.displayName = 'FlagTwIcon';