UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.21 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGgIcon = 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(#FlagGgIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), React.createElement("path", { fill: "#D80027", d: "M31.865 13.913H18.087V.135a16.2 16.2 0 0 0-4.174 0v13.778H.135a16.2 16.2 0 0 0 0 4.174h13.778v13.778a16.2 16.2 0 0 0 4.174 0V18.087h13.778a16.2 16.2 0 0 0 0-4.174" }), React.createElement("path", { fill: "#FFDA44", d: "m20.754 16.695 1.043.695v-2.782l-1.043.696h-3.827v-3.827l.696-1.043h-2.782l.695 1.043v3.827H11.71l-1.043-.696v2.782l1.043-.695h3.826v3.826l-.695 1.043h2.782l-.696-1.043v-3.826z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagGgIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagGgIcon.displayName = 'FlagGgIcon';