@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.43 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagTwIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagTwIcon__a)" },
React.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.createElement("path", { fill: "#0052B4", d: "M16 16V0C7.164 0 0 7.164 0 16z" }),
React.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.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.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.createElement("defs", null,
React.createElement("clipPath", { id: "FlagTwIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagTwIcon.displayName = 'FlagTwIcon';