UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 391 B
import React from 'react'; export default function NewspaperVariantOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-newspaper-variant-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M20 6v12H4V6h16m2-2H2v14s0 2 2 2h16s2 0 2-2V4m-12 9H6V8h4v5m8 0h-7v-2h7v2m0-3h-7V8h7v2z" /> </svg> ); }