@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 578 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function StopSolidIcon(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: "M4 8a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4z"
})
});
}
;
StopSolidIcon.displayName = "StopSolidIcon";
module.exports = React.forwardRef(StopSolidIcon);