@vector-im/compound-design-tokens
Version:
Compound design tokens
21 lines • 854 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function NotificationsOffSolidIcon(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.414M19 13.35 9.136 3.484C9.93 3.181 10.874 3 12 3c7 0 7 7 7 7z"
}), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "M10 20h4a2 2 0 0 1-4 0"
})]
});
}
;
NotificationsOffSolidIcon.displayName = "NotificationsOffSolidIcon";
module.exports = React.forwardRef(NotificationsOffSolidIcon);