UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 2.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagSVIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagSVIcon = (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_7279)" }, 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: "#F0F0F0" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.58759 9.04356C4.17603 3.69156 9.65692 0 16 0C22.3431 0 27.8249 3.69156 30.4125 9.04356H1.58759ZM30.4125 22.9564C27.824 28.3084 22.3431 32 16 32C9.65692 32 4.17603 28.3084 1.58759 22.9564H30.4125Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M12.7867 16.696L16 11.1307L19.2133 16.6951L12.7867 16.696Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M20.1743 18.5333L16 20.6204L11.8258 18.5333V15.7511H20.1725L20.1743 18.5333Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M19.9351 11.3778L18.4596 12.8533C19.1129 13.5049 19.4796 14.3901 19.4783 15.3129C19.4783 17.2329 17.9209 18.7911 16 18.7911C14.0791 18.7911 12.5218 17.2338 12.5218 15.3129C12.5205 14.3901 12.8871 13.5049 13.5405 12.8533L12.0649 11.3778C11.0195 12.4202 10.4327 13.8365 10.4347 15.3129C10.4347 18.3865 12.9264 20.8782 16 20.8782C19.0737 20.8782 21.5654 18.3865 21.5654 15.3129C21.5673 13.8365 20.9806 12.4202 19.9351 11.3778V11.3778Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7279" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagSVIcon.displayName = 'FlagSVIcon';