@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 622 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const file_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: "M7 5h5.5M7 8h8.5M7 19h7.5m6-11.134V22a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10.036a1 1 0 0 1 .764.354l4.963 5.866a1 1 0 0 1 .237.646Z"
}))
});
export default file_medium;
//# sourceMappingURL=file_medium.js.map