@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
32 lines (30 loc) • 1.3 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagMys = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 13440 6720",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "none"
}, /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 0h13440v6720H0z"
}), /*#__PURE__*/ React.createElement("path", {
stroke: "#c00",
d: "M480 240h12960m0 960H480m0 960h12960m0 960H480",
strokeWidth: 480
}), /*#__PURE__*/ React.createElement("path", {
fill: "#006",
d: "M0 0h6720v4080H0z"
}), /*#__PURE__*/ React.createElement("path", {
stroke: "#c00",
d: "M0 4080h13440m0 960H0m0 960h13440",
strokeWidth: 480
}), /*#__PURE__*/ React.createElement("path", {
fill: "#fc0",
d: "M4200 720l107 732 414-613-222 706 639-373-506 540 738-59-690 267 690 267-738-59 506 540-639-373 222 706-414-613-107 732-107-732-414 613 222-706-639 373 506-540-738 59 690-267-690-267 738 59-506-540 639 373-222-706 414 613zm-600 30a1280 1280 0 100 2340 1440 1440 0 110-2340z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagMys);
export default ForwardRef;