UNPKG

@comfortdelgro/compass-icons

Version:
71 lines (69 loc) 2.59 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagCok = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 9600 4800", ref: ref, ...props }, /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", { id: "cok_svg__a" }, /*#__PURE__*/ React.createElement("path", { d: "M0 0h12v6H0z" })), /*#__PURE__*/ React.createElement("clipPath", { id: "cok_svg__b" }, /*#__PURE__*/ React.createElement("path", { d: "M0 0v1.5h8V4zm6 0H3v4h-5z" }))), /*#__PURE__*/ React.createElement("g", { transform: "scale(800)", strokeWidth: 0.6, fill: "#012169", clipPath: "url(#cok_svg__a)" }, /*#__PURE__*/ React.createElement("path", { d: "M0 0h12v6H0z" }), /*#__PURE__*/ React.createElement("path", { stroke: "#fff", d: "M0 0l6 3M0 3l6-3" }), /*#__PURE__*/ React.createElement("path", { stroke: "#c8102e", strokeWidth: 0.4, clipPath: "url(#cok_svg__b)", d: "M0 0l6 3M0 3l6-3" }), /*#__PURE__*/ React.createElement("path", { stroke: "#fff", strokeWidth: 1, d: "M3 0v4M0 1.5h7" }), /*#__PURE__*/ React.createElement("path", { stroke: "#c8102e", d: "M3 0v4M0 1.5h7" }), /*#__PURE__*/ React.createElement("path", { d: "M0 3h6V0h6v6H0z" })), /*#__PURE__*/ React.createElement("g", { transform: "translate(7200 2400)" }, /*#__PURE__*/ React.createElement("g", { id: "cok_svg__d" }, /*#__PURE__*/ React.createElement("path", { id: "cok_svg__c", fill: "#fff", d: "M0-1992l81 249h261l-211 153 81 249L0-1494l-212 153 81-249-211-153h261z" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(24)", href: "#cok_svg__c" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(48)", href: "#cok_svg__c" })), /*#__PURE__*/ React.createElement("use", { transform: "rotate(72)", href: "#cok_svg__d" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(144)", href: "#cok_svg__d" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(216)", href: "#cok_svg__d" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(288)", href: "#cok_svg__d" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagCok); export default ForwardRef;