@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 758 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _path;
const trailer_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: "M9.75 14.25a3 3 0 1 1-6 0m6 0a3 3 0 1 0-6 0m6 0h9m-15 0c-1.155 0-3 .176-3-1.5v-4.5c0-.817.683-1.5 1.5-1.5h10.5c3.268 0 6 2.732 6 6v1.5m0 0h4.5"
}))
});
var _default = exports.default = trailer_medium;
//# sourceMappingURL=trailer_medium.js.map