@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 673 B
JavaScript
var _path;
import { jsx as _jsx } from "react/jsx-runtime";
const brush = 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: "M6.497 10.76a2.369 2.369 0 0 0-3.822-.87 2.408 2.408 0 0 0-.688 1.734C1.892 13.997 1 14.918 1 14.918a5.586 5.586 0 0 0 5.025-1.678 2.37 2.37 0 0 0 .472-2.48Zm-1.27-1.313.52-.672 6.088-7.16a1.752 1.752 0 1 1 2.468 2.47l-7.092 6.067-.714.607"
}))
});
export default brush;
//# sourceMappingURL=brush.js.map