@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.63 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCYIcon = 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_6151)" },
React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M25.0436 13.9129H22.9565C22.9545 17.754 19.8411 20.8674 16 20.8693C12.1589 20.8674 9.04552 17.754 9.04356 13.9129H6.95645C6.95722 17.9568 9.64098 21.5092 13.5307 22.6151C13.1147 23.4062 13.1778 24.4 13.7725 25.1422L16.0462 23.32L18.32 25.1422C18.92 24.3929 18.9796 23.3858 18.5493 22.5911C22.3022 21.4889 25.0427 18.0222 25.0427 13.9129L25.0436 13.9129Z", fill: "#6DA544" }),
React.createElement("path", { d: "M10.4356 13.2178C10.4356 13.2178 10.4356 16.696 13.9138 16.696L14.6098 17.392H16C16 17.392 16.696 15.3049 18.0871 15.3049C18.0871 15.3049 18.0871 13.9138 19.4782 13.9138H21.5653C21.5653 13.9138 20.8693 11.1316 24.3476 9.04445L22.9564 8.34845C22.9564 8.34845 18.0871 11.8267 14.6098 11.1307V12.5218H13.2178L12.5218 11.8258L10.4347 13.2169L10.4356 13.2178Z", fill: "#FFDA44" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6151" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagCYIcon.displayName = 'FlagCYIcon';