UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagKhIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagKhIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagKhIcon__a)" }, react_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagKhIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagKhIcon.displayName = 'FlagKhIcon';