UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.34 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGeIcon = 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(#FlagGeIcon__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", fillRule: "evenodd", 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.778c1.385.18 2.788.18 4.174 0V18.087h13.778c.18-1.386.18-2.789 0-4.174M9.74 7.644v-2.08H7.644v2.08h-2.08v2.088h2.08v2.087h2.088V9.732h2.087V7.644zm14.607-2.08v2.08h2.096v2.088h-2.087v2.087H22.26V9.732h-2.088V7.644h2.088v-2.08zM9.74 22.261v-2.088H7.644v2.088h-2.08v2.087h2.08v2.087h2.088v-2.08h2.087v-2.087zm14.607-2.088v2.088l2.096.008v2.087h-2.087v2.079H22.26v-2.087h-2.088V22.26h2.088v-2.088z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagGeIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagGeIcon.displayName = 'FlagGeIcon';