UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagNoIcon = 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(#FlagNoIcon__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: "#D80027", fillRule: "evenodd", d: "M31.449 11.826C29.613 5.013 23.393 0 16 0q-.696 0-1.391.06v11.766zM6.26 28.693a16.04 16.04 0 0 1-5.709-8.519h5.71zM16 32l-1.391-.06V20.174h16.84C29.612 26.987 23.392 32 16 32M6.26 3.307h.001m0 0a16 16 0 0 0-5.709 8.519h5.71z", clipRule: "evenodd" }), React.createElement("path", { fill: "#0052B4", d: "M31.865 13.913H12.523V.38c-1.479.33-2.88.86-4.175 1.565v11.968H.135a16.2 16.2 0 0 0 0 4.174h8.213v11.966a15.9 15.9 0 0 0 4.175 1.565v-13.53h19.342c.18-1.387.18-2.79 0-4.175" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagNoIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagNoIcon.displayName = 'FlagNoIcon';