@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 980 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const newspaper_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M12 22.125V4.712m0 17.413S9.543 19.4 1.25 19.288a.515.515 0 0 1-.5-.519V2.394c0-.138.054-.271.152-.369a.506.506 0 0 1 .366-.15C9.545 1.985 12 4.712 12 4.712m0 17.413s2.457-2.725 10.75-2.837a.515.515 0 0 0 .5-.519V2.394a.522.522 0 0 0-.152-.369.506.506 0 0 0-.366-.15C14.455 1.985 12 4.712 12 4.712M9 11.18a21.265 21.265 0 0 0-5.26-1.055M9 15.375a21.256 21.256 0 0 0-5.26-1.055M15 11.18a21.264 21.264 0 0 1 5.26-1.055M15 15.375a21.255 21.255 0 0 1 5.26-1.055"
})));
export default newspaper_medium;
//# sourceMappingURL=newspaper_medium.js.map