UNPKG

@ozen-ui/icons

Version:

A collection of icons

19 lines (18 loc) 2.07 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagSzIcon = 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(#FlagSzIcon__a)" }, React.createElement("path", { fill: "#FFDA44", d: "M30.4 22.96A15.8 15.8 0 0 0 32 16a15.8 15.8 0 0 0-1.6-6.96L16 8.356l-14.4.693A15.7 15.7 0 0 0 0 16c0 2.489.569 4.853 1.6 6.96l14.4.693z" }), React.createElement("path", { fill: "#3D3D3D", d: "M16 0A16 16 0 0 0 1.591 9.04H30.4A16 16 0 0 0 16 0" }), React.createElement("path", { fill: "#0052B4", d: "M16 32a16 16 0 0 1-14.409-9.04H30.4A16 16 0 0 1 16 32" }), React.createElement("path", { fill: "#A2001D", d: "M31.244 11.129H.756A16 16 0 0 0 0 16a16 16 0 0 0 .756 4.871h30.488c.502-1.575.757-3.218.756-4.871a16 16 0 0 0-.756-4.871" }), React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M23.645 12.516H8.355v1.395h15.29zm2.79 2.773H5.566v1.396h20.87z", clipRule: "evenodd" }), React.createElement("path", { fill: "#F0F0F0", d: "M23.751 16S20.178 20.178 16 20.178 11.822 16 11.822 16s0-4.178 4.178-4.178S23.751 16 23.751 16" }), React.createElement("path", { fill: "#3D3D3D", d: "M16 20.178C11.822 20.178 8.249 16 8.249 16s3.573-4.178 7.751-4.178" }), React.createElement("path", { fill: "#F0F0F0", d: "M13.218 14.604h1.395v2.783h-1.395z" }), React.createElement("path", { fill: "#3D3D3D", d: "M17.396 14.604h1.395v2.783h-1.395z" }), React.createElement("path", { fill: "#0052B4", d: "M5.564 17.396a1.396 1.396 0 1 0 0-2.792 1.396 1.396 0 0 0 0 2.791M26.436 17.396a1.396 1.396 0 1 0 0-2.792 1.396 1.396 0 0 0 0 2.791" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagSzIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagSzIcon.displayName = 'FlagSzIcon';