@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
21 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path, _path2;
import React from 'react';
const file_xls = 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.608 12.667-1.347-2.4L7.548 8h-1.1l-.7 1.407L5.075 8h-1.14l1.28 2.334-1.34 2.333H5.02l.714-1.427.686 1.427h1.187Zm1.797-.8V8h-1v4.667h3.067v-.8H9.405Zm4.625.867c1.026 0 1.673-.554 1.673-1.434 0-.693-.427-1.153-1.3-1.386l-.447-.12c-.4-.107-.553-.254-.553-.534 0-.3.26-.5.653-.5.34 0 .613.22.68.56l.853-.4c-.12-.586-.746-.986-1.546-.986-.96 0-1.64.58-1.64 1.386 0 .7.406 1.147 1.246 1.374l.447.12c.447.12.607.28.607.58 0 .32-.254.513-.674.513-.426 0-.653-.193-.88-.767l-.833.487c.247.74.82 1.107 1.713 1.107Z"
})));
export default file_xls;
//# sourceMappingURL=file_xls.js.map