@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
31 lines (29 loc) • 1.68 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const require_chunk = require('./chunk-CsKB0u1v.js');
const require_Icon_js = require('./Icon.js');
const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:NotificationsPaused.js
const NotificationsPaused = react.default.forwardRef(function NotificationsPaused({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,5l-3.625,4h3.625v2h-6v-2l3.75-4h-3.75v-2h6v2ZM28.707,19.293c.1875.1875.293.4419.293.707v3c0,.5522-.4473,1-1,1h-7v1c0,2.7568-2.2432,5-5,5s-5-2.2432-5-5v-1h-7c-.5527,0-1-.4478-1-1v-3c0-.2651.1055-.5195.293-.707l2.707-2.707v-3.5859c0-5.1763,3.9541-9.4458,9-9.9492V1h2v2.0508c1.0583.1055,2.0641.3853,3,.7959v2.1533c-1.1783-.6841-2.5422-1-4-1-4.4111,0-8,3.5889-8,8v4c0,.2651-.1055.5195-.293.707l-2.707,2.707v1.586h22v-1.586l-2.707-2.707c-.1875-.1875-.293-.4419-.293-.707v-3h2v2.5859l2.707,2.707h0ZM19,24h-6v1c0,1.6543,1.3457,3,3,3s3-1.3457,3-3v-1Z" }), children);
});
if (process.env.NODE_ENV !== "production") NotificationsPaused.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = NotificationsPaused;