@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 2.23 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagASIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagASIcon = (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_5638)" },
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", { d: "M23.7623 2.007C21.4633 0.729 18.8169 0 16 0C7.16413 0 0.001125 7.16238 0 15.9981L11.1304 10.4348L23.7623 2.007Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M0 16.0024C0.001125 24.8382 7.16413 32.0006 16 32.0006C18.8169 32.0006 21.4633 31.2717 23.7623 29.9936L11.1304 21.5658L0 16.0024Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M25.0956 2.83779C24.6659 2.54035 24.2206 2.26373 23.7617 2.00867L0 15.9995C0 16.0002 0 16.0008 0 16.0014C0 16.002 0 16.0027 0 16.0033L23.7617 29.9941C24.2206 29.739 24.6659 29.4624 25.0957 29.165L2.73887 16.0014L25.0956 2.83779Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M27.8261 15.403H25.9202C26.4157 14.808 26.3852 13.9228 25.8269 13.3646C26.4182 12.7733 26.4182 11.8145 25.8269 11.223L25.7912 11.2588C26.3826 10.6675 26.4182 9.67292 25.8269 9.0816L17.2609 17.6476C17.8522 18.239 18.7942 18.232 19.3856 17.6406L19.5504 17.4899L23.6522 17.117V18.8812H25.0435V16.9905L27.1304 16.8009L27.8261 15.403Z", fill: "#A2001D" }),
react_1.default.createElement("path", { d: "M17.3918 19.4781L16 18.7825L17.3918 18.0868H26.4352V19.4781H17.3918Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5638" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagASIcon.displayName = 'FlagASIcon';