UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.42 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCuIcon = 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(#FlagCuIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", d: "M16.006 31.938c8.832 0 15.993-7.15 15.993-15.97C31.999 7.15 24.839 0 16.006 0S.013 7.15.013 15.969c0 8.82 7.16 15.969 15.993 15.969" }), React.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M16.006 0C10.774 0 6.129 2.51 3.21 6.388H28.8A15.98 15.98 0 0 0 16.005 0m0 31.938c5.232 0 9.877-2.51 12.795-6.388H3.211a15.98 15.98 0 0 0 12.795 6.388M.333 19.163a16 16 0 0 1 0-6.388H31.67a16.016 16.016 0 0 1 0 6.388z", clipRule: "evenodd" }), React.createElement("path", { fill: "#D80027", d: "M4.697 4.677c-6.243 6.238-6.243 16.346 0 22.583L16.006 15.97z" }), React.createElement("path", { fill: "#F0F0F0", d: "m6.485 11.804 1.035 3.183h3.352l-2.71 1.964 1.034 3.182-2.711-1.964-2.71 1.964 1.035-3.182-2.71-1.967h3.35z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagCuIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagCuIcon.displayName = 'FlagCuIcon';