@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 546 B
JavaScript
var _path;
import { jsx as _jsx } from "react/jsx-runtime";
const stop_square = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M3 4a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Z",
clipRule: "evenodd"
}))
});
export default stop_square;
//# sourceMappingURL=stop_square.js.map