@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 678 B
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
var _path;
import React from 'react';
const fullscreen = 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",
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