@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
28 lines (27 loc) • 1.62 kB
JavaScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::27fdd58d5e8efb11eedaeba89ead6c1f>>
* @codegenCommand yarn build:icon-glyphs
*/
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
/**
* Icon: "NotificationMuted".
* Category: single-purpose
* Location: @atlaskit/icon
* Usage guidance: Single purpose - Reserved for muting or disabling notifications.
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
*/
const NotificationMutedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
dangerouslySetGlyph: `<path fill="currentcolor" d="m13 9.818-1.5-1.5V5a3.5 3.5 0 0 0-5.882-2.564L4.557 1.375A5 5 0 0 1 13 5z"/><path fill="currentcolor" fill-rule="evenodd" d="m3 6.182 1.5 1.5v.954c0 .215-.06.426-.175.608L2.603 12h6.215l2.127 2.127a3.25 3.25 0 0 1-6.108-.627h-2.46a1.375 1.375 0 0 1-1.165-2.104L3 8.535zM6.418 13.5a1.75 1.75 0 0 0 3.164 0z" clip-rule="evenodd"/><path fill="currentcolor" d="m.47 1.53 14 14 1.06-1.06-14-14z"/>`
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
}, props));
NotificationMutedIcon.displayName = 'NotificationMutedIcon';
var _default = exports.default = NotificationMutedIcon;