@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 688 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function NotificationsSolidIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.jsx("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: "M20.293 17.293c.63.63.184 1.707-.707 1.707H4.414c-.89 0-1.337-1.077-.707-1.707L5 16v-6s0-7 7-7 7 7 7 7v6zM12 22a2 2 0 0 1-2-2h4a2 2 0 0 1-2 2"
})
});
}
;
NotificationsSolidIcon.displayName = "NotificationsSolidIcon";
module.exports = React.forwardRef(NotificationsSolidIcon);