@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
21 lines • 659 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const fullscreen = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeMiterlimit: 10,
strokeWidth: 1.5,
d: "m1 15 4.978-4.978M1 15h3.111M1 15v-3.111m9.022-5.911L15 1m0 0v3.111M15 1h-3.111M1 1l4.978 4.978M1 1v3.111M1 1h3.111m5.911 9.022L15 15m0 0h-3.111M15 15v-3.111"
}))
});
export default fullscreen;
//# sourceMappingURL=fullscreen.js.map