@vector-im/compound-design-tokens
Version:
Compound design tokens
21 lines • 1.08 kB
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function NotificationsOffIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "m4.917 2.083 17 17a1 1 0 0 1-1.414 1.414L19.006 19H4.414c-.89 0-1.337-1.077-.707-1.707L5 16v-6s0-2.034 1.096-3.91L3.504 3.498a1 1 0 0 1 1.414-1.414M17.006 17 7.579 7.573a6.7 6.7 0 0 0-.497 1.662 7 7 0 0 0-.081.753L7 10.011v6.817L6.828 17zM17 11.35V9.987l-.009-.146a7 7 0 0 0-.073-.607 6.6 6.6 0 0 0-.582-1.84c-.319-.638-.766-1.215-1.398-1.637C14.318 5.344 13.4 5 12 5c-.466 0-.879.038-1.245.104L9.136 3.485C9.93 3.181 10.874 3 12 3c7 0 7 7 7 7v3.35z"
}), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "M10 20h4a2 2 0 0 1-4 0"
})]
});
}
;
NotificationsOffIcon.displayName = "NotificationsOffIcon";
module.exports = React.forwardRef(NotificationsOffIcon);