UNPKG

@comfortdelgro/compass-icons

Version:
96 lines (94 loc) 3.15 kB
"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 FlagBes = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 600 400", ref: ref, ...props }, /*#__PURE__*/ _react.createElement("path", { fill: "#fff", d: "M0 0h600v400H0z" }), /*#__PURE__*/ _react.createElement("path", { d: "M600 400H0L600 0z", fill: "#012a87" }), /*#__PURE__*/ _react.createElement("path", { d: "M0 0v166.667L250 0z", fill: "#f9d90f" }), /*#__PURE__*/ _react.createElement("circle", { cx: 165, cy: 173, r: 80, fill: "none", stroke: "#000", strokeWidth: 11 }), /*#__PURE__*/ _react.createElement("g", { id: "bes_svg__b" }, /*#__PURE__*/ _react.createElement("path", { d: "M165 69.834l15 25.981h-30z", fill: "#000", id: "bes_svg__a" }), /*#__PURE__*/ _react.createElement("use", { transform: "rotate(180 165 173)", href: "#bes_svg__a" })), /*#__PURE__*/ _react.createElement("use", { transform: "rotate(90 165 173)", href: "#bes_svg__b" }), /*#__PURE__*/ _react.createElement("path", { d: "M165 122l44.167 76.5h-88.334z", fill: "#dc171d", id: "bes_svg__c" }), /*#__PURE__*/ _react.createElement("use", { transform: "rotate(60 165 173)", href: "#bes_svg__c" })); const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(FlagBes); const _default = ForwardRef;