@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 2.98 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagAUIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagAUIcon = (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("path", { d: "M32 16C32 24.8356 24.8356 32 16 32C7.16444 32 0 24.8356 0 16C0 16.0036 16 0.00177778 16 0C24.8356 0 32 7.16444 32 16Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M16.0498 8.44445L16.0471 0.0622287C7.18492 0.0656635 0.00196217 7.24981 0 16.112H8.37333V11.3956L13.0889 16.1111H16.0062L16.0489 16.0685V13.1511L11.3333 8.44445H16.0498Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.90579 7.87112C3.32255 5.38366 5.38278 3.32343 7.87023 1.90667L15.7156 1.90756V6.04978H6.04801V15.7182H1.90579V7.87112ZM10.0747 8.12178L15.7174 13.7644V15.7173L8.1218 8.12178H10.0747Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M9.30489 18.56L10.2 20.416L12.2222 19.9538L11.3156 21.8045L12.9422 23.0827L10.9182 23.536L10.9236 25.5929L9.30578 24.3058L7.688 25.5929L7.69334 23.536L5.66934 23.0827L7.29601 21.8045L6.38934 19.9538L8.41156 20.416L9.30489 18.56Z", fill: "white" }),
react_1.default.createElement("path", { d: "M23.8907 22.0756L24.3387 23.0036L25.3493 22.7725L24.896 23.6969L25.7093 24.3369L24.696 24.5627L24.6987 25.5911L23.8898 24.9476L23.0809 25.5911L23.0836 24.5627L22.0702 24.3369L22.8836 23.6969L22.4302 22.7725L23.4409 23.0036L23.8907 22.0756Z", fill: "white" }),
react_1.default.createElement("path", { d: "M19.7262 12.2311L20.1742 13.1591L21.1849 12.928L20.7316 13.8525L21.5449 14.4925L20.5316 14.7182L20.5342 15.7467L19.7253 15.1031L18.9164 15.7467L18.9191 14.7182L17.9058 14.4925L18.7191 13.8525L18.2658 12.928L19.2764 13.1591L19.7262 12.2311Z", fill: "white" }),
react_1.default.createElement("path", { d: "M23.8907 6.60801L24.3387 7.53601L25.3493 7.3049L24.896 8.22934L25.7085 8.86934L24.6951 9.09512L24.6978 10.1236L23.8889 9.48001L23.08 10.1236L23.0827 9.09512L22.0693 8.86934L22.8818 8.22934L22.4285 7.3049L23.4391 7.53601L23.8907 6.60801Z", fill: "white" }),
react_1.default.createElement("path", { d: "M27.5289 10.8267L27.9769 11.7547L28.9876 11.5236L28.5342 12.448L29.3476 13.088L28.3342 13.3138L28.3369 14.3422L27.528 13.6987L26.7191 14.3422L26.7218 13.3138L25.7085 13.088L26.5218 12.448L26.0685 11.5236L27.0791 11.7547L27.5289 10.8267Z", fill: "white" }),
react_1.default.createElement("path", { d: "M24.9271 15.7476L25.2791 16.8231H26.4187L25.4969 17.4871L25.8489 18.5609L24.9271 17.8969L24.0053 18.5609L24.3573 17.4871L23.4356 16.8231H24.5751L24.9271 15.7476Z", fill: "white" }))); });
exports.FlagAUIcon.displayName = 'FlagAUIcon';