@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.47 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCgIcon = 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(#FlagCgIcon__a)" },
React.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.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.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.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.createElement("defs", null,
React.createElement("clipPath", { id: "FlagCgIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagCgIcon.displayName = 'FlagCgIcon';