UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagCgIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagCgIcon = (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(#FlagCgIcon__a)" }, react_1.default.createElement("path", { fill: "#FFDA44", d: "M30.222 8.663a16 16 0 0 0-2.91-3.978 15.9 15.9 0 0 0-3.975-2.907L12.066 12.066 1.778 23.336a16 16 0 0 0 2.91 3.978 16 16 0 0 0 3.977 2.91l11.271-10.289z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M4.686 27.314a16 16 0 0 0 2.139 1.795L29.11 6.824a16 16 0 0 0-1.796-2.139 16 16 0 0 0-2.138-1.795L2.889 25.176a16 16 0 0 0 1.795 2.139z" }), react_1.default.createElement("path", { fill: "#338AF3", fillRule: "evenodd", d: "M1.778 23.336c-3.11-6.02-2.14-13.603 2.908-18.652 5.047-5.046 12.63-6.016 18.65-2.906zM30.223 8.663c3.108 6.022 2.14 13.602-2.91 18.65h.002c-5.048 5.048-12.63 6.017-18.651 2.91z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#FFDA44", d: "m8.526 4.87.862 2.657h2.794L9.922 9.17l.862 2.658-2.26-1.643-2.26 1.643.861-2.658-2.26-1.643h2.797z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagCgIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagCgIcon.displayName = 'FlagCgIcon';