@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
68 lines (66 loc) • 2.53 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagKen = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 900 600",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("path", {
id: "ken_svg__a",
d: "M-1 55.426h2V-38c2-2 2-5 2-8 0-2 0-10-3-18.663C-3-56-3-48-3-46c0 3 0 6 2 8z",
strokeMiterlimit: 10,
transform: "rotate(30)"
})), /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 0h900v600H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0h900v180H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#b00",
d: "M0 210h900v180H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#060",
d: "M0 420h900v180H0z"
}), /*#__PURE__*/ React.createElement("g", {
transform: "matrix(3.75 0 0 3.75 450 300)"
}, /*#__PURE__*/ React.createElement("g", {
id: "ken_svg__b"
}, /*#__PURE__*/ React.createElement("use", {
href: "#ken_svg__a"
}), /*#__PURE__*/ React.createElement("use", {
fill: "#fff",
href: "#ken_svg__a"
})), /*#__PURE__*/ React.createElement("use", {
transform: "scale(-1 1)",
href: "#ken_svg__b"
}), /*#__PURE__*/ React.createElement("path", {
d: "M-19 24c3 8 13 24 19 24s16-16 19-24v-48C16-32 6-48 0-48s-16 16-19 24z",
fill: "#b00"
}), /*#__PURE__*/ React.createElement("path", {
id: "ken_svg__c",
d: "M19 24c3-8 5-16 5-24s-2-16-5-24c-3 8-5 16-5 24s2 16 5 24z",
fill: "#000"
}), /*#__PURE__*/ React.createElement("use", {
transform: "scale(-1 1)",
href: "#ken_svg__c"
}), /*#__PURE__*/ React.createElement("g", {
fill: "#fff"
}, /*#__PURE__*/ React.createElement("ellipse", {
rx: 4,
ry: 6
}), /*#__PURE__*/ React.createElement("path", {
id: "ken_svg__d",
d: "M1 5.85s4 8 4 21-4 21-4 21z"
}), /*#__PURE__*/ React.createElement("use", {
transform: "scale(-1)",
href: "#ken_svg__d"
}), /*#__PURE__*/ React.createElement("use", {
transform: "scale(-1 1)",
href: "#ken_svg__d"
}), /*#__PURE__*/ React.createElement("use", {
transform: "scale(1 -1)",
href: "#ken_svg__d"
}))));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagKen);
export default ForwardRef;