UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagGgIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagGgIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagGgIcon__a)" }, react_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagGgIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagGgIcon.displayName = 'FlagGgIcon';