@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
38 lines (37 loc) • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _g, _defs;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const news = props => (0, _jsxRuntime.jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: [_g || (_g = (0, _jsxRuntime.jsx)("g", {
clipPath: "url(#news_svg__a)",
children: (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"
})
})), _defs || (_defs = (0, _jsxRuntime.jsx)("defs", {
children: (0, _jsxRuntime.jsx)("clipPath", {
id: "news_svg__a",
children: (0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})
})
}))]
});
var _default = exports.default = news;
//# sourceMappingURL=news.js.map