UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.87 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCGIcon = 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_6079)" }, React.createElement("path", { d: "M30.2222 8.6631C29.4638 7.19481 28.4824 5.85295 27.3129 4.68533C26.1138 3.48444 24.7689 2.51555 23.3369 1.77777L12.0658 12.0658L1.77777 23.336C2.53618 24.8043 3.51761 26.1461 4.6871 27.3138C5.85473 28.4833 7.19659 29.4647 8.66488 30.2231L19.936 19.9351L30.2222 8.6631Z", fill: "#FFDA44" }), React.createElement("path", { d: "M4.68625 27.3138C5.35736 27.9849 6.07292 28.5849 6.82492 29.1093L29.1111 6.82399C28.584 6.07288 27.9858 5.35733 27.3156 4.68533C26.6454 4.01333 25.9289 3.41599 25.1769 2.88977L2.88892 25.176C3.41603 25.9271 4.01425 26.6427 4.68447 27.3147L4.68625 27.3138Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.77782 23.336C-1.33152 17.3156 -0.361739 9.73335 4.68626 4.68446C9.73337 -0.361762 17.3156 -1.33154 23.3369 1.77779L1.77782 23.336ZM30.2231 8.66312C33.3316 14.6845 32.3627 22.2649 27.3138 27.3138L27.3147 27.3129C22.2667 32.3609 14.6854 33.3298 8.66402 30.2222L30.2231 8.66312Z", fill: "#338AF3" }), React.createElement("path", { d: "M8.52626 4.86932L9.38848 7.5271H12.1823L9.92182 9.16977L10.784 11.8275L8.5236 10.1849L6.26315 11.8275L7.12537 9.16977L4.86493 7.5271H7.66226L8.52626 4.86932Z", fill: "#FFDA44" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6079" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagCGIcon.displayName = 'FlagCGIcon';