@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 586 B
JavaScript
var _path;
import { jsx as _jsx } from "react/jsx-runtime";
const edit = 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: "m10.865 1.94.258-.258a2.265 2.265 0 0 1 3.217-.022 2.262 2.262 0 0 1-.022 3.216l-.258.258-8.764 8.764L1 15l1.101-4.296 8.764-8.765Zm3.195 3.194L10.865 1.94"
}))
});
export default edit;
//# sourceMappingURL=edit.js.map