@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.6 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCWIcon = 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_6686)" },
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: "#FFDA44" }),
React.createElement("path", { d: "M16 32C21.25 32 25.9093 29.4714 28.8268 25.5657H3.17319C6.09069 29.4714 10.75 32 16 32Z", fill: "#0052B4" }),
React.createElement("path", { d: "M32 16C32 7.1635 24.8365 0 16 0C7.1635 0 0 7.1635 0 16C0 17.8921 0.329313 19.707 0.93225 21.3918H31.0677C31.6707 19.707 32 17.8921 32 16Z", fill: "#0052B4" }),
React.createElement("path", { d: "M10.9514 10.2614L11.8147 12.9184H14.6087L12.3484 14.5608L13.2117 17.2179L10.9514 15.5757L8.69106 17.2179L9.5545 14.5608L7.29419 12.9184H10.0881L10.9514 10.2614Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M6.15337 7.47876L6.67137 9.07301H8.34781L6.99162 10.0584L7.50962 11.6527L6.15337 10.6673L4.79718 11.6527L5.31525 10.0584L3.95912 9.07301H5.6355L6.15337 7.47876Z", fill: "#F0F0F0" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6686" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagCWIcon.displayName = 'FlagCWIcon';