UNPKG

@comfortdelgro/compass-icons

Version:
65 lines (63 loc) 3.05 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 NotificationOutlined = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", ref: ref, ...props }, /*#__PURE__*/ _react.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ _react.createElement("path", { d: "M18.0008 2.875V3.92266C22.5323 4.59707 26.0012 8.27734 26.0012 12.7188V14.6758C26.0012 17.3359 26.97 19.9199 28.7388 22L29.6701 23.0898C30.0326 23.5117 30.1014 24.0918 29.8514 24.5781C29.6014 25.0645 29.0764 25.375 28.5013 25.375H3.50009C2.92318 25.375 2.39784 25.0645 2.14808 24.5781C1.89826 24.0918 1.96851 23.5117 2.32878 23.0898L3.2607 22C5.03391 19.9199 6.00021 17.3359 6.00021 14.6758V12.7188C6.00021 8.27734 9.46913 4.59707 14.0006 3.92266V2.875C14.0006 1.83965 14.8944 1 16.0007 1C17.107 1 18.0008 1.83965 18.0008 2.875ZM15.5007 6.625C11.913 6.625 9.00036 9.35547 9.00036 12.7188V14.6758C9.00036 17.4824 8.13281 20.2188 6.51961 22.5625H25.4824C23.8698 20.2188 23.0011 17.4824 23.0011 14.6758V12.7188C23.0011 9.35547 20.0884 6.625 16.5007 6.625H15.5007ZM20.0009 27.25C20.0009 28.1934 19.5821 29.2012 18.8321 29.9043C18.0821 30.6074 17.007 31 16.0007 31C14.9382 31 13.9194 30.6074 13.1693 29.9043C12.4193 29.2012 12.0005 28.1934 12.0005 27.25H20.0009Z" }))); const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(NotificationOutlined); const _default = ForwardRef;