UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.37 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagZmIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#FlagZmIcon__a)" }, React.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.createElement("path", { fill: "#D80027", d: "M22.26 16H16v16c1.817.002 3.62-.307 5.333-.912z" }), React.createElement("path", { fill: "#FF9811", d: "M26.667 27.924A15.96 15.96 0 0 0 32 16h-6.26z" }), React.createElement("path", { fill: "#3D3D3D", d: "M21.333 16v15.088a16 16 0 0 0 5.334-3.164V16z" }), React.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.createElement("defs", null, React.createElement("clipPath", { id: "FlagZmIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagZmIcon.displayName = 'FlagZmIcon';