@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.84 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagCWIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagCWIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4218_6686)" },
react_1.default.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_1.default.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_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6686" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagCWIcon.displayName = 'FlagCWIcon';