UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 2.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagAWIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagAWIcon = (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_5711)" }, 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 32C20.8494 32 25.1946 29.8423 28.1288 26.4348H3.87119C6.80537 29.8423 11.1506 32 16 32Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M32 16C32 7.1635 24.8365 0 16 0C7.1635 0 0 7.1635 0 16C0 17.4442 0.1925 18.8431 0.551188 20.1739H31.4489C31.8075 18.8431 32 17.4442 32 16Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M1.27182 22.2609C1.58026 22.9856 1.94082 23.6826 2.34838 24.3478H29.6516C30.0592 23.6826 30.4198 22.9856 30.7283 22.2609H1.27182Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M7.3323 10.0914L4.2063 8.7118L7.3323 7.33218L8.71186 4.20624L10.0914 7.33218L13.2174 8.7118L10.0914 10.0914L8.71186 13.2174L7.3323 10.0914Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M8.71188 5.9292L9.56382 7.85976L11.4944 8.71182L9.56382 9.56382L8.71188 11.4944L7.85982 9.56382L5.92926 8.71182L7.85982 7.85976L8.71188 5.9292Z", fill: "#D80027" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_5711" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagAWIcon.displayName = 'FlagAWIcon';