UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagZmIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagZmIcon = (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(#FlagZmIcon__a)" }, react_1.default.createElement("path", { fill: "#496E2D", 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: "#D80027", d: "M22.26 16H16v16c1.817.002 3.62-.307 5.333-.912z" }), react_1.default.createElement("path", { fill: "#FF9811", d: "M26.667 27.924A15.96 15.96 0 0 0 32 16h-6.26z" }), react_1.default.createElement("path", { fill: "#3D3D3D", d: "M21.333 16v15.088a16 16 0 0 0 5.334-3.164V16z" }), react_1.default.createElement("path", { fill: "#FF9811", d: "M29.564 10.436H25.39a1.39 1.39 0 1 0-2.782 0h-4.172c0 .768.669 1.39 1.437 1.39h-.046a1.39 1.39 0 0 0 1.39 1.392 1.39 1.39 0 0 0 1.392 1.39h2.782a1.39 1.39 0 0 0 1.391-1.39c.768 0 1.391-.623 1.391-1.391h-.046c.768 0 1.437-.623 1.437-1.392" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagZmIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagZmIcon.displayName = 'FlagZmIcon';