@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.37 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagGwIcon = 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(#FlagGwIcon__a)" },
React.createElement("path", { fill: "#FFDA44", d: "M16 0c-1.41 0-2.813.185-4.174.551L10.436 16l1.39 15.449c1.361.366 2.765.552 4.174.551 8.836 0 16-7.164 16-16S24.836 0 16 0" }),
React.createElement("path", { fill: "#6DA544", d: "m10.436 16 1.39 15.449c1.361.366 2.765.552 4.174.551 8.836 0 16-7.164 16-16z" }),
React.createElement("path", { fill: "#D80027", d: "M0 16c0 6.065 3.374 11.342 8.347 14.053V1.947C3.374 4.66 0 9.936 0 16" }),
React.createElement("path", { fill: "#D80027", d: "M0 16c0 7.392 5.013 13.612 11.826 15.449V.55C5.013 2.388 0 8.608 0 16" }),
React.createElement("path", { fill: "#3D3D3D", d: "m6.046 11.826 1.036 3.188h3.353l-2.711 1.97 1.035 3.19-2.711-1.971-2.711 1.97 1.036-3.188-2.71-1.97h3.352z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagGwIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagGwIcon.displayName = 'FlagGwIcon';