@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
92 lines (90 loc) • 3.67 kB
JavaScript
"use strict";
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 FlagTuv = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 1200 600",
ref: ref,
...props
}, /*#__PURE__*/ _react.createElement("clipPath", {
id: "tuv_svg__a"
}, /*#__PURE__*/ _react.createElement("path", {
d: "M0 0v150h700v150H600zm0 300v50h300V0h300z"
})), /*#__PURE__*/ _react.createElement("path", {
d: "M0 0h1200v600H0z",
fill: "#012169"
}), /*#__PURE__*/ _react.createElement("path", {
d: "M0 0l600 300m0-300L0 300",
stroke: "#fff",
strokeWidth: 60
}), /*#__PURE__*/ _react.createElement("path", {
clipPath: "url(#tuv_svg__a)",
d: "M0 0l600 300m0-300L0 300",
stroke: "#c8102e",
strokeWidth: 40
}), /*#__PURE__*/ _react.createElement("path", {
d: "M0 150h700M300 0v350",
stroke: "#fff",
strokeWidth: 100
}), /*#__PURE__*/ _react.createElement("path", {
d: "M0 150h700M300 0v350",
stroke: "#c8102e",
strokeWidth: 60
}), /*#__PURE__*/ _react.createElement("path", {
d: "M0 300h600V0h600v600H0z",
fill: "#0095c8"
}), /*#__PURE__*/ _react.createElement("g", {
fill: "#fedd00"
}, /*#__PURE__*/ _react.createElement("path", {
d: "M645.34 490.913l29.436 90.597-77.066-55.992h95.26l-77.067 55.993zM817.462 464l-29.436 90.597L758.589 464l77.066 55.992h-95.26zM817.462 342.016l-29.436 90.597-29.437-90.597 77.066 55.992-95.26.001zM943.467 433.168l-29.437 90.597-29.436-90.597 77.066 55.992-95.26.001zM943.467 167.755l-29.437 90.597-29.436-90.597 77.066 55.992H866.4zM996.442 339.965l29.436 90.597-77.066-55.992h95.26l-77.067 55.993zM1049.365 131.561l-29.437 90.597-29.437-90.597 77.067 55.992-95.26.001zM1102.836 271.474l29.437 90.597-77.067-55.992h95.26l-77.067 55.993zM1102.836 37.405l29.437 90.597-77.067-55.992h95.26l-77.067 55.993z"
})));
const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(FlagTuv);
const _default = ForwardRef;