@ozen-ui/icons
Version:
A collection of icons
21 lines (20 loc) • 2.67 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagZwIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagZwIcon = (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(#FlagZwIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M15.568 32c8.597 0 15.567-7.163 15.567-16S24.165 0 15.568 0 0 7.163 0 16s6.97 16 15.568 16" }),
react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M26.465 4.578a15.8 15.8 0 0 1 3.174 4.578l.009.008-14.08.205-6.66-.205-4.35-4.47 11.01-1.21zM4.562 27.32l-.004-.005v.01zm0 0 .169.173 10.837 1.04 10.836-1.03c1.315-1.316 2.422-2.863 3.2-4.579L9.47 22.276z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#3D3D3D", d: "m30.98 13.742-18.12-.533L15.569 16l-2.707 2.782 18.11-.444c.104-.756.173-1.538.173-2.33 0-.764-.052-1.51-.156-2.257z" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M15.568 0C11.33 0 7.472 1.751 4.67 4.578h21.795C23.663 1.75 19.805 0 15.568 0" }),
react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M30.988 13.751H13.353L8.9 9.173h20.757a16.8 16.8 0 0 1 1.332 4.578m-1.384 9.156H8.864l4.455-4.578h17.643a16.2 16.2 0 0 1-1.358 4.578", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M15.568 32c4.211 0 8.043-1.716 10.836-4.516H4.731C7.524 30.284 11.356 32 15.568 32" }),
react_1.default.createElement("path", { fill: "#3D3D3D", d: "m5.561 3.733-1.003.951L15.568 16 4.558 27.316q.481.493 1.003.942L17.471 16z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "m6.262 11.822 1.012 3.2h3.26l-2.646 1.956 1.011 3.2-2.637-1.974-2.63 1.974 1.012-3.2-2.655-1.956h3.26z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "m9.03 16.267-2.63-.96-.208-1.938a1.02 1.02 0 0 0-.994-.845c-.562 0-1.012.472-1.012 1.04 0 .09.017.178.035.267l-.736.765h1.298c0 1.395-1.012 1.395-1.012 2.79l.562 1.396h3.373l.562-1.395c.06-.134.087-.267.104-.41.484-.204.631-.71.631-.71z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagZwIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagZwIcon.displayName = 'FlagZwIcon';