@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 833 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _path;
const oil = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M8.617 10.728h4.976M8.667 7.417h4.471m0 0a6.098 6.098 0 0 0-.654-1.127L8.168.75c-.36 0-4.319 5.54-4.319 5.54a6.106 6.106 0 0 0-1.182 3.612 5.5 5.5 0 0 0 9.389 3.89c.936-1.076 1.315-1.785 1.537-3.064.016-.17.074-.653.074-.826a6.1 6.1 0 0 0-.529-2.485Z"
}))
});
var _default = exports.default = oil;
//# sourceMappingURL=oil.js.map