UNPKG

@comfortdelgro/compass-icons

Version:
35 lines (33 loc) 2.72 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagSvk = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 900 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("style", null, ".svk_svg__st0{fill:#ee1c25}.svk_svg__st1{fill:#0b4ea2}.svk_svg__st2{fill:#fff}"), /*#__PURE__*/ React.createElement("path", { className: "svk_svg__st0", d: "M0 0h900v600H0z" }), /*#__PURE__*/ React.createElement("path", { className: "svk_svg__st1", d: "M0 0h900v400H0z" }), /*#__PURE__*/ React.createElement("path", { className: "svk_svg__st2", d: "M0 0h900v200H0z" }), /*#__PURE__*/ React.createElement("path", { id: "svk_svg___x3C_Path_x3E_", className: "svk_svg__st2", d: "M393.479 141H146.358l-.847 8.059c-.184 1.752-4.511 43.971-4.511 136.69 0 43.563 14.726 81.996 43.77 114.23 20.349 22.585 46.923 41.599 81.242 58.129l3.905 1.881 3.906-1.881c34.32-16.53 60.896-35.544 81.246-58.129 29.044-32.234 43.771-70.667 43.771-114.23 0-92.718-4.328-134.938-4.512-136.69l-.849-8.059z" }), /*#__PURE__*/ React.createElement("path", { className: "svk_svg__st0", d: "M269.917 450C220.577 426.234 150 379.062 150 285.749S154.461 150 154.461 150H385.376s4.463 42.437 4.463 135.749c0 93.313-70.578 140.485-119.922 164.251z" }), /*#__PURE__*/ React.createElement("path", { className: "svk_svg__st2", d: "M280.484 261.284c13.36.216 39.425.739 62.635-7.027 0 0-.613 8.306-.613 17.98 0 9.677.613 17.982.613 17.982-21.289-7.125-47.58-7.273-62.635-7.082v51.539H259.38v-51.539c-15.055-.191-41.345-.043-62.635 7.082 0 0 .613-8.305.613-17.982 0-9.675-.613-17.98-.613-17.98 23.21 7.766 49.275 7.243 62.635 7.027v-32.368c-12.177-.108-29.723.473-49.563 7.113 0 0 .613-8.305.613-17.982 0-9.676-.613-17.981-.613-17.981 19.81 6.628 37.336 7.219 49.509 7.114-.626-20.498-6.597-46.332-6.597-46.332s12.289.959 17.202.959c4.918 0 17.203-.959 17.203-.959s-5.969 25.835-6.596 46.33c12.174.106 29.699-.485 49.509-7.114 0 0-.613 8.305-.613 17.981 0 9.677.613 17.982.613 17.982-19.839-6.639-37.386-7.221-49.563-7.113V261.284z" }), /*#__PURE__*/ React.createElement("path", { className: "svk_svg__st1", d: "M269.904 329.094c-24.852 0-38.163 34.469-38.163 34.469s-7.385-16.344-27.661-16.344c-13.719 0-23.829 12.201-30.256 23.5 24.959 39.705 64.78 64.207 96.079 79.281 31.305-15.075 71.152-39.571 96.112-79.281-6.427-11.299-16.537-23.5-30.256-23.5-20.277 0-27.693 16.344-27.693 16.344s-13.308-34.469-38.162-34.469z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagSvk); export default ForwardRef;