@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
21 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path, _path2;
import React from 'react';
const file_word = 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: "M5.374 8H4.141v4.667h1.233c1.314 0 2.1-.847 2.1-2.333C7.474 8.847 6.688 8 5.374 8Zm-.093 3.867h-.14V8.8h.14c.767 0 1.173.5 1.173 1.534 0 1.033-.406 1.533-1.173 1.533Zm4.591-3.933c1.12 0 1.72.84 1.72 2.4s-.6 2.4-1.72 2.4-1.72-.84-1.72-2.4.6-2.4 1.72-2.4Zm0 3.933c.447 0 .7-.553.7-1.533 0-.98-.253-1.534-.7-1.534-.447 0-.7.554-.7 1.534s.253 1.533.7 1.533Zm3.431-1.533c0-.927.32-1.534.82-1.534.426 0 .653.254.72.807l.926-.327c-.14-.853-.726-1.346-1.6-1.346-1.173 0-1.886.906-1.886 2.4 0 1.52.693 2.4 1.886 2.4.82 0 1.34-.374 1.62-1.167l-.833-.46c-.167.58-.36.76-.82.76-.533 0-.833-.553-.833-1.533Z"
})));
export default file_word;
//# sourceMappingURL=file_word.js.map