UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 979 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCoIcon = 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(#FlagCoIcon__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("defs", null, React.createElement("clipPath", { id: "FlagCoIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagCoIcon.displayName = 'FlagCoIcon';