@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _path;
const vintage_car = 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: "M13.133 9.833V7.542m0 2.291c1.031 0 1.867.821 1.867 1.834 0 1.012-.836 1.833-1.867 1.833-1.419 0-2.313-1.569-1.617-2.75m1.617-.917c-.69 0-1.294.369-1.617.917m1.617-3.208V5.25m0 2.292c0-.5-.425-.917-.933-.917H9.4m0 0V2.5m0 4.125H5.667m0-4.125H9.4l1.4.458M5.667 6.625V2.5m0 4.125H1.933M5.667 2.5h-2.8a.934.934 0 0 0-.934.917v3.208m9.583 4.125H4.484m-2.55-.671c-.559.317-.934.91-.934 1.588 0 1.012.836 1.833 1.867 1.833 1.419 0 2.312-1.569 1.617-2.75-.51-.865-1.675-1.169-2.55-.671Zm0 0V6.625"
}))
});
var _default = exports.default = vintage_car;
//# sourceMappingURL=vintage_car.js.map