UNPKG

@ozen-ui/icons

Version:

A collection of icons

20 lines (19 loc) 2.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagGuIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagGuIcon = (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(#FlagGuIcon__a)" }, react_1.default.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_1.default.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_1.default.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_1.default.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_1.default.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_1.default.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_1.default.createElement("path", { fill: "#6DA544", d: "M12.87 13.217h6.26L16 16.347z" }), react_1.default.createElement("path", { fill: "#A2001D", d: "M17.043 15.304h-2.087v6.26h2.087z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagGuIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagGuIcon.displayName = 'FlagGuIcon';