@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 753 B
JavaScript
var _path;
import { jsx as _jsx } from "react/jsx-runtime";
const brush_medium = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M9.686 16.361a3.75 3.75 0 0 0-6.047-1.374A3.81 3.81 0 0 0 2.55 17.73C2.4 21.485.988 22.942.988 22.942a8.837 8.837 0 0 0 7.951-2.655 3.75 3.75 0 0 0 .747-3.926Zm3.77-3.22L22.04 5.8a2.77 2.77 0 1 0-3.906-3.91l-7.319 8.61L8.5 13.222l-.824 1.063m2.01 2.076 1.131-.961 2.64-2.258M10.814 10.5l2.643 2.642"
}))
});
export default brush_medium;
//# sourceMappingURL=brush_medium.js.map