@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
21 lines • 869 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path, _path2;
import React from 'react';
const file_txt = 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: "M11.29 4.5 8.62 1.353A1 1 0 0 0 7.857 1H2a1 1 0 0 0-1 1v11.843a1 1 0 0 0 1 1h2"
})), _path2 || (_path2 = React.createElement("path", {
fill: "#000",
d: "M7.508 8H3.974v.8h1.267v3.867h1V8.8h1.267V8Zm4.231 4.667-1.347-2.4L11.679 8h-1.1l-.7 1.407L9.205 8h-1.14l1.28 2.333-1.34 2.334h1.147l.713-1.427.687 1.427h1.187ZM15.77 8h-3.534v.8h1.267v3.867h1V8.8h1.266V8Z"
})));
export default file_txt;
//# sourceMappingURL=file_txt.js.map