@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 908 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _path;
const news = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M15.125 4.2v9.025c0 .787-.638 1.425-1.425 1.425m0 0a1.425 1.425 0 0 1-1.425-1.425V2.3a.95.95 0 0 0-.95-.95h-9.5a.95.95 0 0 0-.95.95v10.925c0 .787.638 1.425 1.425 1.425h11.4ZM3.25 11.53H9.9M3.725 8.263h5.7c.262 0 .475-.186.475-.415V4.14c0-.228-.213-.414-.475-.414h-5.7c-.262 0-.475.186-.475.414v3.71c0 .228.213.414.475.414Z"
}))
});
var _default = exports.default = news;
//# sourceMappingURL=news.js.map