@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.6 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagWfIcon = 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(#FlagWfIcon__a)" },
React.createElement("path", { fill: "#D80027", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16C0 16.004 16 .002 16 0c8.837 0 16 7.164 16 16" }),
React.createElement("path", { fill: "#0052B4", d: "M16 7.651v5.397L10.435 7.65zM8.348 16h4.7l-4.7-6.262-.696 4.87z" }),
React.createElement("path", { fill: "#F0F0F0", d: "M15.957 16H16v-.042z" }),
React.createElement("path", { fill: "#F0F0F0", d: "M16 8.348V0h-.003C7.162.002 0 7.164 0 16h8.348v-4.7l4.7 4.7h2.91l.042-.043V13.05l-4.7-4.701z" }),
React.createElement("path", { fill: "#D80027", d: "M8.095 2.087a16.1 16.1 0 0 0-6.008 6.008v8.6H6.26V6.262h10.435V2.087z" }),
React.createElement("path", { fill: "#D80027", d: "m16.636 14.668-6.32-6.32H8.347l8.288 8.288z" }),
React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M18.125 12.477v6.927l3.464-3.464zm4.878 4.878-3.458 3.457h6.916zm4.81 1.98-3.396-3.395 3.395-3.395zm-4.81-4.809-3.401-3.401h6.802z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagWfIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagWfIcon.displayName = 'FlagWfIcon';