@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 1.77 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagZaIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagZaIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagZaIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
react_1.default.createElement("path", { fill: "#3D3D3D", d: "M4.686 27.314c-6.249-6.25-6.249-16.379 0-22.628L13.913 16z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M13.913 16 2.122 8.032q-.551.96-.966 1.985L7.126 16l-5.969 5.982q.416 1.03.965 1.984z" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M31.865 13.913H13.913L4.686 4.686a16 16 0 0 0-2.564 3.346L10.075 16l-7.953 7.967a16 16 0 0 0 2.564 3.347l9.227-9.227h17.952c.18-1.385.18-2.789 0-4.174" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M6.258 28.693A15.93 15.93 0 0 0 16 32c7.392 0 13.612-5.013 15.449-11.826H14.777z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M31.449 11.826C29.612 5.013 23.392 0 16 0a15.93 15.93 0 0 0-9.741 3.308l8.518 8.518z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagZaIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagZaIcon.displayName = 'FlagZaIcon';