UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.92 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGuIcon = 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(#FlagGuIcon__a)" }, React.createElement("path", { fill: "#D80027", d: "M6.982 29.217A15.93 15.93 0 0 0 16 32c3.345 0 6.45-1.027 9.018-2.783L16 27.826zM25.018 2.783A15.93 15.93 0 0 0 16 0c-3.345 0-6.45 1.027-9.018 2.783L16 4.173z" }), React.createElement("path", { fill: "#0052B4", d: "M32 16c0-5.294-3.17-10.61-6.982-13.217H6.982C2.767 5.664 0 10.509 0 16s2.767 10.336 6.982 13.218h18.036C29.233 26.336 32 21.492 32 16" }), React.createElement("path", { fill: "#D80027", d: "M15.095 26.099c-.22-.187-5.356-4.653-5.356-10.1s5.137-9.912 5.356-10.1L16 5.123l.905.776c.22.188 5.356 4.653 5.356 10.1s-5.137 9.913-5.356 10.1l-.905.776z" }), React.createElement("path", { fill: "#338AF3", d: "M20.87 16c0-4.87-4.87-9.043-4.87-9.043S11.13 11.13 11.13 16c0 1.49.457 2.914 1.09 4.174h7.561c.633-1.26 1.089-2.684 1.089-4.174" }), React.createElement("path", { fill: "#0052B4", d: "M20.87 16c0 1.49-.456 2.914-1.089 4.174l-3.78.696-3.782-.696c-.632-1.26-1.088-2.684-1.088-4.174z" }), React.createElement("path", { fill: "#FFDA44", d: "M16 25.043s2.346-2.01 3.78-4.87h-7.56c1.435 2.86 3.78 4.87 3.78 4.87" }), React.createElement("path", { fill: "#6DA544", d: "M12.87 13.217h6.26L16 16.347z" }), React.createElement("path", { fill: "#A2001D", d: "M17.043 15.304h-2.087v6.26h2.087z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagGuIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagGuIcon.displayName = 'FlagGuIcon';