UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 2.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagAOIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagAOIcon = (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_5657)" }, react_1.default.createElement("path", { d: "M0 16C0 7.16444 7.16444 0 16 0C24.8356 0 32 7.16444 32 16C31.304 16 16 18.0871 16 18.0871L0 16Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M32 16C32 24.8356 24.8356 32 16 32C7.16444 32 0 24.8356 0 16", fill: "#3D3D3D" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 8.00269C17.4052 8.00211 18.7854 8.37416 20 9.08091V9.07202C23.8222 11.2774 25.1253 16.1796 22.92 20C20.7147 23.8205 15.8124 25.1325 11.992 22.928C10.8871 22.2854 9.98754 21.4142 9.32532 20.4071L11.0675 19.2569C11.5716 20.0241 12.2483 20.6625 13.0435 21.1209C15.8723 22.7496 19.4855 21.7814 21.1209 18.9565C22.7496 16.1277 21.7813 12.5145 18.9564 10.8791C18.058 10.3592 17.038 10.0865 16 10.0889V8.00269ZM15.1627 13.7094L13.8062 12.7254L15.4827 12.7342L16 11.1396L16.52 12.7396L18.1955 12.7387L16.84 13.7165L17.3591 15.3102L16.0027 14.3262L14.6471 15.304L15.1627 13.7094Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M11.3867 14.6089C10.8344 15.6203 11.2055 16.8879 12.216 17.4418L18.9938 21.1458C18.5315 21.9884 18.7778 23.0142 19.6204 23.4747L21.4515 24.4764C22.2942 24.9387 23.3511 24.6276 23.8115 23.7849L24.8133 21.9538L11.3867 14.6089V14.6089Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_5657" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagAOIcon.displayName = 'FlagAOIcon';