@cimpress/react-components
Version:
React components to support the MCP styleguide
6 lines • 410 B
JavaScript
import * as React from 'react';
export function IndeterminateSvg(props) {
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 10 10", width: "1em", height: "1em" }, props),
React.createElement("rect", { x: "0", y: "4", width: "10", height: "1.75", rx: "0.875", fill: "currentColor" })));
}
//# sourceMappingURL=IndeterminateSvg.js.map