@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
80 lines (78 loc) • 2.88 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _default;
}
});
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
function _getRequireWildcardCache(nodeInterop) {
if (typeof WeakMap !== "function") return null;
var cacheBabelInterop = new WeakMap();
var cacheNodeInterop = new WeakMap();
return (_getRequireWildcardCache = function(nodeInterop) {
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
})(nodeInterop);
}
function _interop_require_wildcard(obj, nodeInterop) {
if (!nodeInterop && obj && obj.__esModule) {
return obj;
}
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
return {
default: obj
};
}
var cache = _getRequireWildcardCache(nodeInterop);
if (cache && cache.has(obj)) {
return cache.get(obj);
}
var newObj = {};
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
for(var key in obj){
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
if (desc && (desc.get || desc.set)) {
Object.defineProperty(newObj, key, desc);
} else {
newObj[key] = obj[key];
}
}
}
newObj.default = obj;
if (cache) {
cache.set(obj, newObj);
}
return newObj;
}
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__*/ (0, _react.forwardRef)(FlagMys);
const _default = ForwardRef;