UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 2.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagAZIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagAZIcon = (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_5742)" }, react_1.default.createElement("path", { d: "M32 16C32.0019 14.1004 31.6647 12.2158 31.0044 10.4347L16 9.73956L0.995548 10.4356C0.335341 12.2164 -0.00179476 14.1007 -7.32952e-06 16C-0.00190053 17.8996 0.335237 19.7842 0.995548 21.5653L16 22.2613L31.0044 21.5653C31.6647 19.7842 32.0019 17.8996 32 16Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M16 32C22.88 32 28.744 27.6578 31.0044 21.5645H0.99556C3.256 27.6578 9.12 32 16 32Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M0.99556 10.4356H31.0044C28.744 4.34222 22.88 0 16 0C9.12 0 3.256 4.34222 0.99556 10.4356Z", fill: "#338AF3" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1538 19.1994C14.0034 20.0475 15.1551 20.5232 16.3555 20.5218L16.3475 20.5129C17.0988 20.514 17.8383 20.327 18.4987 19.9689C17.4602 20.9873 16.0634 21.5571 14.6089 21.5555C11.5352 21.5555 9.04355 19.0639 9.04355 15.9902C9.04355 12.9166 11.5352 10.4249 14.6089 10.4249C16.0634 10.4233 17.4602 10.9931 18.4987 12.0115C17.8587 11.6738 17.1262 11.4782 16.3475 11.4782C13.8508 11.4797 11.8272 13.5033 11.8258 16C11.8265 17.2004 12.3042 18.3513 13.1538 19.1994ZM20.4338 14.5529L19.8347 12.8684L19.2275 14.5546L17.6124 13.7866L18.3804 15.4009L16.696 16L18.3884 16.5973L17.6204 18.2115L19.2355 17.4435L19.8347 19.128L20.4338 17.4435L22.048 18.2115L21.28 16.5973L22.9644 15.9982L21.28 15.3991L22.048 13.7849L20.4338 14.5529Z", fill: "white" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_5742" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagAZIcon.displayName = 'FlagAZIcon';