UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.52 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagZaIcon = 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(#FlagZaIcon__a)" }, React.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.createElement("path", { fill: "#3D3D3D", d: "M4.686 27.314c-6.249-6.25-6.249-16.379 0-22.628L13.913 16z" }), React.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.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.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.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.createElement("defs", null, React.createElement("clipPath", { id: "FlagZaIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagZaIcon.displayName = 'FlagZaIcon';