@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 910 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const heavy_equipment = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M14.067 11.519V8.467a.933.933 0 0 0-.934-.934H12.2a.934.934 0 0 1-.933-.933v-.933a.933.933 0 0 0-.934-.934h-2.8a.933.933 0 0 0-.933.934v5.852m1.867-4.92H9.4M6.6 7.704 1.326 2.8a1.042 1.042 0 0 1 1.25-1.653l6.16 3.574M3.8 9.867a1.4 1.4 0 1 1-1.4-1.4v-4.65M13.133 15h-5.6a1.872 1.872 0 0 1-1.866-1.867 1.872 1.872 0 0 1 1.866-1.866h5.6A1.872 1.872 0 0 1 15 13.133 1.872 1.872 0 0 1 13.133 15Z"
})));
export default heavy_equipment;
//# sourceMappingURL=heavy_equipment.js.map