UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 482 B
import React from 'react'; export const Reader = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M368 32H144a64.07 64.07 0 0 0-64 64v320a64.07 64.07 0 0 0 64 64h224a64.07 64.07 0 0 0 64-64V96a64.07 64.07 0 0 0-64-64ZM256 304h-80a16 16 0 0 1 0-32h80a16 16 0 0 1 0 32Zm80-80H176a16 16 0 0 1 0-32h160a16 16 0 0 1 0 32Zm0-80H176a16 16 0 0 1 0-32h160a16 16 0 0 1 0 32Z"/> </svg>; };