"README.md" did not exist on "108c8b883d77c568a0ad3e391ed49b9d05e7412c"
Newer
Older
import { h } from "@stencil/core";
function SvgFullScreen(props) {
return (
<svg viewBox="0 0 1000 1000" {...props}>
<path d="M65 65h290v96H242l161 162-80 80-162-161v113H65V65zm870 0H645v96h113L597 323l80 80 162-161v113h96V65zM65 935h290v-96H242l161-162-80-80-162 161V645H65v290zm870 0H645v-96h113L597 677l80-80 162 161V645h96v290z" />
</svg>
);
}
export default SvgFullScreen;