@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const heavy_equipment_medium = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M21.533 17.53v-4.797a1.467 1.467 0 0 0-1.466-1.466H18.6A1.467 1.467 0 0 1 17.133 9.8V8.333a1.467 1.467 0 0 0-1.466-1.466h-4.4A1.467 1.467 0 0 0 9.8 8.333v9.196m2.933-7.73H14.2m-4.4 1.735L1.512 3.829A1.638 1.638 0 0 1 3.477 1.23l9.68 5.617M5.4 14.933a2.2 2.2 0 1 1-2.2-2.2V5.426M20.067 23h-8.8a2.942 2.942 0 0 1-2.934-2.933 2.942 2.942 0 0 1 2.934-2.934h8.8A2.943 2.943 0 0 1 23 20.067 2.942 2.942 0 0 1 20.067 23Z"
}))
});
var _default = exports.default = heavy_equipment_medium;
//# sourceMappingURL=heavy_equipment_medium.js.map