@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 693 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const trash_medium = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M14.25 17.25v-7.5m-4.5 7.5v-7.5M1.5 4.5h21m-3.635 16.624A1.5 1.5 0 0 1 17.37 22.5H6.631a1.5 1.5 0 0 1-1.495-1.376L3.75 4.5h16.5l-1.385 16.624ZM14.25 1.5h-4.5A1.5 1.5 0 0 0 8.25 3v1.5h7.5V3a1.5 1.5 0 0 0-1.5-1.5Z"
}))
});
export default trash_medium;
//# sourceMappingURL=trash_medium.js.map