UNPKG

@comfortdelgro/compass-icons

Version:
77 lines (75 loc) 3.32 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 NotificationDuotone = (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("g", { clipPath: "url(#clip0_734_79153)" }, /*#__PURE__*/ _react.createElement("path", { d: "M18.6668 22.6667C18.6668 23.3375 18.3877 24.0542 17.8877 24.5542C17.3877 25.0542 16.671 25.3334 16.0002 25.3334C15.2918 25.3334 14.6127 25.0542 14.1127 24.5542C13.6127 24.0542 13.3335 23.3375 13.3335 22.6667H18.6668Z" }), /*#__PURE__*/ _react.createElement("path", { opacity: 0.4, d: "M17.3336 5.33333V6.13333C20.3753 6.75125 22.667 9.44167 22.667 12.6667V13.45C22.667 15.4125 23.3878 17.3 24.6878 18.7667L24.9961 19.1125C25.3461 19.5083 25.4336 20.0667 25.217 20.5458C25.0003 21.025 24.5253 21.3333 24.0003 21.3333H8.00032C7.47532 21.3333 6.99911 21.025 6.78402 20.5458C6.56894 20.0667 6.65497 19.5083 7.00382 19.1125L7.31282 18.7667C8.61448 17.3 9.33365 15.4125 9.33365 13.45V12.6667C9.33365 9.44167 11.5878 6.75125 14.667 6.13333V5.33333C14.667 4.59708 15.2628 4 16.0003 4C16.7378 4 17.3336 4.59708 17.3336 5.33333Z" })), /*#__PURE__*/ _react.createElement("defs", null, /*#__PURE__*/ _react.createElement("clipPath", { id: "clip0_734_79153" }, /*#__PURE__*/ _react.createElement("rect", { width: 18.6667, height: 21.3333, fill: "white", transform: "translate(6.66675 4)" }))))); const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(NotificationDuotone); const _default = ForwardRef;