mobile.jsx 475 B

123456789101112
  1. const Mobile = {
  2. render () {
  3. return <svg t="1659603610247" class="icon" viewBox="0 0 1024 1024" version="1.1"
  4. xmlns="http://www.w3.org/2000/svg" p-id="7918" width="1em" height="1em">
  5. <path
  6. d="M341.333333 896H256V128h512v768H341.333333z m0-85.333333h341.333334V213.333333H341.333333v597.333334z m85.333334-42.666667v-85.333333h170.666666v85.333333h-170.666666z"
  7. fill="currentColor" p-id="7919"></path>
  8. </svg>
  9. }
  10. }
  11. export default Mobile