UNPKG

@nant-design/nant-icons

Version:

14 lines (9 loc) 835 B
import React from 'react'; export const NewspaperOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M368 415.86V72a24.07 24.07 0 0 0-24-24H72a24.07 24.07 0 0 0-24 24v352a40.12 40.12 0 0 0 40 40h328" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <path d="M416 464a48 48 0 0 1-48-48V128h72a24 24 0 0 1 24 24v264a48 48 0 0 1-48 48Z" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/> <path d="M240 128h64m-64 64h64m-192 64h192m-192 64h192m-192 64h192" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path d="M176 208h-64a16 16 0 0 1-16-16v-64a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v64a16 16 0 0 1-16 16Z"/> </svg>; };