@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 685 B
JavaScript
var _path;
import { jsx as _jsx } from "react/jsx-runtime";
const file_signing = 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: "m13.507 10.515.788-.788a1.33 1.33 0 0 0-.005-1.887 1.33 1.33 0 0 0-1.882 0l-.788.787-4.013 4.013L7.135 15l2.36-.472 4.012-4.013ZM11.62 8.627l1.887 1.888M11.29 4.5 8.62 1.353A1 1 0 0 0 7.857 1H2a1 1 0 0 0-1 1v11.843a1 1 0 0 0 1 1h2"
}))
});
export default file_signing;
//# sourceMappingURL=file_signing.js.map