UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 372 B
import React from 'react'; export const ReaderSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M80 44v424a12 12 0 0 0 12 12h328a12 12 0 0 0 12-12V44a12 12 0 0 0-12-12H92a12 12 0 0 0-12 12Zm192 260H160v-32h112Zm80-80H160v-32h192Zm0-80H160v-32h192Z"/> </svg>; };