UNPKG

@comfortdelgro/compass-icons

Version:
73 lines (71 loc) 2.82 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 HtmlSolid = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 40 40", ref: ref, ...props }, /*#__PURE__*/ _react.createElement("g", { fill: "none" }, /*#__PURE__*/ _react.createElement("path", { d: "M4 4C4 1.79086 5.79086 0 8 0H24L36 12V36C36 38.2091 34.2091 40 32 40H8C5.79086 40 4 38.2091 4 36V4Z", fill: "#002769" }), /*#__PURE__*/ _react.createElement("path", { opacity: 0.3, d: "M24 0L36 12H28C25.7909 12 24 10.2091 24 8V0Z", fill: "white" }), /*#__PURE__*/ _react.createElement("path", { d: "M7.53471 32V25.4545H8.91859V28.1552H11.7279V25.4545H13.1086V32H11.7279V29.2962H8.91859V32H7.53471ZM14.0003 26.5955V25.4545H19.376V26.5955H17.3721V32H16.0042V26.5955H14.0003ZM20.2613 25.4545H21.968L23.7705 29.8523H23.8472L25.6498 25.4545H27.3564V32H26.0141V27.7397H25.9598L24.2659 31.968H23.3518L21.6579 27.7237H21.6036V32H20.2613V25.4545ZM28.4966 32V25.4545H29.8805V30.859H32.6866V32H28.4966Z", fill: "white" }))); const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(HtmlSolid); const _default = ForwardRef;