UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.61 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagEcIcon = 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(#FlagEcIcon__a)" }, React.createElement("path", { fill: "#FFDA44", d: "M0 16C0 7.164 7.164 0 16 0s16 7.164 16 16l-16 1.391z" }), React.createElement("path", { fill: "#D80027", d: "M2.142 24C4.908 28.782 10.08 32 16 32s11.093-3.218 13.858-8L16 22.956z" }), React.createElement("path", { fill: "#0052B4", d: "M29.858 24A15.9 15.9 0 0 0 32 16H0c0 2.916.78 5.646 2.142 8z" }), React.createElement("path", { fill: "#FFDA44", d: "M16 21.565a5.565 5.565 0 1 0 0-11.13 5.565 5.565 0 0 0 0 11.13" }), React.createElement("path", { fill: "#338AF3", d: "M16 19.478A3.484 3.484 0 0 1 12.522 16v-2.087A3.484 3.484 0 0 1 16 10.435a3.484 3.484 0 0 1 3.478 3.478V16A3.484 3.484 0 0 1 16 19.478" }), React.createElement("path", { fill: "#3D3D3D", d: "M21.564 7.653H17.39a1.39 1.39 0 1 0-2.782 0h-4.172c0 .768.669 1.391 1.437 1.391h-.046a1.39 1.39 0 0 0 1.39 1.391c0 .768.623 1.392 1.392 1.392h2.782c.768 0 1.391-.623 1.391-1.392a1.39 1.39 0 0 0 1.391-1.39h-.046c.768 0 1.437-.623 1.437-1.392" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagEcIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagEcIcon.displayName = 'FlagEcIcon';