UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.29 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagKhIcon = 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(#FlagKhIcon__a)" }, React.createElement("path", { fill: "#D80027", d: "M0 16a15.9 15.9 0 0 0 1.946 7.652L16 25.044l14.053-1.392A15.9 15.9 0 0 0 32 16a15.9 15.9 0 0 0-1.946-7.652L16 6.956 1.947 8.346A15.9 15.9 0 0 0 0 16" }), React.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M30.065 8.356H1.955A15.96 15.96 0 0 1 16 0c6.065 0 11.342 3.374 14.065 8.356m-.02 15.288A15.96 15.96 0 0 1 16 32a15.96 15.96 0 0 1-14.044-8.356z", clipRule: "evenodd" }), React.createElement("path", { fill: "#F0F0F0", d: "M21.564 19.13v-2.086h-1.39V14.26l-1.392-1.39-1.39 1.39V11.48L16 10.087l-1.391 1.391v2.782l-1.391-1.39-1.391 1.39v2.783h-1.391v2.087H9.044v2.087h13.913V19.13z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagKhIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagKhIcon.displayName = 'FlagKhIcon';