UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.66 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGEIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_6391)" }, React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.8649 13.9129H18.0871V0.135101C16.7015 -0.0453591 15.2984 -0.0453591 13.9129 0.135101V13.9129H0.135082C-0.0453782 15.2984 -0.0453782 16.7015 0.135082 18.0871H13.9129V31.8649C15.2984 32.0453 16.7015 32.0453 18.0871 31.8649V18.0871H31.8649C32.0453 16.7015 32.0453 15.2984 31.8649 13.9129ZM9.73956 7.64446V5.56446H7.64444V7.64446H5.56444V9.73157H7.64444V11.8187H9.73155V9.73157H11.8187V7.64446H9.73956ZM24.3467 5.56446V7.64446H26.4427V9.73157H24.3556V11.8187H22.2596V9.73157H20.1724V7.64446H22.2596V5.56446H24.3467ZM9.73956 22.2605V20.1734H7.64444V22.2605H5.56444V24.3476H7.64444V26.4347H9.73155V24.3556H11.8187V22.2685L9.73956 22.2605ZM24.3467 20.1734V22.2605L26.4427 22.2685V24.3556H24.3556V26.4347H22.2596V24.3476H20.1724V22.2605H22.2596V20.1734H24.3467Z", fill: "#D80027" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6391" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagGEIcon.displayName = 'FlagGEIcon';