@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 656 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function PauseIcon(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: "M5 6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm2 0v12h2V6zm6 0a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm2 0v12h2V6z"
})
});
}
;
PauseIcon.displayName = "PauseIcon";
module.exports = React.forwardRef(PauseIcon);