UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.96 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagKrIcon = 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(#FlagKrIcon__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", d: "M21.565 16c0 1.395-2.49 4.871-5.565 4.871S10.436 17.404 10.436 16A5.56 5.56 0 0 1 16 10.435 5.56 5.56 0 0 1 21.564 16" }), React.createElement("path", { fill: "#0052B4", d: "M21.565 16A5.56 5.56 0 0 1 16 21.564 5.56 5.56 0 0 1 10.436 16" }), React.createElement("path", { fill: "#3D3D3D", fillRule: "evenodd", d: "M5.671 9.6 9.6 5.662l-.978-.978-3.929 3.938zM22.4 5.671l1.476 1.467.977-.97-1.475-1.475zm2.462 5.405-3.938-3.938.978-.978 3.938 3.938zm-1.484 8.364-1.476 1.476.978.977 1.476-1.475zm-2.462 2.462-1.476 1.476.978.978 1.475-1.476zm3.946 1.965 1.476-1.476.978.978-1.476 1.475zm-.978.986L22.41 26.33l.978.978 1.475-1.476zm-.497-2.453 1.475-1.476.978.978-1.476 1.476zm-.987.978-1.476 1.475.978.978 1.476-1.475zM19.44 8.622l1.484 1.476.97-.978-1.476-1.476zm3.947 3.938-1.476-1.476.978-.977 1.475 1.475zm2.95-2.969-1.475-1.475.978-.978 1.476 1.475zM9.61 26.338 5.67 22.4l-.978.978 3.938 3.938zm-.009-2.96 1.476 1.475-.978.978-1.476-1.475zm-.978-.978-1.475-1.484-.978.986 1.475 1.476zm0-2.96 3.938 3.938-.978.978-3.938-3.938zm2.462-12.302-3.937 3.938-.978-.978 3.938-3.938zM8.622 12.56l3.938-3.947-.978-.969-3.938 3.938z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagKrIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagKrIcon.displayName = 'FlagKrIcon';